-
Bug
-
Resolution: Done
-
Major
-
None
-
7.16.0.Final
-
None
-
2019 Week 02-04, 2019 Week 05-07
-
5
-
-
User Experience
-
NEW
-
NEW
Consider a rule with accumulate pattern in the LHS which logically inserts an object in the RHS. Build the KieModule from the KieFileSystem including this rule, create the KieContainer and the KieSession. Insert the facts. Everything works fine.
Create a new KieModule excluding this rule from the KieFileSystem, update the KieContainer. Expect the logically inserted fact to be retracted, as the rule which trigged its creation is no longer present. Turns out that the fact is still present in the working memory
- causes
-
DROOLS-4864 accumulate causes NullPointerException
- Resolved