eclipselink weaving is not working for lazy loading of entities [message #1789939] |
Fri, 01 June 2018 01:35  |
Eclipse User |
|
|
|
Hi,
Getting heap dump generated at server logs (C:\temp\dataServer\wlp\usr\servers\dataServer) even configured the all the properties of EclipseLink weaving in the persistence.xml and got the below output on the browser screen, seems entities are not lazily loading
<property name="eclipse.weaving" value="static"/>
<property name="eclipselink.weaving.lazy" value="true"/>
<property name="eclipse.weaving.changetracking" value="true"/>
<property name="eclipselink.weaving.fetchgroups" value="true"/>
<property name="eclipselink.weaving.internal" value="true"/>
<property name="eclipselink.weaving.eager" value="false"/>
is there any other configuration needed apart from from above for enable the lazy loading at global level using eclipse link weaving technique?
|
|
|
|
Powered by
FUDForum. Page generated in 0.07527 seconds