I am using the spring integration example by Andries Inze
(http://www.inze.be/andries/2009/06/08/spring-jbpm4-cr1-demo/)
public class AsyncActivityTests extends
AbstractTransactionalSpringJbpmTestCase {â¦
@Override
protected String[] getConfigLocations() {
return new Str
kukeltje/jbarrez thanks for give me an insight into the JobExecutor component.
I believe the Jobexecutor is configured correctly, my jbpm.cfg.xml include the
line:
I don't know why the transaction managed by Spring is not injected into the
JobExecutorMessageSession, I running the test against
Hi,
I am playing with the jbpm4 example AsyncActivityTest from an
AbstractTransactionalSpringJbpmTestCase.
But I have the following exception:
java.lang.NullPointerException at
org.jbpm.pvm.internal.jobexecutor.JobExecutorMessageSession.send(JobExecutorMessageSession.java:59)
The file process.