]
RH Bugzilla Integration updated DROOLS-1146:
--------------------------------------------
Bugzilla References:
Incremental compilation is blocked forever by fireUntilHalt
-----------------------------------------------------------
Key: DROOLS-1146
URL:
https://issues.jboss.org/browse/DROOLS-1146
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Priority: Critical
Fix For: 7.0.0.Beta1
Incremental compilation of a kbase requires that all the ksessions created from that
kbase are deactivated. Unfortunately a ksession in fireUntilHalt cannot be deactivated
until somebody doesn't explicitly invokes halt on it.