Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] Bug 322290 - attribute value not in sync with woven value holder after getRealAttrValue call

Forgot bugzilla link
https://bugs.eclipse.org/bugs/show_bug.cgi?id=322290

On 8/10/2010 6:33 PM, Andrei Ilitchev wrote:
The patch checked into both trunk and 2.1.1

The patch extends approach taken by property access case to field access:
WeavedObjectBasicIndirectionPolicy is set as an indirection policy in case of
weaving of ObjectReferenceMapping for indirection.
The only difference with property access case is that instead of the original
setter method (i.e. setAddress) the weaved method is used (i.e.
_persistence_set_address).

To test the patch added attrAndVHContainSameObjectAfterGetRealAttributeValue
for both fieldaccess and property access versions of
SimpleSerializeFetchGroupTests.

Thanks,

Andrei
_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev


Back to the top