1 Reply Latest reply on Jun 7, 2010 10:53 AM by mwohlf

    jBPM + iBatis

    sanjaykm

      Hi,

       

      Can anybody provide information/example, how to integrate the jBPM with iBatis? is Hibernate is mandatory for jBPM?

       

      Regards,

      Sanjay

        • 1. Re: jBPM + iBatis
          mwohlf

          jBPM comes with mapping files for hibernate and uses Database Sessions so it needs Hibernate or at least JPA, I don't think it will ever run with iBatis. But of course you are free to use iBatis for your Domain Objects.