As a test I have tried to combine the following setup:
- A Java 1.6 servant, running in the default Java ORB implementation
- A Java 1.6 client, running in the default Java ORB implementation
- A jacORB NameService, running, seems to be working fine
Here is the server code.
public static void main(String[] args) {
try
{
ORB orb = ORB.init(args, null);
org.omg.CORBA.Object coNamingContext = orb.string_to_object(readIOR("C:\\orb\\NS_Ref"));
NamingContext namingContext =