-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.0
-
Component/s: other-libs
-
None
-
beta2
-
sparc
-
solaris_7
If we have to use ORBInitRef we can do it by using -ORBInitRef commanline argument or do it by passing property (-Dorg.omg.CORBA.ORBInitRef). The commandline argument works fine, the jvm property will have the following format
-Dorg.omg.CORBA.ORBInitRef=<ServiceName>=<INS URL), This is wrong, we should do something like -Dorg.omg.CORBA.ORBInitRef<ServiceName>=<INS URL) and parse it by checking the startsWith("org.omg.CORBA.ORBInitRef").
-Dorg.omg.CORBA.ORBInitRef=<ServiceName>=<INS URL), This is wrong, we should do something like -Dorg.omg.CORBA.ORBInitRef<ServiceName>=<INS URL) and parse it by checking the startsWith("org.omg.CORBA.ORBInitRef").