Have managed to figure out for myself what the problem was. Compiler compliance. I was using ejb 2.3, JBoss 4.0.5 and Java5. ejb could not handle Java5 generics and so reported correctly an error. Fix was to change compiler compliance in the Eclipse Workspace from 5 to 1.4 and the same goes for each of the Projects in the workspace. This also meant editing each class declaration using generics to the old way of casting.
SORTED. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107189#4107189 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107189 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
