mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
APPS-755: [CLUSTER] File as record fails intermittently in cluster
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd">
|
||||
|
||||
<bean id="jsonConversionComponentCache" class="org.alfresco.repo.cache.DefaultSimpleCache" />
|
||||
<bean name="jsonConversionComponentCache" factory-bean="cacheFactory" factory-method="createCache">
|
||||
<constructor-arg value="cache.jsonConversionComponentCache" />
|
||||
</bean>
|
||||
|
||||
<!-- extending bean definition -->
|
||||
<bean id="rm.jsonConversionComponent"
|
||||
|
Reference in New Issue
Block a user