Community
Participate
Working Groups
The code is question is: if (this.descriptor.isProtectedIsolation()&& !this.isCacheable && !targetSession.isProtectedSession()){ setRealAttributeValueInObject(target, this.indirectionPolicy.buildIndirectObject(new ValueHolder(null))); return; } It could be found in mergeChangesIntoObject and mergeIntoObject of several database mappings. Should be: if (this.descriptor.isProtectedIsolation()&& !this.isCacheable && !targetSession.isProtectedSession()){ setAttributeValueInObject(target, this.indirectionPolicy.buildIndirectObject(new ValueHolder(null))); return; }
bug scrubbing
Appears to be fixed already
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink