]
Mark Proctor commented on DROOLS-1068:
--------------------------------------
Any chance you could confirm this against 7.0 snapshot, as it may already be fixed.
If it is not, would it possible to submit a self contained test. Similar to other
MiscTests. Please see getting involved docs for how to do pull requests and write tests
we can easily add to our test suite:
java.lang.UnsupportedOperationException thrown by
org.drools.core.reteoo.BaseLeftTuple.getBlocker(BaseLeftTuple.java:535)
-------------------------------------------------------------------------------------------------------------------------
Key: DROOLS-1068
URL:
https://issues.jboss.org/browse/DROOLS-1068
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.3.0.Final
Reporter: Bill Tuminaro
Assignee: Mario Fusco
Attachments: droolsReproducer.jar
We have encountered this issue when we insert a fact matching a certain rule, delete the
fact then call fire all rules.
A reproducer is attached.
-BillT