[jboss-user] [jBPM] - jBPM timer not executing/firing

Toshiya Kobayashi do-not-reply at jboss.com
Sun May 30 14:06:46 EDT 2010


Toshiya Kobayashi [http://community.jboss.org/people/tkobayas%40redhat.com] replied to the discussion

"jBPM timer not executing/firing"

To view the discussion, visit: http://community.jboss.org/message/545409#545409

--------------------------------------------------------------
Hi,

Do you know that you need to start Job Executor thread? -- Configuring it in jbpm.cfg.xml is not enough.

 http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#d0e140 http://docs.jboss.com/jbpm/v3.2/userguide/html_single/#d0e140

The job executor component is packaged in the core jbpm-jpdl library, but it needs      to be deployed in one of the following ways: either register the JobExecutorLauncher servlet context listener in the web app deployment descriptor to start/stop the job     executor during creation/destruction of the servlet context, or start up a separate JVM     and start the job executor in there programatically.


You can find jbpm-jpdl-3.2.3/deploy/jbpm-console.war as an example of job executor launcher servlet (see WEB-INF/web.xml).

Toshiya

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/545409#545409]

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/20100530/c4b33f44/attachment.html 


More information about the jboss-user mailing list