[
https://issues.jboss.org/browse/JBRULES-2825?page=com.atlassian.jira.plug...
]
Mark Proctor commented on JBRULES-2825:
---------------------------------------
"See TimerAndCalendarTest.testTimerWithNot() and test_Timer_With_Not.drl" is
commit and works, so I'll assume this is fixed.
rule with timer and CE not keeps firing after turning false
-----------------------------------------------------------
Key: JBRULES-2825
URL:
https://issues.jboss.org/browse/JBRULES-2825
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 "wrap A"
timer(int: 100 100)
when
$a: A( $id: id )
not B( a == $a )
then
B b = new B( $a );
insert( b );
end
See TimerAndCalendarTest.testTimerWithNot() and test_Timer_With_Not.drl
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira