[jbpm-commits] JBoss JBPM SVN: r1545 - pvm/trunk/modules/core/src/main/java/org/jbpm/pvm/internal/model.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 8 09:08:30 EDT 2008


Author: porcherg
Date: 2008-07-08 09:08:29 -0400 (Tue, 08 Jul 2008)
New Revision: 1545

Modified:
   pvm/trunk/modules/core/src/main/java/org/jbpm/pvm/internal/model/ExecutionImpl.java
Log:
set hasTimers to true when creating a new timer

Modified: pvm/trunk/modules/core/src/main/java/org/jbpm/pvm/internal/model/ExecutionImpl.java
===================================================================
--- pvm/trunk/modules/core/src/main/java/org/jbpm/pvm/internal/model/ExecutionImpl.java	2008-07-08 12:08:07 UTC (rev 1544)
+++ pvm/trunk/modules/core/src/main/java/org/jbpm/pvm/internal/model/ExecutionImpl.java	2008-07-08 13:08:29 UTC (rev 1545)
@@ -829,6 +829,7 @@
     TimerImpl timerImpl = instantiateTimer();
     // create the bidirectional reference
     timers.add(timerImpl);
+    hasTimers = true;
     // setInverseReference(timerImpl);
     
     // initialise all the timer properties




More information about the jbpm-commits mailing list