[Building Sakai] JSP in Sakai 10.2

Claudia Roberta claudia.icmc at gmail.com
Mon Oct 27 13:07:30 PDT 2014


Thanks your replies!

I think an adapter is necessary, because without one does not found class
uk.ac.cam.caret.sakai.WebappToolServlet.


And now, with the adapter, happens the following error:

The method getJspApplicationContext(ServletContext) is undefined for
the type JspFactory


Can anyone help me?

Tks,


Claudia

2014-10-27 17:49 GMT-02:00 <markjnorton at earthlink.net>:

> I don't think an adapter is needed any more.
>
> - Mark Norton
>
>
>
> -----Original Message-----
> From: Claudia Roberta
> Sent: Oct 27, 2014 3:05 PM
> To: "sakai-dev at collab.sakaiproject.org Developers"
> Subject: [Building Sakai] JSP in Sakai 10.2
>
> Hi!
>
> I migrated the Sakai 2.6.3 to Sakai 10.2.
> In Sakai 2.6.3 we have multiple tools using jsp.
> In each of these tools has been added the following dependency in pom:
> 		
> <!-- Sakai util dependency -->
>      <dependency>
>            <groupId>org.sakaiproject</groupId>
>            <artifactId>sakai-jsp-adapter</artifactId>
>             <version>0.10-K1</version>
>             <scope>runtime</scope>
>             <exclusions>
>                 <exclusion>
>                     <groupId>org.sakaiproject</groupId>
>                     <artifactId>sakai-kernel-api</artifactId>
>                 </exclusion>
>             </exclusions>
>         </dependency>
>
> However, there is not a recent version.
> And this version does not work in Sakai 10.2.
>
> Sakai 10.2 supports jsp?
> Is there any dependency that replaces sakai-jsp-adapter?
> Or is there any document that supports the creation of a new project jsp?
>
> Tks,
>
> Claudia
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20141027/200ed0de/attachment.html 


More information about the sakai-dev mailing list