stestaub/entityLoadingBug
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is an example Netbeans Project to reproduce the bug explained below. == Bug == If the parse db.parse function in the method "theProblemCode()" in the DerivedEntity exists, then the attributes of the BaseEntity are not loaded. As soon as that line of code is removed, all attributes are loaded by the EntityManager as expected. This bug does only appear, if the weaving of eclipselink is dynamic. Setting "eclipselink.weaving"="static" fixes this issue