[jboss-jira] [JBoss JIRA] Created: (JBRULES-2825) rule with timer and CE not keeps firing after turning false
Wolfgang Laun (JIRA)
jira-events at lists.jboss.org
Fri Dec 10 03:51:53 EST 2010
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.M1
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
More information about the jboss-jira
mailing list