I've attached the zip file to the JIRA issue. You'll find in this file: - modified class org.apache.jetspeed.tools.deploy.JetspeedDeploy - modified class org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter - modified class org.apache.jetspeed.util.descriptor.PortletApplicationWar - new class org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriterFactory - new class org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter2_3 - new class org.apache.jetspeed.tools.deploy.JetspeedWebApplicationRewriter2_4
Regards, -- Nicolas Dutertry -----Message d'origine----- De : Ate Douma [mailto:[EMAIL PROTECTED] Envoyé : jeudi 23 novembre 2006 12:21 À : Jetspeed Users List Objet : Re: RE : JetspeedDeploy and servlet spec 2.4 Dutertry, Nicolas wrote: > Hi, > > I've created the JIRA issue JS2-614 > (http://issues.apache.org/jira/browse/JS2-614). Thanks, I'll sign up for this one. > You'll find a zip containing a proposal for a solution in attachment. The mailing list doesn't allow attachments. Please attach your proposal/patch to the JIRA issue (that way you can/should license your patch to ASF). Regards, Ate > > -- > Nicolas Dutertry > > > > -----Message d'origine----- > De : David Sean Taylor [mailto:[EMAIL PROTECTED] > Envoyé : mardi 21 novembre 2006 19:04 > À : Jetspeed Users List > Objet : Re: JetspeedDeploy and servlet spec 2.4 > > > Dutertry, Nicolas wrote: > > Hi, > > > > I'm using JetspeedDeploy to automatically make my portlet application > ready > > for Jetspeed. > > JetspeedDeploy adds the JetspeedContainerServlet and the portlet > taglib in > > the web.xml. I works fine as long as I use the servlet specification > 2.3. > > > > But it seems that JetspeedDeploy is not able to be compliant with the > > servlet spec 2.4. > > For example in 2.4 spec, the <taglib> element must be child of the > > <jsp-config> element, and JetspeedDeploy puts <taglib> directly under > > <web-app>. > > It causes problem under Websphere. > > > > Is there any chance that in future version JetspeedDeploy will be > able to > > handle the different versions of the servlet specification ? > > > It sounds like we will need to support two different versions of the > web.xml as a command line option (-v 2.3 | 2.4) > Could you please create a JIRA issue for this ? > Feel free to 'sign up' for implementing it, I can help > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
