[jboss-jira] [JBoss JIRA] Updated: (JBRULES-2825) rule with timer and CE not keeps firing after turning false
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Mon May 16 21:40:01 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor updated JBRULES-2825:
----------------------------------
Fix Version/s: 5.2.0.CR1
(was: 5.2.0.M1)
> 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
More information about the jboss-jira
mailing list