1 Reply Latest reply on Jul 12, 2006 3:44 PM by kukeltje

    jBPM + iBatis

    dlipski

      It is possible to integrate application witch uses other Data Mapper(ex. iBatis) then Hibernate with jBPM ? Im talking about such integration where existing domain logic can be executed within the same transaction as jBPM statements (or jBPM statements can be executed within 'domain transactions'). I saw that jBPM context allows user to provide custom JDBC connection, is this a solution ?