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

jDev Dev do-not-reply at jboss.com
Tue Jun 1 17:08:36 EDT 2010


jDev Dev [http://community.jboss.org/people/dSalam] replied to the discussion

"jBPM timer not executing/firing"

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

--------------------------------------------------------------
Thanks for the advise. It is making sense now.
However, I am getting null for jobs to be executed

I am placing this code after I signal for next transition>

> JobExecutor jobExecutor =  jbpmContext.getJbpmConfiguration().getJobExecutor();
> 
> if  (jobExecutor==null) {
>           throw new JbpmException("no job executor configured in resource  ");
>           }
>           jobExecutor.start();

I get in my console the following info
 *[main] DEBUG JobExecutor :* *starting thread group 'null'...*

Is this the wrong way of extracting the jobs from the DB?

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

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

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/20100601/aeedfa16/attachment-0001.html 


More information about the jboss-user mailing list