5 Replies Latest reply on May 7, 2013 10:32 AM by goku

    [SOLVED] Problem running jbpm-examples

    goku

      Hello,

       

      Using the 5.4.0.Final version of jbpm, I'm trying to run the jbpm-examples project from the jbpm repository, but it throws the exception below:

       

      <code>java.lang.NoClassDefFoundError: org/kie/api/definition/process/Node<code>

       

      When I run:

       

      <code>mvn clean package</code>

       

      It doesn't pass the tests, because it couldn't find the class above.

       

      I found this class in this dependency of maven:

       

      <dependency>

          <groupId>org.kie</groupId>

          <artifactId>kie-api</artifactId>

          <version>6.0.0.Beta1</version>

      </dependency>

       

      But adding this dependency cause the error below:

       

      <code>java.lang.NoSuchMethodError: org.jbpm.ruleflow.instance.RuleFlowProcessInstance.getProcess()Lorg/kie/api/definition/process/Process;</code>

       

      Anyone could give me a tip?