[jboss-jira] [JBoss JIRA] (DROOLS-268) Delayed rule schedules are computed erroneously
Davide Sottara (JIRA)
jira-events at lists.jboss.org
Thu Sep 19 04:35:03 EDT 2013
Davide Sottara created DROOLS-268:
-------------------------------------
Summary: 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: 6.0.0.CR3, 5.5.0.Final
Reporter: Davide Sottara
Assignee: Mark Proctor
Priority: Blocker
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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list