[jboss-user] [jBPM] New message: "Re: Problem with timer"

Heiko Tappe do-not-reply at jboss.com
Thu Jan 28 08:56:04 EST 2010


User development,

A new message was posted in the thread "Problem with timer":

http://community.jboss.org/message/522745#522745

Author  : Heiko Tappe
Profile : http://community.jboss.org/people/tdtappe

Message:
--------------------------------------------------------------
I am facing the same problem using jBPM 4.2 with a Firebird database in a non-clustred environment.
 
The part of the process definition causing the problem looks like this:
 
   <task assignee="TAPPE" name="mytask">
      <transition name="to next" to="next"/>
      <transition name="to timeout" to="timeout">
         <timer duedate="1 minute"/>
      </transition>
   </task>
   <mail name="timeout">
      <to addresses="my at domain.net"/>
      <subject>Timeout</subject>
      <text>Timeout occured</text>
      <transition name="to mytask" to="mytask"/>
   </mail>

 
And I would expect to see an email every minute as long as the task isn't completed. But only one email is sent and after that the error occurs and no more timouts are reached.
 
Any idea?
 
--Heiko

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

To reply to this message visit the message page: http://community.jboss.org/message/522745#522745




More information about the jboss-user mailing list