JBoss Community

Re: How to fix: "The chosen transaction strategy requires access to the JTA TransactionManager" issue?

created by Mariem Jabloun in jBPM - View the full discussion

It can be fixed by adding this property to the persistence.xml file :

 

<!--  working with jboss -->

 

<property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/>

 

otherWhise you can use this

 

<property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.TransactionManagerLookup"/>

 

Hope it helps you tofix it.

Reply to this message by going to Community

Start a new discussion in jBPM at Community