I was able to run my tests (and the app) by removing BaseEntity entirely. It
seems like openjpa has issues with @MappedSuperClass. I
https://issues.apache.org/jira/browse/OPENJPA-2003 raised a bug on this
earlier last month and this problem continues to show in different
scenarios.
I even copied BaseEntity into the same package as all other entities and now
I get an initialization error:
java.lang.NoClassDefFoundError: xxx.SomeEntity (initialization failure)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:140)
@MappedSuperclass
public class BaseEntity {
}
Do I raise another jira bug?
--
View this message in context:
http://openjpa.208410.n2.nabble.com/Externalizer-in-1-0-1-does-not-work-on-persist-tp216632p6436252.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.