Issue 5891: Guidance on RepositoryIDs for primitive types (java2idl-rtf) Source: Oracle (Dr. Andrew Piper, andyp(at)bea.com) Nature: Uncategorized Issue Severity: Summary: I have noticed that the Sun ORB generates RepositoryIds for primitive types when generating a FullValueDescription that looks like this: RMI:int:000000000000000000 Now you could argue that the type of int is Integer.TYPE and the function getName() on this class does indeed return "int" however there are explicit mappings for primitive types (int -> IDL long) and this just seems wrong to me. Should the repid be null or something else? Does it matter? Resolution: Revised Text: Actions taken: March 18, 2003: received issue Discussion: End of Annotations:===== This is issue # 5891 Andy Piper Guidance on RepositoryIDs for primitive types I have noticed that the Sun ORB generates RepositoryIds for primitive types when generating a FullValueDescription that looks like this: RMI:int:000000000000000000 Now you could argue that the type of int is Integer.TYPE and the function getName() on this class does indeed return "int" however there are explicit mappings for primitive types (int -> IDL long) and this just seems wrong to me. Should the repid be null or something else? Does it matter?