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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...