[omniORB] string_to_object question

Lee, Robert C. RLee@northropgrumman.com
Wed Mar 5 00:57:02 2003


Hi all,

I noticed I can't write the following code:

        CORBA::Object_var obj = orb->string_to_object("file://ns.ior");

if I wanted to read in the name service IOR. This is allowed in TAO but I
get a "bad param" error when I run this. Is this not acceptable in omniORB?
And if this is not allowed, then I assume the URL form of this is also not
allowed.

Thanks,
Robert Lee