[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-2826) drools.halt() fails to halt in the presence of rules with repeating timer
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Fri May 20 09:49:01 EDT 2011
[ https://issues.jboss.org/browse/JBRULES-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list