8 Replies Latest reply on Nov 12, 2008 5:06 AM by kukeltje

    Problem: jBPM + JTA

      Hi mates,

      I am using JBoss 4.0.5 with jBPM 3.1.2 and my problem is about Java Transaction Api.
      I configure hibernate.cfg.cml inside jbpm.sar and it works fine. But when I try to do stress tests JNDI says "Hibernate Exception: cannot open connection". There is no exception in Oracle, so the problem is in Hibernta/JNDI pooling connections.

      I use oracle-ds.xml configuration file. do I need xa confguration?

      If I change to use apache DBCP, i have problems with JTA. It works fine, but when the process finishes, it crashes not allowing to commit transactions.

      Any ideas ?