Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] fix for 404294 checked in

checked in a patch for bug 404294 - EclipseLink incorrectly uses active transactions despite not being joined to them
https://bugs.eclipse.org/bugs/show_bug.cgi?id=404294

Changes EntityManagerImpl to register a listener when it is required to join the transaction, allowing the UOW to auto register with the transaction if it is still active when the UOW is first created.

Checked into trunk (2.5)
all JPA tests pass
Reviewed by Gordon Yorke


Back to the top