0 Replies Latest reply on Mar 24, 2008 8:26 PM by bloreguy

    JBPM Transaction Management - Please advise best techniques

    bloreguy

      Hello,

      I use jbpm with Hibernate and would want to know the best techniques for Transaction Management. I have an application with lot of database queries and multiple updates as part of 1 transaction and require to rollback updates in case of failure.

      1. Should I use JDBCTransactionFactory or JTATransactionFactory?
      2. This question may answer 1 - Should I set isTransactionEnabled in jbom.cfg.xml to false and let container handle all transactions, without user transaction management?

      Please advice.