CLOUD-1841: Cloud2 is missing some hazelcast clustering pieces

Hazelcast map "webdav-locks" is now present again, the clustered LockStoreFactory bean definition now overrides the non-clustered bean definition, as it should.




git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@52153 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2013-07-04 16:33:18 +00:00
parent 1a6fde33ca
commit e4b1be9f43
2 changed files with 6 additions and 2 deletions

View File

@@ -6,6 +6,12 @@
are defined in tx-cache-context.xml
-->
<beans>
<!--
TEMP: This doesn't strictly belong here, but must be loaded before the enterprise/cluster/cluster-context.xml
file is imported (so that it overrides this bean correctly.
-->
<bean id="webdavLockStoreFactory" class="org.alfresco.repo.webdav.SimpleLockStoreFactory"/>
<!-- ===================================== -->
<!-- Property Values Cache -->
<!-- ===================================== -->

View File

@@ -24,8 +24,6 @@
<property name="enabled"><value>${system.webdav.servlet.enabled}</value></property>
<property name="activitiesEnabled" value="${system.webdav.activities.enabled}"/>
</bean>
<bean id="webdavLockStoreFactory" class="org.alfresco.repo.webdav.SimpleLockStoreFactory"/>
<!-- Configure remote-api source related beans in remote-api-context.xml to ensure no dependency problems -->
</beans>