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));
}
catch (org.omg.CORBA.COMM_FAILURE e) {
throw new XmlBlasterException(glob, ErrorCode.RESOURCE_CONFIGURATION, ME, "Could not initialize CORBA, do you use the SUN-JDK delivered ORB instead of JacORB or ORBaccus? Try 'jaco org.xmlBlaster.Main' and read instructions in xmlBlaster/bin/jaco", e);