On 11/02/2015 11:02 AM, Steve Ebersole wrote: > This is mentioned... > https://github.com/hibernate/hibernate-orm/blob/master/migration-guide.adoc#transactions > > Its not just org.hibernate.transaction.CMTTransactionFactory that was > removed; all of the TransactionFactory classes were removed. Actually I > think we should add them as resolvable names: > > * org.hibernate.transaction.CMTTransactionFactory > -> > org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl > * org.hibernate.transaction.JTATransactionFactory > -> > org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl > * org.hibernate.transaction.JDBCTransactionFactory -> > org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl > > Add a Jira if you'd like to see them mapped.
I added HHH-9411 for mapping the transaction factory classes. Thanks, Scott > > _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev