[jboss-user] [EJB/JBoss] - Re: Cannot join transaction - Mixing CMT and BMT

ctian do-not-reply at jboss.com
Mon Oct 9 05:20:34 EDT 2006


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



More information about the jboss-user mailing list