Thanks for the hint, but yes: all abstract classes in the inheritance chain have @MappedSuperclass and @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS)
Also the concrete class at the end has the @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) Changing @Entity to @MappedSuperclass of the abstract class does not help unfortunately. -- View this message in context: http://openjpa.208410.n2.nabble.com/Adding-another-abstract-class-to-the-inheritance-chain-breaks-callbacks-parsing-tp7421075p7421370.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
