Skip to main content

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

checked in a patch for bug 398934 - data persisted with a flush under UnsyncPC not joinedTx
https://bugs.eclipse.org/bugs/show_bug.cgi?id=398934

Changes EntityManagerImpl checkForTransaction to also validate if the EntityManager is joined to the active transaction. It also includes changes to the joinTransaction and isJoinedToTransaction logic to better support Unsync'd persitence contexts.

Checked into trunk (2.5)
all JPA tests pass


Back to the top