org.omg.CORBA.Object o =
poa.servant_to_reference(new TracingServiceImpl());
NamingContextExt nc =
NamingContextExtHelper.narrow(orb.resolve_initial_references("NameService"));
nc.bind( nc.to_name("tracing.service"), o);
poa.the_POAManager().activate();
}
catch ( Exception e )
{
e.printStackTrace();