ALF-9981 Add the valueSeparator property to migrated legacy config files, to match what the new ones have in spring

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31012 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2011-10-06 16:13:55 +00:00
parent d30fab9433
commit e180abafe4

View File

@@ -106,6 +106,7 @@ public class LegacyConfigPostProcessor implements BeanFactoryPostProcessor, Prio
// Fix up additional properties to enforce correct order of precedence // Fix up additional properties to enforce correct order of precedence
repositoryProperties.addPropertyValue("ignoreUnresolvablePlaceholders", Boolean.TRUE); repositoryProperties.addPropertyValue("ignoreUnresolvablePlaceholders", Boolean.TRUE);
repositoryProperties.addPropertyValue("localOverride", Boolean.FALSE); repositoryProperties.addPropertyValue("localOverride", Boolean.FALSE);
repositoryProperties.addPropertyValue("valueSeparator", null);
repositoryProperties.addPropertyValue("systemPropertiesModeName", "SYSTEM_PROPERTIES_MODE_NEVER"); repositoryProperties.addPropertyValue("systemPropertiesModeName", "SYSTEM_PROPERTIES_MODE_NEVER");
// Move location paths added to hibernateConfigProperties // Move location paths added to hibernateConfigProperties