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

Delayed rule schedules are computed erroneously

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.5.1.Final, 6.0.0.Final
    • 5.5.0.Final, 6.0.0.CR3
    • None
    • None

    Description

      Consider the following case, where all patterns are events

      $a : A()
      $b : B()
      not C( this after[0,N] $a )

      When the schedule time is computed, the ACTIVATION timestamp is considered
      as the starting timestamp, rather than $a's timestamp.
      If $b is insert after $a, the rule's schedule will be N time units after $b.

      Attachments

        Activity

          People

            mfusco@redhat.com Mario Fusco
            dsotty Davide Sottara (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: