3 Replies Latest reply on May 29, 2009 1:01 PM by rams.rapol

    jBPM 4 Beta2

      Hi,

      I have been trying to play around with jBPM 4 and still hasn't been able to deploy a sample process definition xml using Beta2 version.

      The demo with Beta1 (http://www.inze.be/andries/2009/05/16/demo-on-spring-integration-with-jbpm4/) works fine.

      The change i notice with Beta2 is is with the JbpmConfiguration which used to accept jbpm.cfg.xml as parameter in Beta1. now it needs WireContext, WireDefinition along with sessionFactory. How can i wire these dependant objects?


      Caused by: org.jbpm.api.JbpmException:
       error: no element parser for tag spring-transaction-interceptor in category interceptor
      





        • 1. Re: jBPM 4 Beta2

          Figured out partially, jbpm.cfg.xml had tag named spring-transaction-interceptor which isn't supported in beta2 but supported in beta1....

          • 2. Re: jBPM 4 Beta2
            ainze

             

            "rams.rapol" wrote:
            Figured out partially, jbpm.cfg.xml had tag named spring-transaction-interceptor which isn't supported in beta2 but supported in beta1....


            Actually, it was not supported in beta1, only my branch contained the spring-transaction-interceptor.

            However, from RC1 it will be included in the distribution. Once RC1 is released (3th of June?), I'll update the demo.

            • 3. Re: jBPM 4 Beta2

              Thanks Ainze