Open leeaee opened 6 years ago
Seems like this is because act-eclipselink does not have the right dependencies setup.
If we take a look at project https://github.com/rtatol/dropwizard-guice-jpa-eclipselink, we found it has dependency of org.eclipse.persistence.jpa
, while act-eclipse has dependency of eclipselink
.
After we changed dependency of act-eclipselink, the app is now able to do lazy load. See https://github.com/greenlaw110/act-eclipselink-lazyload-demo
When ACT startup, it still displays the warning
Could ACT support eclipselink weaving now?