[omniORB] Using corbaloc

Sanjeeva Reddy sanjeeva.reddy@tumbleweed.com
Mon, 23 Jul 2001 17:22:11 +0100


Hi ,

I downloaded omniORB_303_sun4_sosV_5.5.tar.gz and tried to test 'corbaloc'
to locate
the NameService root context with a java client running with ORBacus 4.0.3.

I used the statement like 

org.omg.CORBA.Object nameServiceObj =
orb.string_to_object("corbaloc::tmwdsol1.tumbleweed.co.uk:2809/NameService")
;

I get the following exception

org.omg.CORBA.DATA_CONVERSION:   minor code: 1398079491  completed: No 	at
com.sun.corba.se.internal.corba.ORB.string_to_object(ORB.java:994) 	at
com.tumbleweed.ime.corba.util.sample.TestProject2.Client.main(Client.java:28
)

I think both omniORB 3.0.3 and ORBacus 4.0.3 supports the use of 'corbaloc'
.
Could you please correct me if I have anything missing here.


Regards
Sanjeeva Reddy