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