[jboss-jira] [JBoss JIRA] (DROOLS-111) Ruleflow group activation/deactivation calls weong listener methods
Ales Dolecek (JIRA)
jira-events at lists.jboss.org
Fri Apr 26 12:04:54 EDT 2013
Ales Dolecek created DROOLS-111:
-----------------------------------
Summary: Ruleflow group activation/deactivation calls weong 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
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
More information about the jboss-jira
mailing list