[jboss-user] [EJB/JBoss] - Re: Cannot join transaction - Mixing CMT and BMT
jmcclure
do-not-reply at jboss.com
Sun Dec 3 10:25:21 EST 2006
Not sure if you found more information, but here is what I have discovered through testing...
I experienced the same problem with the transaction configuration. Seems that when you configure Hibernate with a factory_class definition other than the default (JDBC), it assumes that ITis responsible for initiating JTA transactions. If you leave the property configuration out, then Hibernate assumes someone else will be responsible (the container).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990807#3990807
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990807
More information about the jboss-user
mailing list