host.setAutoDeploy(false);
Registry.getRegistry(null, null)
.registerComponent(host, parentName, null);
mserver.invoke(parentName, "init", new Object[] {}, new String[] {} );
}
ContextConfig config = new ContextConfig();
this.addLifecycleListener(config);
log.debug( "AddChild " + parentName + " " + this);
try {
mserver.invoke(parentName, "addChild", new Object[] { this },