FIXED : ALF-9981: Impossible to start an schedule action

Bug fixed in Spring 3.0.4 so we no longer need the FixedPropertyPlaceholderConfigurer class


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32559 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2011-12-06 11:02:17 +00:00
parent e55ff0db2e
commit 0623ca5963

View File

@@ -57,7 +57,7 @@
</property>
</bean>
<bean id="common-placeholder-configurer" class="org.alfresco.config.FixedPropertyPlaceholderConfigurer" abstract="true">
<bean id="common-placeholder-configurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" abstract="true">
<property name="valueSeparator">
<null/>
</property>