For those getting the above problem (which should actually show the error that 
5.0 generics can't be used )

change Tomcat's web.xml to read:

 <init-param>
  |         <param-name>compilerTargetVM</param-name>
  |         <param-value>1.5</param-value>
  |     </init-param>
  |     <init-param>
  |         <param-name>compilerSourceVM</param-name>
  |         <param-value>1.5</param-value>
  |     </init-param>

Under the JSP servlet def.

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

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

Reply via email to