[
https://issues.jboss.org/browse/DROOLS-598?page=com.atlassian.jira.plugin...
]
John Le commented on DROOLS-598:
--------------------------------
I downloaded the latest nightly build snaphot and it is still not working. To avoid
confusion, i uploaded another reproducer ShouldFireButNot.java. As the name implies, when
you run the reproducer the rule should fire but it does not because of the impeding
defect. Below is what i observed from the log with no traces of rule fire.
2014-09-22 12:13:06 INFO KieRepositoryImpl:73 - KieModule was added:MemoryKieModule[
ReleaseId=org.default:artifact:1.0.0-SNAPSHOT]
2014-09-22 12:13:07 INFO WorkingMemoryConsoleLogger:51 - OBJECT ASSERTED value:TestA
factId: 1
2014-09-22 12:13:07 INFO WorkingMemoryConsoleLogger:51 - OBJECT ASSERTED value:TestB
factId: 2
2014-09-22 12:13:07 INFO WorkingMemoryConsoleLogger:51 - OBJECT ASSERTED value:TestC
factId: 3
2014-09-22 12:13:07 INFO WorkingMemoryConsoleLogger:51 - OBJECT ASSERTED value:TestD
factId: 4
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.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)