4 Replies Latest reply on Jul 27, 2009 12:02 PM by elhanan

    jbpm config under jta?

    elhanan

      hi...

      we have a strange problem..

      we are running a jbpm workflow under spring jta transcation manager wrapping jboss 4.2.3 jta manager

      before the workflow begins and are updating the database, but do not execute a commit, we anticipate that under the same transaction context the workflow would be able to see the update changes. however when we look in the log, a new transactions begins and suspends the current one, so the workflow does not see any changes, so are there any configuration changes we need to do for jta and spring in jbpm? (version 3.2.3)