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&...]