0 Replies Latest reply on May 9, 2006 11:58 PM by zoelee

    Transaction Managment  Problem

    zoelee

      I'm woking on the integration of our old system and jbpm.But our old system is using DAO as the persistence layer while jbpm using hibernate.
      Some transactions in our old system need to inter-act with jbpm,so how can I manage the whole transactions which include business logic and jbpm logic?