[jboss-jira] [JBoss JIRA] Created: (JBRULES-1772) SerializablePlaceholderResolverStrategy.accept method should call acceptor.accept
Michal Bali (JIRA)
jira-events at lists.jboss.org
Thu Sep 18 21:02:20 EDT 2008
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
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