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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to