INT-1527, INT-786, polished FileBasedPropertiesStore, added 'baseDirectory' property, added tests

This commit is contained in:
Oleg Zhurakousky
2010-10-18 08:16:57 -04:00
parent 93c08e6e3e
commit 01da99eff2
3 changed files with 109 additions and 19 deletions

View File

@@ -128,6 +128,7 @@ public class FeedEntryReaderMessageSource extends IntegrationObjectSupport imple
if (this.metadataStore == null){
logger.info("Creating FileBasedPropertiesStore");
metadataStore = new FileBasedPropertiesStore(this.persistentIdentifier);
((FileBasedPropertiesStore)metadataStore).afterPropertiesSet();
}
lastPersistentEntry = metadataStore.load();
}