APPS-755: [CLUSTER] File as record fails intermittently in cluster

This commit is contained in:
Raluca Munteanu
2021-02-26 16:58:33 +02:00
parent fa7da51527
commit 9e07702232

View File

@@ -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"