Re: trying to run JPA Console inside Intellij IDEA results in this....

2016-09-21 Thread Marc Logemann
And when u look at the stacktrace on this line: at de.netversys.domain.Distribution.pcProvideField(Distribution.java) you see a method which wouldnt be there if the class is not enhanced right? 2016-09-21 22:00 GMT+02:00 Mark Struberg : > MappedSuperclasses should

Re: trying to run JPA Console inside Intellij IDEA results in this....

2016-09-21 Thread Marc Logemann
Hi, no. All classes are enhanced of course. Tripple-checked that before i posted IMO there would be a different ErrorMessage when a class is not enhanced anyway. marc 2016-09-21 22:00 GMT+02:00 Mark Struberg : > MappedSuperclasses should not be any problem. At

Re: trying to run JPA Console inside Intellij IDEA results in this....

2016-09-21 Thread Marc Logemann
Hi, yeah. Every entity extends AbstractEntity which is a MappedSuperclass. 2016-09-21 20:15 GMT+02:00 Mark Struberg : > Hi Marc! > > Is the entity Distribution part of a supertype/subtype constellation aka > inheritance? > Does this class 'extends' something? And

Re: trying to run JPA Console inside Intellij IDEA results in this....

2016-09-21 Thread Mark Struberg
Hi Marc! Is the entity Distribution part of a supertype/subtype constellation aka inheritance? Does this class 'extends' something? And where do these classes reside? LieGrue, strub > On Wednesday, 21 September 2016, 18:27, Marc Logemann > wrote: > > can

trying to run JPA Console inside Intellij IDEA results in this....

2016-09-21 Thread Marc Logemann
can somebody hint me where i need to look out for? Quite weird message [2016-09-21 18:24:13] org.apache.openjpa.persistence.ArgumentException: Errors encountered while resolving metadata. See nested exceptions for details. [2016-09-21 18:24:13] java.lang.RuntimeException: