[jboss-jira] [JBoss JIRA] (DROOLS-479) Pseudo Clock doesn't work for 2 not statements

Richard Ambridge (JIRA) issues at jboss.org
Sat May 10 05:11:56 EDT 2014


Richard Ambridge created DROOLS-479:
---------------------------------------

             Summary: Pseudo Clock doesn't work for 2 not statements
                 Key: DROOLS-479
                 URL: https://issues.jboss.org/browse/DROOLS-479
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.1.0.Beta3, 6.0.1.Final
         Environment: linux 14.04
            Reporter: Richard Ambridge
            Assignee: Mark Proctor


If a rule (event) has the following:
                + "when\n"
                + "  $s : Cheese(type==\"stinky\")\n"
                + "  not( Cheese(type==\"a\", this after [0s,3s] $s ) )\n"
                + "  not( Cheese(type==\"b\", this after [0s,5s] $s ) )\n" //2 * not

and pseudo clock is used, the rule doesn't fire.
If realtime clock is used, the rule works.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jboss-jira mailing list