Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: fa6a222ab1dd9925d95f211f38c951e0db4095ad
https://github.com/hibernate/hibernate-orm/commit/fa6a222ab1dd9925d95f211...
Author: Scott Marlow <smarlow(a)redhat.com>
Date: 2013-10-03 (Thu, 03 Oct 2013)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
M
hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionCoordinator.java
M
hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/SynchronizationCallbackCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java
A
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/EntityManagerFactoryClosedTest.java
Log Message:
-----------
HHH-8586 Synchronization beforeCompletion/afterCompletion should check if EM is closed
and this helps us pass the tck entityManagerFactoryCloseExceptions test.