try {
rootPOA = org.omg.PortableServer.POAHelper.narrow(orb.resolve_initial_references("RootPOA"));
rootPOA.the_POAManager().activate();
authServer = new AuthServerImpl(glob, orb, this.addressServer, this.authenticate, this.xmlBlasterImpl);
// USING TIE:
org.omg.PortableServer.Servant authServant = new AuthServerPOATie(authServer);
this.authRef = ((AuthServerPOATie)(authServant))._this(orb);
this.addressServer.setRawAddress(orb.object_to_string(this.authRef));