Sorry
But i configure the scheduler with:
| <service name='scheduler'
factory='org.jbpm.scheduler.db.DbSchedulerServiceFactory' />
|
| <bean name='jbpm.job.executor'
class='org.jbpm.job.executor.JobExecutor'>
| <field name='jbpmConfiguration'><ref
bean='jbpmConfiguration' /></field>
| <field name='name'><string value='JbpmJobExecutor'
/></field>
| <field name='nbrOfThreads'><int value='1'
/></field>
| <field name='idleInterval'><int value='1000'
/></field>
| <field name='maxIdleInterval'><int value='3600000'
/></field> <!-- 1 hour -->
| <field name='historyMaxSize'><int value='20'
/></field>
| <field name='maxLockTime'><int value='600000'
/></field> <!-- 10 minutes -->
| <field name='lockMonitorInterval'><int value='60000'
/></field> <!-- 1 minute -->
| <field name='lockBufferTime'><int value='5000'
/></field> <!-- 5 seconds -->
| </bean>
|
It's right?
The timer don't change the state if the time of action over timer's time.
Thanks in advanced
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224724#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...