Serialization errors with Stub class
------------------------------------

                 Key: YOKO-214
                 URL: http://issues.apache.org/jira/browse/YOKO-214
             Project: Yoko - CORBA Server
          Issue Type: Bug
          Components: RMI-IIOP
    Affects Versions: 1.0-incubating-M2, 1.0-incubating-M1
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
             Fix For: 1.0-incubating-M2


The javax.rmi.CORBA.Stub implemenation cannot be serialized because the 
StubDelegate is not serializable.  The delegate field needs to be transient so 
that the delegate instances are reobtained.  Also, this class needs to pass on 
readObject() and writeObject() calls to the delegate. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to