Hi all,

I deployed an application on JBoss 4.0.2 with JDK 5.0
When I load one of my jsp page, that contains list with generics, (e.g. List), 
I get the following error:

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 8 in the jsp file: /generics/upperboundwilcards.jsp
Generated servlet error:
Syntax error on token "<", invalid AssignmentOperator

An error occurred at line: 8 in the jsp file: /generics/upperboundwilcards.jsp
Generated servlet error:
Syntax error on token "=", != expected

An error occurred at line: 8 in the jsp file: /generics/upperboundwilcards.jsp
Generated servlet error:
Syntax error on token "<", ( expected

An error occurred at line: 8 in the jsp file: /generics/upperboundwilcards.jsp
Generated servlet error:
Syntax error on token "(", invalid Expression

My question: Is JBoss can't compile JSP's that compiled in JDK5.0?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962403#3962403

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962403
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to