Rewrite ConfigurationManager to wrap ConfigurationService. Removal of "dspace-config" and "dspace.configuration" system/servlet params

This commit is contained in:
Tim Donohue
2015-07-20 11:32:36 -05:00
parent 71cab949a2
commit 257248e362
22 changed files with 113 additions and 1122 deletions

View File

@@ -93,7 +93,7 @@ public class DOIIdentifierProviderTest
//we need to commit the changes so we don't block the table for testing
context.restoreAuthSystemState();
config = kernelImpl.getConfigurationService();
config = new DSpace().getConfigurationService();
// Configure the service under test.
config.setProperty(DOIIdentifierProvider.CFG_PREFIX, PREFIX);
config.setProperty(DOIIdentifierProvider.CFG_NAMESPACE_SEPARATOR,