Skip to main content

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

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


Back to the top