EchoMessageImpl echoServant = new EchoMessageImpl(implName + "." + objectId);
poa.activate_object_with_id(objectId.getBytes(), echoServant);
org.omg.CORBA.Object ref = poa.servant_to_reference(echoServant);
try
{
nsRootContext.rebind(context, ref);
}
catch (NotFound e)
{
TestUtils.getLogger().debug("SERVER: got NotFound exception, " + e.getMessage());
}