private String[] serviceManagerList;
/** Constructor */
public ServiceContainerConfiguration()
{
this.logger = new ConsoleLogger();
this.containerFlavour = ServiceConstants.AVALON_CONTAINER_YAAFI;
this.serviceContainerClazzName = ServiceConstants.CLAZZ_NAME;
this.componentRolesLocation = ServiceConstants.COMPONENT_ROLE_VALUE;
this.isComponentRolesEncrypted = "false";
this.componentConfigurationLocation = ServiceConstants.COMPONENT_CONFIG_VALUE;