0 Replies Latest reply on Feb 9, 2007 3:20 PM by skpeddi

    Transaction problem in JBPM via EJB

    skpeddi


      Transaction problem:

      Scenario:EJB(Transaction starts)------------>JBPM(creating a processInstance)One more transaction starts

      If we say jbpmContext.close() ,new processInstanceid should be created but transaction will not be committing.


      EJB starts one transaction and internally EJB calls jBPM related method.
      We are setting TransactionEnabled as "false" which means EJB related transaction should be continue.


      But we are not able to commit in to the JBPM database (not updating into the database).

      If we say transactionEnabled as "true" that will be working

      Could any body can help me on this issue

      Any one can suggest how to set the two transactions continuous



      Thanks
      Suresh