public void setUp(ConfigValue config) throws Exception {
// Include minimal requirements for dummy XML repository.
super.setUp(config);
// Add in the remote policy cache stuff
// First add an entry for the global settings
ConfigValueRemotePolicy remoteCacheGlobal =
new ConfigValueRemotePolicy();
remoteCacheGlobal.cachePolicies = Boolean.FALSE;
remoteCacheGlobal.defaultTimeToLive = new Integer(1);
remoteCacheGlobal.defaultRetryFailedRetrieval = Boolean.FALSE;
remoteCacheGlobal.defaultRetryInterval = new Integer(2);
remoteCacheGlobal.defaultRetryMaxCount = new Integer(3);