[jboss-user] [JBoss jBPM] - Problem with AsyncActivityTest in a AbstractTransactionalSpr

2009-07-27 Thread jcvergara
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.

[jboss-user] [JBoss jBPM] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-07-28 Thread jcvergara
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

[jboss-user] [JBoss jBPM] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-07-28 Thread jcvergara
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