Posted By:
Anonymous
Posted On:
Tuesday, April 9, 2002 08:16 AM
I have an existing Orbix 3.01 server written in C++ running in Orbix.
I want to write a Java CORBA client which will run on WebLogic to talk to it.
My client does the following -
ORB myOrb = ORB.init(args, null); // OK
org.omg.CORBA.Object ref = myOrb.resolve_initial_references("NameService"); // Causes CORBA.COMM_FAILURE
I used idlj to produce the stub files - should I be using m3idltojava?