In my persistence.xml the following properties caused the problem: | <property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.JBossTransactionManagerLookup"/> | <property name="hibernate.transaction.factory_class" value="org.hibernate.transaction.JTATransactionFactory"/> After removing the lines, it worked.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976922#3976922 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976922 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
