+++ This bug was initially created as a clone of Bug #1263495 +++ Description of problem: Platform BZ for https://issues.jboss.org/browse/DROOLS-913 Steps to Reproduce: 1. See DROOLS-913. The commit contains a unit test Actual results: Deleted facts are retained by the ksession and not garbage collected even after ksession.delete() Expected results: Deleted facts are freed from the ksession so will be garbage collected after ksession.delete()
Cherry-picked to 6.2.x branch with https://github.com/droolsjbpm/drools/commit/69e50b7b9
Verified in 6.1.4.CR1.