HHH-5994 - Inserts may be delayed because TransactionCoordinatorImpl.isTransactionInProgress() returns false for non-JTA transactions
This commit is contained in:
parent
6e35a57870
commit
5492f60f06
|
@ -575,7 +575,7 @@ public class MergeTest extends AbstractOperationTestCase {
|
||||||
cleanup();
|
cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testMergeManagedFailureExpected() throws Exception {
|
public void testMergeManaged() throws Exception {
|
||||||
|
|
||||||
SimpleJtaTransactionManagerImpl.getInstance().begin();
|
SimpleJtaTransactionManagerImpl.getInstance().begin();
|
||||||
Session s = openSession();
|
Session s = openSession();
|
||||||
|
|
Loading…
Reference in New Issue