/* (non-Javadoc)
* @see org.apache.avalon.framework.activity.Initializable#initialize()
*/
public void initialize() throws Exception {
this.staticServices.put(LogService.class.getName(),
this.init(new LogServiceImpl(this.getLogger())));
this.staticServices.put(PortletDefinitionRegistry.class.getName(),
this.init(new PortletDefinitionRegistryImpl()));
this.staticServices.put(InformationProviderService.class.getName(),
this.init(new InformationProviderServiceImpl()));
this.staticServices.put(FactoryManagerService.class.getName(),