[jboss-user] [JBoss jBPM] - Re: Transaction Issue
bradsdavis
do-not-reply at jboss.com
Thu Feb 26 13:15:28 EST 2009
You are using a container mangaged transaction in your hibernate configuration. This is why its expecting one to be open when you perform jbpm. Change:
hibernate.transaction.factory_class = org.hibernate.transaction.CMTTransactionFactory
See: http://www.hibernate.org/42.html
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4213486#4213486
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4213486
More information about the jboss-user
mailing list