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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • j2ee1.3-beta2
    • Affects Version/s: 1.4.0
    • Component/s: 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
      ********************************************************************************

            Assignee:
            J. Duke
            Reporter:
            Harold Carr
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: