[jboss-jira] [JBoss JIRA] Closed: (JBRULES-1772) SerializablePlaceholderResolverStrategy.accept method should call acceptor.accept
Mark Proctor (JIRA)
jira-events at lists.jboss.org
Thu Oct 2 18:39:31 EDT 2008
[ https://jira.jboss.org/jira/browse/JBRULES-1772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Proctor closed JBRULES-1772.
---------------------------------
Fix Version/s: 5.0.0.M3
Resolution: Done
Good find, thank you.
> SerializablePlaceholderResolverStrategy.accept method should call acceptor.accept
> ----------------------------------------------------------------------------------
>
> Key: JBRULES-1772
> URL: https://jira.jboss.org/jira/browse/JBRULES-1772
> Project: JBoss Drools
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: Reteoo
> Affects Versions: 5.0.0.M1
> Reporter: Michal Bali
> Assignee: Mark Proctor
> Priority: Minor
> Fix For: 5.0.0.M3
>
>
> Hi,
> The SerializablePlaceholderResolverStrategy.accept method should call acceptor.accept, instead of its own method accept (which causes recursion).
> e.g. change line 38 to:
> return this.acceptor.accept( object );
> the line number can be seen here:
> http://fisheye.jboss.org/browse/JBossRules/trunk/drools-core/src/main/java/org/drools/marshalling/SerializablePlaceholderResolverStrategy.java?r=19998#l38
> Thank you!
> Best Regards,
> Michal
--
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