I created a set of types annotated both as JAXB elements and JPA
entities.. I can marshall the XML from the classes but I can't
unmarshall the XML back due to the following error:
java.lang.ClassFormatError: Absent Code attribute in method that is
not native or abstract in class file javax/persistence/FetchType
at java.lang.ClassLoader.defineClass1(Native Method)
Any clue ?