I have jbpm-enterprise deployed into jboss-4.0.5.GA. When I try to deploy a
processdefinition from the jbpm examples directory, I get an exception:
org.hibernate.HibernateException: Unable to locate current JTA transaction
What transaction behavior is the console expecting? The hibernate.cfg.xml file in the
web-inf/classes directory has the transaction-related properties commented out.
How does the console application configure itself for enterprise vs non-enterprise
deployment with regard to transaction behavior? In the enterprise case, transactions
should be managed by the container (and set to false in jbpm.cfg.xml
isTransactionEnabled), and in the non-enterprise case, jbpm transaction must be enabled.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002972#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...