Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] 231313- EclipseLink core requires javax.persistence - doesn't make sense for MOXy, SDO, JAXB, DBWS

Check in for bug 231313- EclipseLink core requires javax.persistence - doesn't make sense for MOXy, SDO, JAXB, DBWS

https://bugs.eclipse.org/bugs/show_bug.cgi?id=231313

My solution was to move a static method from FetchGroupManager (in the core bundle) to JPAHelper (in the JPA bundle).

Weaving is the only place that makes use of the method, and I changed to Weaver to call the new method.

Code Reviewed by: Tom and Blaise approved the approach.

Testing: Current Weaving tests still pass.


Back to the top