POA root_poa = POAHelper.narrow(poa_obj);
POAManager pm = root_poa.the_POAManager();
SampleImpl servant = new SampleImpl();
root_poa.activate_object(servant);
pm.activate();
myorb.destroy();
}
catch(INITIALIZE e)
{
// this exception is thrown if IPv6 is not available on the machine
// in this case the test can be ignored.