Errors in handling indirections when writeReplace() is involved. 
-----------------------------------------------------------------

                 Key: YOKO-277
                 URL: https://issues.apache.org/jira/browse/YOKO-277
             Project: Yoko - CORBA Server
          Issue Type: Bug
    Affects Versions: 1.0-incubating-M2
            Reporter: Rick McGuire
         Assigned To: Rick McGuire
            Priority: Minor
             Fix For: 1.0-incubating-M2


There are a couple of errors in value serialization when writeReplace() 
operations are involved:

1)  If the replacement value is a String, the logic for writing out the 
replacement value attempts to write out the original value as a string, which 
will cause a ClassCastException.
2)  If there is a replacement value, both the original value object and the 
replacement need to be recorded in the indirection table.  

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

        

Reply via email to