I am facing annotation/persistence errors in a project and the persistence library throws a
NullPointerException when trying to resolve the entities (org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor.discoverMappedSuperclassesAndInheritanceParents(EntityAccessor.java:224)).
How do I debug errors like these to find more about the cause of the error?
Setting a breakpoint in EntityAccessor and compiling for debug doesn't work, the compiler itself seems to be not running in debug mode.
I am using Netbeans / Java / Maven.
