Hide Forgot
Description of problem: For some scenario activation-group is not working properly. It seems related with Not Nodes. I am attaching a simple reproducer where two rules in the same activation-group are fired where only one is expected. Version-Release number of selected component (if applicable): 6.2.1 How reproducible: Always Steps to Reproduce: 1. run the attached maven project Actual results: Two rules are fired Expected results: Only one is expected
Created attachment 1136767 [details] reproducer-junit
Fixed by https://github.com/droolsjbpm/drools/commit/bd4674dc4
Verified by running attached reproducer and new test from Mario's PR.