I noticed this yesterday, and David Jencks was mildly complaining about
it also this morning. In our exception messages, we show the Minor code
still OR'd with the VMCID, while the Sun impl splits them apart. For
example,
org.omg.CORBA.INV_POLICY: no PolicyFactory for the PolicyType has
been registered minor code: 0x4f4d0003 completed: No
Would get displayed something like this with the Sun ORB:
org.omg.CORBA.INV_POLICY: vmcid: OMG minor code: 003 completed: No no
PolicyFactory for the PolicyType has been registered
Also, what is the display string that should be used with the Yoko VMCID?
Rick