[jboss-user] [jBPM] - Re: How to fix: "The chosen transaction strategy requires access to the JTA TransactionManager" issue?

Mariem Jabloun do-not-reply at jboss.com
Fri Jun 1 10:16:21 EDT 2012


Mariem Jabloun [https://community.jboss.org/people/merjabloun] created the discussion

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

To view the discussion, visit: https://community.jboss.org/message/739344#739344

--------------------------------------------------------------
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
[https://community.jboss.org/message/739344#739344]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120601/4a618939/attachment.html 


More information about the jboss-user mailing list