Dear Members
I have integrated jBPM4 + Spring 2.5.6 working with the class
org.jbpm.pvm.internal.cfg.SpringConfiguration where such package and class is located in jbpm-4.0\jbpm.jar
or with maven2 working with the follow dependency
<dependency>
<groupId>org.jbpm.jbpm4</groupId>
<artifactId>jbpm-jpdl</artifactId>
<version>4.1</version>
</dependency>
I just download the version jbpm-4.3 and well I have compile errors because such package and class not exists anymore
Therefore how I can handle this?
Thanks in advanced
-Manuel