[jboss-jira] [JBoss JIRA] Created: (JBRULES-2826) drools.halt() fails to halt in the presence of rules with repeating timer

Wolfgang Laun (JIRA) jira-events at lists.jboss.org
Fri Dec 10 03:57:54 EST 2010


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.M1


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