Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-479

Pseudo Clock doesn't work for 2 not statements

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • 6.0.1.Final, 6.1.0.Beta3
    • None

      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.

            mfusco@redhat.com Mario Fusco
            richardambridge_jira Richard Ambridge (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: