RMI long array marshalling code generating incorrect operation name. --------------------------------------------------------------------
Key: YOKO-414 URL: https://issues.apache.org/jira/browse/YOKO-414 Project: Yoko - CORBA Server Issue Type: Bug Components: RMI-IIOP Affects Versions: v1.0.0 Reporter: Rick McGuire Assignee: Rick McGuire Fix For: v1.0.0 The RMI code that generates operation names from method arguments is generating an incorrect name when the arguments contain a long array. The generated name is using the type "long_seq1_long" rather than "seq1_long_long" because the code assumes the "_" in the type IDL name is a package delimiter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.