context.log (StringUtils.nameOf (serviceBase) + " initializing...");
service.init (aConfig, serviceProps);
if (context != null)
context.log (StringUtils.nameOf (serviceBase) + " done.");
}
catch (ClassNotFoundException exc)
{
if (context != null)
context.log ("ServiceManager: A service implementation with name " + serviceImplName + " cannot be found.", exc);