]
John Le commented on DROOLS-598:
--------------------------------
Davide - this is where I obtained the jar from
.
Please accept my appololy, if this is not where i should download the night build snapshot
from.
accumuate function not working when object chaining is used as
accumulate condition
-----------------------------------------------------------------------------------
Key: DROOLS-598
URL:
https://issues.jboss.org/browse/DROOLS-598
Project: Drools
Issue Type: Bug
Affects Versions: 6.2.0.Beta2, 6.2.0.CR1, 6.2.0.Final
Reporter: John Le
Assignee: Mario Fusco
Labels: backport-to-6.0.x
Fix For: 6.2.0.CR1
Attachments: AccumulateWithPassAndFail.java, ShouldFireButNot.java,
SumOfAllIssue.java
Please see attached code file to reproduce issue. Rule is supposed to fire and yield 0.0
as the sum but rule does not. If we remove TestA, TestB, TestC and leave only TestD as
condition then rule fire.