]
Mark Proctor resolved JBRULES-2826.
-----------------------------------
Resolution: Done
drools.halt() fails to halt in the presence of rules with repeating
timer
-------------------------------------------------------------------------
Key: JBRULES-2826
URL:
https://issues.jboss.org/browse/JBRULES-2826
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-core
Affects Versions: 5.1.1.FINAL
Reporter: Wolfgang Laun
Assignee: Mark Proctor
Priority: Critical
Fix For: 5.2.0.CR1
rule x when B() then drools.halt(); end
rule "wrap A"
timer(int: 100 100)
when
$a: A( $id: id )
not B( a == $a )
then insert( new B( $a ) ); end
See TimerAndCalendarTest.TimerAndCalendarTest and test_Halt_With_Timer.drl
--
This message is automatically generated by JIRA.
For more information on JIRA, see: