[jboss-jira] [JBoss JIRA] Created: (JBAS-4801) HomeHandleImplIIOP not using the HandleDelegate
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Wed Oct 3 05:28:04 EDT 2007
HomeHandleImplIIOP not using the HandleDelegate
-----------------------------------------------
Key: JBAS-4801
URL: http://jira.jboss.com/jira/browse/JBAS-4801
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: IIOP service
Affects Versions: JBossAS-4.2.1.GA, JBossAS-5.0.0.Beta2
Reporter: Adrian Brock
Assigned To: Adrian Brock
Fix For: JBossAS-5.0.0.Beta3, JBossAS-4.2.2.GA
The class org.jboss.proxy.ejb.HomeHandleIIOPImpl is not using the HandleDelegate for serialization.
This is because the read/writeObject methods are public when they should be private to be invoked by
Serialization.
Since fixing this will change the serialization of the class (it will write the home stub to the stream instead of
currently writing the ior), we need a system property such that people can revert to the previous
serialization if it causes them problems.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list