]
Mario Fusco reassigned DROOLS-268:
----------------------------------
Assignee: Mario Fusco (was: Mark Proctor)
Delayed rule schedules are computed erroneously
-----------------------------------------------
Key: DROOLS-268
URL:
https://issues.jboss.org/browse/DROOLS-268
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 5.5.0.Final, 6.0.0.CR3
Reporter: Davide Sottara
Assignee: Mario Fusco
Fix For: 6.0.0.Final
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: