javax.rmi.CORBA.Stub class not handling serialization properly. ---------------------------------------------------------------
Key: YOKO-235 URL: http://issues.apache.org/jira/browse/YOKO-235 Project: Yoko - CORBA Server Issue Type: Bug Components: RMI-IIOP Affects Versions: 1.0-incubating-M2 Reporter: Rick McGuire Assigned To: Rick McGuire Priority: Blocker Fix For: 1.0-incubating-M2 The Stub class is not handling serialization properly. There are two problems: 1) readObject() and writeObject() were not getting called because they were declared public and 2) the default constructor doesn't get called during deserialization, so the delegate was never getting initialized. -- 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