[rules-users] Timer (int & cron) ignore when statement

Davide Sottara dsotty at gmail.com
Thu Mar 29 21:02:00 EDT 2012


Hi, 
we have applied some fixes to timer infrastructure this very morning, could
you please try HEAD or wait a few days when 5.4.CR1 will be released? If the
issue still persists, please let us know and we'll fix this.
Thanks,
Davide

p.s. the second form is definitely better! You should follow the beans
naming conventions, if you can

rule "DBC"
 // timer here
when
 $c : CronJennie( initialRunOccurred == false )
then
 modify ($c) { setInitialRunOccurred( true ); }
end

--
View this message in context: http://drools.46999.n3.nabble.com/Timer-int-cron-ignore-when-statement-tp3869642p3869655.html
Sent from the Drools: User forum mailing list archive at Nabble.com.



More information about the rules-users mailing list