I get a Hibernate JTA warning " HHH000427: Using deprecated org.hibernate.transaction.TransactionManagerLookup" in EAP 6.
Issue
We're migrating an existing application from EAP5 to EAP6.1. The application uses SpringFramework 3.2.4 and Hibernate 4.
The application appears to be running properly but we're seeing the following Hibernate warnings in the server log file:
[org.hibernate.service.jta.platform.internal.JtaPlatformInitiator] (ServerService Thread Pool -- 52) HHH000427: Using deprecated org.hibernate.transaction.TransactionManagerLookup strategy [hibernate.transaction.manager_lookup_class], use newer org.hibernate.service.jta.platform.spi.JtaPlatform strategy instead [hibernate.transaction.jta.platform]
How do we fix this?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
