ConfigurationStorage xmlConfigStorage = new XMLConfigurationWriter();
Configuration coreConf = xmlConfigStorage.read(Core.class);
if (coreConf != null) {
coreConf.applyTo(this);
}
//FIXME: remove as soon as collection handling with the configs possible
processCommandLineArguments(args);