I think the trick is to place
<property name="hibernate.transaction.factory_class"
value="org.hibernate.transaction.JTATransactionFactory"/>
|
| <property name="hibernate.transaction.manager_lookup_class"
value="org.hibernate.transaction.JBossTransactionManagerLookup"/>
within the properties section of the persistence.xml file.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185844#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...