-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
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
********************************************************************************
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
********************************************************************************