adminClientFactoryClass.getMethod("createAdminClient", Properties.class);
Object adminClient =
createMethod.invoke(null, props);
this.statsProxy = new GenericMBeanServerProxy(adminClient);
this.mbeanServer = statsProxy.buildServerProxy();
//this.mejb = retrieveMEJB(ctx);
// TODO GH: Customize exception and error messages to help