[omniORB] omni - orbacus interoperatability

Boris Khanales boris@imagine-sw.com
ri, 20 Nov 1998 12:03:12 -0500


I have omni 2.6.1 client on Solaris and orbacus 3.1 C++ server on NT
I can do this

	CORBA::Object_var obj = orb->string_to_object(argv[1]);
        Test_var e = Test::_narrow(obj);
        if (CORBA::is_nil(e))
        ....ERROR....


and it works just fine but on the first call to e->foo()
I'm geting exception. However with Java server on NT it
works fine ... ( As well as orbacus Java client on NT and C++ server on NT)

Any ideas?