History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WAFFLE-22
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Mauro Talevi
Reporter: Mauro Talevi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Waffle

Example webapps failing in Tomcat 6.0

Created: 14/Jul/07 07:45 AM   Updated: 13/Nov/07 02:18 PM
Component/s: Examples
Affects Version/s: None
Fix Version/s: 1.0-rc-1

Time Tracking:
Not Specified


 Description  « Hide
Some example webapps are failing in Tomcat 6.0 - namely mydvds-example and paranamer-example - with exception:

org.apache.jasper.JasperException: /calculator.jspx(4,51) Could not add one or more tag libraries.
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)

Manually removing taglibs standard.jar yields:

org.apache.jasper.JasperException: /index.jspx(59,90) The w:form tag declares that it accepts dynamic attributes but does not implement the required interface
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Fabio Kung - 24/Jul/07 04:30 PM
Found the issue.

Example webapps WEB-INF/lib must not have neither jsp-api.jar nor servlet-api.jar.

Mauro (the maven master), could you fix the poms for us?


Mauro Talevi - 25/Jul/07 09:31 AM
Fixed.

But I did notice that L10N in mydvds-example does not seem to work in Tomcat. Could you have a look?

Thanks


Mauro Talevi - 13/Nov/07 02:18 PM
Closing this issue as failure has been fixed.