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