Fix issue with jta getTransaction()
This commit is contained in:
parent
ad7771d489
commit
7570baed15
|
@ -211,9 +211,6 @@ public abstract class AbstractSharedSessionContract implements SharedSessionCont
|
|||
this.transactionCoordinator = factory.getServiceRegistry()
|
||||
.getService( TransactionCoordinatorBuilder.class )
|
||||
.buildTransactionCoordinator( jdbcCoordinator, this );
|
||||
|
||||
// prime currentHibernateTransaction
|
||||
getTransaction();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue