TypeCode is not created correctly from a java class, especially for array 
classes
---------------------------------------------------------------------------------

                 Key: YOKO-435
                 URL: https://issues.apache.org/jira/browse/YOKO-435
             Project: Yoko - CORBA Server
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: orb core
    Affects Versions: v1.2.0
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: v1.2.0


Two problems with creating a TypeCode from a java class:
- the full class name is used instead of the simple name, the name is supposed 
to be the name in the enclosing context, i.e. the package, so the SimpleName is 
appropriate (although oracle seems to include the '.' before the simple name)
- array classes need to be a value box around a sequence around the component 
type.

Fix is not tested on multi-dimensional arrays.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to