]
Mario Fusco closed DROOLS-919.
------------------------------
Resolution: Done
Fixed by
Triggering an incremental compilation from inside a consequence
causes a deadlock
---------------------------------------------------------------------------------
Key: DROOLS-919
URL:
https://issues.jboss.org/browse/DROOLS-919
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Triggering an incremental compilation (i.e. calling kieContainer.updateToVersion) from
inside a rule consequence causes a deadlock because it attempts to update the read lock on
the kbase acquired when invoking ksession.fireAllRules() to a write lock.