ModuleConfiguration mConfig = config
.getModuleConfiguration("org.fcrepo.server.storage.lowlevel.ILowlevelStorage");
config.getModuleConfigurations().remove(mConfig);
}
config.serialize(new FileOutputStream(fcfg));
} catch (IOException e) {
throw new InstallationFailedException(e.getMessage(), e);
}
}