[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2825) rule with timer and CE not keeps firing after turning false

Mark Proctor (JIRA) jira-events at lists.jboss.org
Fri May 20 09:49:01 EDT 2011


    [ https://issues.jboss.org/browse/JBRULES-2825?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603426#comment-12603426 ] 

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

        


More information about the jboss-jira mailing list