Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 299637 -NPE in AttributeChangeTrackingPolicy.createObjectChangeSet() when event.updateAttributeWithObject is used

https://bugs.eclipse.org/bugs/show_bug.cgi?id=299637

Fixed in trunk and 1.2.x. The 2.0.x fix will be checked in when the stream reopens after the 2.0.2 ship date.

The fix is a simple null check in AttributeChangeTracking policy

A test has been added to our field access model. (...fieldaccess.EntityManagerJUnitTestSuite.updateAttributeWithObjectTest)

Reviewed by Guy Pelletier


Back to the top