Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4431659

CSI IDL files missing #pragma prefix "omg.org"

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • j2ee1.3-beta2
    • 1.4.0
    • other-libs
    • None
    • beta2
    • unknown
    • solaris_2.6
    • Verified

      In the process of fixing the repository id problems with IOP,
      Messaging and CORBA(X) I noticed that the CSI IDL files are generating
      incorrect repository ids. For example:

        private static String _id = "IDL:CSI/AuthorizationElement:1.0";

      I think this should be:

               "IDL:omg.org/CSI/AuthorizationElement:1.0";

      That is the form of other OMG Repo Ids. For instance:

        private static String _id = "IDL:omg.org/PortableServer/ForwardRequest:1.0";

      The CSI IDL files need to have:

              #pragma prefix "omg.org"

      added to them to fix this problem.

      ********************************************************************************
      ###@###.### 2001-11-01

      Fix verified ok by code inspection
      - With file:
      ./rip_int/1.0/fcs/b68/ws/src/share/classes/com/sun/corba/se/org/omg/CSIIOP/CSIIOP.idl
      ./rip_int/1.0/fcs/b68/ws/src/share/classes/com/sun/corba/se/org/omg/CSI/CSI.idl
      ********************************************************************************

            duke J. Duke
            hcarr Harold Carr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: