[jboss-jira] [JBoss JIRA] Commented: (JBRULES-2129) The WorkingMemoryEventListener doesn't set the oldObject for objectUpdated method.
Damon Horrell (JIRA)
jira-events at lists.jboss.org
Thu Jun 25 18:28:57 EDT 2009
[ https://jira.jboss.org/jira/browse/JBRULES-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12473837#action_12473837 ]
Damon Horrell commented on JBRULES-2129:
----------------------------------------
This class is now called ObjectUpdatedEventImpl. The bug still exists.
> The WorkingMemoryEventListener doesn't set the oldObject for objectUpdated method.
> ----------------------------------------------------------------------------------
>
> Key: JBRULES-2129
> URL: https://jira.jboss.org/jira/browse/JBRULES-2129
> Project: JBoss Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: drools-core
> Affects Versions: 5.1.0.M1
> Reporter: John Bebbington
> Assignee: Mark Proctor
>
> The org.drools.event.rule.impl.ObjectEventImpl.java class has a fairly obvious error in it's constructor.
> The line:
> object = event.getOldObject();
> Needs to be changed to:
> oldObject = event.getOldObject();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list