Community
Participate
Working Groups
In ObjectPersistenceRuntimeXMLProject there is an instance of Converter responsible for converting TopLink datasource platform classes to EclipseLink ones. It does this by replacing "oracle.toplink" with "org.eclipse.persistence". This will cause a problem with MOXy classes as TopLink has an "ox" package while EclipseLink has an "oxm" package.
Created attachment 209862 [details] Core - Fix
Created attachment 209920 [details] Core - Fix
Created attachment 209922 [details] MOXy - Test Cases
Created attachment 209924 [details] Core - Fix
Fix checked into 2.3.3 at rev: 10725 Fix checked into trunk at rev: 10726 Code reviewed by: Denise Smith Fix Details: Previously when the TopLink deployment and sessions.xml were being converted to EclipseLink equivalents the "oracle.toplink" string was being replaced by "org.eclipse.persistence". This did not take into account the ox/oxm package difference between TopLink and EclipseLink. This fix takes that difference into account.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink