]
Shervin Asgari commented on DROOLS-484:
---------------------------------------
This bug seems to be hitting us.
Can we expect a fix soon?
activation-group is ignored after updating a fact
-------------------------------------------------
Key: DROOLS-484
URL:
https://issues.jboss.org/browse/DROOLS-484
Project: Drools
Issue Type: Bug
Affects Versions: 6.0.1.Final
Environment: Windows 7, AMD 64Bit
Reporter: Holger Rehn
Assignee: Mark Proctor
- stateful session
- two rules in one activation-group with different salience (XOR)
- after inserting one fact, the expected "higher" rule fires
- after updating that fact, both rules are firing
Digging into source shows, that org.drools.core.common.DefaultAgenda.fireActivation(...)
removes the ActivationGroupNode. After updating the fact, the same instance of Activation
has no longer a group node and all rules are firing.