Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug# 246914

The fix for this bug has been submitted into SVN:

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

Overview:
SDOChangeSummary could return the same DataObject multiple times in the list returned from getChangedObjects(). This was because objects that were newly created were also being counted as modified. An object that is created shouldn't also be considered modified. This will resolve 2 failures in the TCK.

Reviewed By: blaise.doughan@xxxxxxxxxx
Test Cases: SDO TCK.

-Matt



Back to the top