JBoss Community

Problem running jbpm-examples

created by goku in jBPM - View the full discussion

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:

 

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

 

 

When I run:

 

mvn clean package

 

 

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

 

I found this class in this dependency of maven:

 

 

 

 

But adding this dependency cause the error below:

 

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

 

 

Anyone could give me a tip?

Reply to this message by going to Community

Start a new discussion in jBPM at Community