[jboss-user] [jBPM] - Re: jbpm4.4 timer trigerring problem

Michael Wohlfart do-not-reply at jboss.com
Sat Oct 30 09:33:31 EDT 2010


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101030/ee5a36ff/attachment-0001.html 


More information about the jboss-user mailing list