Michael Wohlfart [
http://community.jboss.org/people/mwohlf] created the discussion
"Re: jbpm4.4 timer trigerring problem"
To view the discussion, visit:
http://community.jboss.org/message/569071#569071
--------------------------------------------------------------
I think the job executor is not booted automatically if you extend JbpmTestCase for
implementing your tests,
you might want to manually run the jobs:
List<Job> job = managementService.createJobQuery()
.processInstanceId(processInstance.getId())
.list();
managementService.executeJob(job.get(0).getId())
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/569071#569071]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]