.registerComponent(host, parentName, null);
mserver.invoke(parentName, "init", new Object[] {}, new String[] {} );
}
// Add the main configuration listener
LifecycleListener config = null;
try {
Object configClassname = null;
try {
configClassname = mserver.getAttribute(parentName, "configClass");
} catch (AttributeNotFoundException e) {