[jboss-user] [JBoss jBPM] - Re: async actions never starting

Olivier_Debels do-not-reply at jboss.com
Thu Aug 3 10:35:31 EDT 2006


The command executor thread is taking care of asynchronous command execution.

In the starter kit this one (and the scheduler thread) are created by the JbpmThreadsServlet in the web-app.

This means in order to have asynchronous command execution (or scheduler) you need to deploy the web-app.

Another option is to put the code which starts those two threads somewhere else (in case you really don't use the web-app).

Are you sure the command execution thread is running? 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962865#3962865

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962865



More information about the jboss-user mailing list