Community
Participate
Working Groups
There is a change in behaviour in EclipseLink SDO between versions 1.1 and 2.0. EclipseLink 1.1 SDO Behaviour: When an SDO Type was defined if a class could not be found corresponding to the instance class name (name of the corresponding static SDO class) then one was automatically created using ASM. EclipseLink 2.0 SDO Behaviour When an SDO Type is defined if a class can not be found corresponding to the instance class name (name of the corresponding static SDO class) then one is not created. Rationale: 1. This was done as a performance improvement. 2. This was done to support static SDO DataObjects without generating an impl class. This particular work was required to implement the JAXB/SDO bridge.
What was the behaviour in 1.2.0?
Added note @ http://wiki.eclipse.org/EclipseLink/Release/2.0.0#Resolved_Issues Please also link to bug(s) that were involved in changing the behaviour.
(In reply to comment #1) > What was the behaviour in 1.2.0? The behavior in 1.2 is the same as 2.0.
(In reply to comment #2) > Added note @ http://wiki.eclipse.org/EclipseLink/Release/2.0.0#Resolved_Issues > Please also link to bug(s) that were involved in changing the behaviour. Added a link on the release notes page to the code bug 268209.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink