[jboss-jira] [JBoss JIRA] (DROOLS-111) Ruleflow group activation/deactivation calls wrong listener methods
Mario Fusco (JIRA)
jira-events at lists.jboss.org
Thu May 16 06:27:06 EDT 2013
[ https://issues.jboss.org/browse/DROOLS-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Fusco resolved DROOLS-111.
--------------------------------
Fix Version/s: 5.5.1.Final
6.0.0.CR1
Resolution: Done
> 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, 6.0.0.Final
> Reporter: Ales Dolecek
> Assignee: Mario Fusco
> Priority: Minor
> Labels: listeners
> Fix For: 5.5.1.Final, 6.0.0.CR1
>
> 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
More information about the jboss-jira
mailing list