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

@@ -126,8 +126,8 @@ public class EZIDIdentifierProviderTest
public static void setUpClass()
throws Exception
{
// Find the usual kernel services
config = kernelImpl.getConfigurationService();
// Find the configuration service
config = new DSpace().getConfigurationService();
// Configure the service under test.
config.setProperty(EZIDIdentifierProvider.CFG_SHOULDER, TEST_SHOULDER);