diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties
index ed98383145..8bdd9b15e6 100644
--- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties
+++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/alfresco-global.properties
@@ -28,6 +28,23 @@ audit.rm.viewLog.maxSize=100
cache.writersSharedCache.maxItems=10000
cache.writersSharedCache.cluster.type=fully-distributed
+#
+#A cache for the json Conversion Component cache
+#
+cache.jsonConversionComponentCache.cluster.type=fully-distributed
+cache.jsonConversionComponentCache.tx.maxItems=50
+cache.jsonConversionComponentCache.tx.statsEnabled=${caches.tx.statsEnabled}
+cache.jsonConversionComponentCache.maxItems=0
+cache.jsonConversionComponentCache.timeToLiveSeconds=0
+cache.jsonConversionComponentCache.maxIdleSeconds=0
+cache.jsonConversionComponentCache.backup-count=1
+cache.jsonConversionComponentCache.eviction-policy=NONE
+cache.jsonConversionComponentCache.merge-policy=com.hazelcast.map.merge.PutIfAbsentMapMergePolicy
+cache.jsonConversionComponentCache.nearCache.maxSize=50
+cache.jsonConversionComponentCache.nearCache.maxIdleSeconds=0
+cache.jsonConversionComponentCache.nearCache.timeToLiveSeconds=0
+cache.jsonConversionComponentCache.readBackupData=false
+
#
# Indicates whether RM rules will be run as Admin or not by default
#
diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-ui-evaluators-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-ui-evaluators-context.xml
index 98a482a712..866ee4c2cc 100644
--- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-ui-evaluators-context.xml
+++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/rm-ui-evaluators-context.xml
@@ -4,7 +4,9 @@
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
-
+
+
+