mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user