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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
