"l.gh" wrote : | Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions | java.util.List is an interface, and JAXB can't handle interfaces. | this problem is related to the following location: | at java.util.List |
Try to focus on this. It seems there's a java.util.List somewhere in your source code which is annotated with JAXB annotations. Richard View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096016#4096016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096016 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
