public AdministrationProxy() throws IOException, ConfigurationException {
log.debug("Administration Proxy");
XMLParser.loadProperties("btconfig.xsd", "btconfig.xml", prop);
servers = (List<String>) prop.get("blacktie.domain.servers");
ConnectionFactory cf = ConnectionFactory.getConnectionFactory();
connection = cf.getConnection();
beanServerConnection = org.jboss.mx.util.MBeanServerLocator
.locateJBoss();
log.debug("Created Administration Proxy");
}