[jboss-jira] [JBoss JIRA] (DROOLS-484) activation-group is ignored after updating a fact
Holger Rehn (JIRA)
issues at jboss.org
Wed May 14 03:58:56 EDT 2014
Holger Rehn created DROOLS-484:
----------------------------------
Summary: activation-group is ignored after updating a fact
Key: DROOLS-484
URL: https://issues.jboss.org/browse/DROOLS-484
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
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.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
More information about the jboss-jira
mailing list