|
|
|
|
Re: NullPointerException on Eclipselink LAZY loading [message #1753680 is a reply to message #1753577] |
Wed, 08 February 2017 13:05  |
Eclipse User |
|
|
|
The point is that you ARE using eager on a relationship. In this case, it seems you have a lazy relationship between Class A and Class B. When this relationship is triggered, an instance of class B is being built - doing so causes relationship to Class C to be fetched as it is an Eager 1:1 type mapping. This class C must have some event processing that is causing or related to the issue you see. Class B seems to be EffectiveData, but without this class, but we need to see it and what ever Class C is to help debug the problem.
I can't help with what is happening without more information. This is also a duplicate of https://www.eclipse.org/forums/index.php/t/1084183/ - I suggest you close one
|
|
|
Powered by
FUDForum. Page generated in 0.06951 seconds