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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to