-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
2020 Week 34-36 (from Aug 17)
-
NEW
-
NEW
As demonstrated by this test https://github.com/kiegroup/drools/blob/master/drools-compiler/src/test/java/org/drools/compiler/common/MarshallerTest.java#L207 an accumulate rule doesn't refire after deserialization. However if the accumulate contains more than one accumulating function, e.g. the accumulate in that test is rewritten asĀ
accumulate ( Person ( getName().startsWith(\"M\"), $age : age );
$sum : sum( $age ), $max : max( $age )
it mistakenly fires once again after deserialization.
- is cloned by
-
RHDM-1434 Unwanted refiring after deserialization of a rule contaning an accumulate with more than one accumulating function
- Closed