Hi,
I'm trying to get a timer working but I cannot spot what is wrong with this bit 
of proces definition. No entries are made into the JBPM_TIMER table, which I 
was expecting. I definitiely have a schedulerthread running, but since there 
are no timers in the table, none of them expire. Can someone spot the error in 
this node declaration please?


  | <task-node name='Approve' signal='last'>
  |     <timer name='reminder' duedate= '5 minutes' repeat='5 minutes'>
  |             <action class='com.teampnt.common.process.JBPMReminderEmail'/> 
  |     </timer>
  |     <task name='Approval1'>
  |             <assignment 
class='com.teampnt.common.process.ApprovalAssignmentHandler'/>
  |     </task>
  | </task-node>
  | 

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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to