params = component.getInitParams();
debug = component.getShowDeployInfo();
}
// Please note that we cannot fully initialize the Object "instance_" before releasing other
// threads because it could cause StackOverflowError due to recursive calls
instance_ = exocontainer.createComponent(getComponentImplementation(), params);
}
if (debug)
log.debug("==> create component : " + instance_);
if (component != null && component.getComponentPlugins() != null)