[jboss-user] [JBoss jBPM] - Re: Timer Task never fired

Olivier.ch do-not-reply at jboss.com
Tue Oct 23 09:41:57 EDT 2007


I put my timer back on my task-node.

I have a DBScheduler  defined in my jbpm.cfg.xml

I didn't have any jobscheduler, i just had this on my jbpm.cfg.xml :

  | 
  | 	<bean name="jbpm.job.executor"
  | 		class="org.jbpm.job.executor.JobExecutor">
  | 		<field name="jbpmConfiguration">
  | 			<ref bean="jbpmConfiguration" />
  | 		</field>
  | 		<field name="name">
  | 			<string value="JbpmJobExector" />
  | 		</field>
  | 		<field name="nbrOfThreads">
  | 			<int value="1" />
  | 		</field>
  | 		<field name="idleInterval">
  | 			<int value="1000" />
  | 		</field>
  | 		<field name="maxIdleInterval">
  | 			<int value="10000" />
  | 		</field>
  | 	</bean>
  | 
  | 

But doesn't work ... It is a job, but do I have to start it programmaticaly ? How do I do this ... and when do I have to start it, at the beginging of my process instance ?

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

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



More information about the jboss-user mailing list