Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Check in: Bug 357103 - Change sets for new objects are updated with Version and Generated ID information when they should not be

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

Fixes are slightly different for 2.1/2.2 and trunk/2.3

Both changes check to ensure a changeSet is not new before adding extra records
to it.

In 2.1/2.2 we fix this for sequencing and optimistic locking

In trunk/2.3 the above items are already addressed, but we add some changes for
returning policy.

Reviewed by Andrei Ilitchev

Added test to relationships model

Tested with JPA LRG and Returning model tests


Back to the top