[jacorb-bugs] [Bug 921] New: PrintIOR::printCorbalocIOR should use iiop version

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Wed Jun 6 10:13:33 CEST 2012


http://www.jacorb.org/cgi-bin/bugzilla/show_bug.cgi?id=921

           Summary: PrintIOR::printCorbalocIOR should use iiop version
           Product: JacORB
           Version: 3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ORB
        AssignedTo: jacorb-bugs at lists.spline.inf.fu-berlin.de
        ReportedBy: jacorb at goots.org


PrintIOR::printCorbalocIOR prints a corbaloc string with
"corbaloc:iiop:<host>". Ideally it should use the effective profile to also
output the iiop version e.g.


         if (profile instanceof IIOPProfile)
         {
+           result.append ("1." + Byte.valueOf(profile.version().minor) + "@");


-- 
Configure bugmail: http://www.jacorb.org/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the jacorb-bugs mailing list