HHH-12256 - org.hibernate.test.lazyload.JtaLazyLoadingTest is not using JTA

This commit is contained in:
Andrea Boriero 2018-01-25 18:19:40 +00:00
parent 4f12de7e18
commit d29e710c78
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class JtaLazyLoadingTest
cfg.setProperty( Environment.ENABLE_LAZY_LOAD_NO_TRANS, "true" );
TestingJtaBootstrap.prepare( cfg.getProperties() );
// cfg.setProperty( Environment.TRANSACTION_STRATEGY, JtaTransactionFactory.class.getName() );
cfg.setProperty( Environment.TRANSACTION_COORDINATOR_STRATEGY, "jta" );
}
protected Class<?>[] getAnnotatedClasses() {