I am concerned which jBPM version and implementation to use, which one is supported?
I have a switchyard application, which has switchyard-bpmn component dependency, wich uses Kie implementation (e.g. KnowledgeBase, KieSession)
<dependency>
<groupId>org.switchyard.components</groupId>
<artifactId>switchyard-component-bpm</artifactId>
<version>0.8.0.Final</version>
</dependency>
and this brings jbpm dependencies of 6.0.0.Alpha version.
And in order to unit testing of the bpmn process only, I see there is org.jbpm.test.JbpmJUnitTestCase, which uses drools-jbpm implementation (e.g. org.drools.runtime.StatefulKnowledgeSession) and not the Kie.
So I am not sure which implementation I should use for jBPM, Kie or Drools, and which version? Please advice..
Thanks in advance!
Mariam