[
https://issues.jboss.org/browse/DROOLS-111?page=com.atlassian.jira.plugin...
]
Ales Dolecek updated DROOLS-111:
--------------------------------
Summary: Ruleflow group activation/deactivation calls wrong listener methods (was:
Ruleflow group activation/deactivation calls weong listener methods)
Ruleflow group activation/deactivation calls wrong listener methods
-------------------------------------------------------------------
Key: DROOLS-111
URL:
https://issues.jboss.org/browse/DROOLS-111
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 5.5.0.Final
Reporter: Ales Dolecek
Assignee: Mark Proctor
Priority: Minor
Labels: listeners
Original Estimate: 10 minutes
Remaining Estimate: 10 minutes
Method
org.drools.impl.StatefulKnowledgeSessionImpl$AgendaEventListenerWrapper.beforeRuleFlowGroupActivated
delegates to listener.afterRuleFlowGroupActivated.
Method beforeRuleFlowGroupDeactivated delegates to
listener.afterRuleFlowGroupDeactivated.
Thus when (de)activating ruleflow-group the before methods of any registered listener are
NOT invoked while the after methods are invoked TWICE.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira