Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] SVN: commit bug#232531, 232553, 232568, 232571, 232574, 232566, 232564, 232562, 232557, 232529, 232525, 232521 fixed several test failues

Hello James,
    The fix to EntityManagerImpl for the 'merge for deleted objects' violates the specification.  The specification (section 3.2.2) requires that the state of the Entity 'be that of the Entity at point at which the remove operation was called.  This patch merges the changes from the detached object first then validates against the deleted objects.  This merge will update the state of the removed Entity causing it to be different than when remove() was called on the Entity.
--Gordon

JAMES.SUTHERLAND@xxxxxxxxxx wrote:

SVN: commit bug#232531, 232553, 232568, 232571, 232574, 232566, 232564, 232562, 232557, 232529, 232525, 232521 fixed several test failures

 

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

 

Changes:

- Fixed several test failures.

-- XDB XML project support not working.

-- Some test case issues.

-- Bug in validation in merge for deleted objects.

-- Lazy init login platform.

-- Added isWeavingEnabled() check for tests that require weaving.

 

Code Review;  Edwin (pending)

 

 


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

Back to the top