]
Toshiya Kobayashi updated DROOLS-4829:
--------------------------------------
Git Pull Request:
Rule with NotNode in the middle is not fired after ksession.reset()
-------------------------------------------------------------------
Key: DROOLS-4829
URL:
https://issues.jboss.org/browse/DROOLS-4829
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 7.30.0.Final
Reporter: Toshiya Kobayashi
Assignee: Toshiya Kobayashi
Priority: Major
Labels: support
When a rule has "not" in the middle of LHS patterns, the rule is not fired
after disposing a ksession from KieSessionsPool (= ksession.reset()).
This is a slightly different scenario from DROOLS-3228.