mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Alfresco -> Alfresco deployment is smarter.
- The source store is implicitly snapshotted before deployment begins. - The destination (remote) store is implicitly snapshotted before deployment begins and again when the deployment is finished. - This means that comparison of GUIDs on directories can be used to short circuit the tree comparison. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5636 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -945,6 +945,7 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!--
|
||||
<bean id="deploymentServiceReadTxnAdvisor" class="org.springframework.aop.support.NameMatchMethodPointcutAdvisor">
|
||||
<property name="advice">
|
||||
<ref bean="retryingReadTxnAdvice"/>
|
||||
@@ -955,7 +956,8 @@
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
-->
|
||||
|
||||
<bean id="deploymentServiceWriteTxnAdvisor" class="org.springframework.aop.support.NameMatchMethodPointcutAdvisor">
|
||||
<property name="advice">
|
||||
<ref bean="retryingWriteTxnAdvice"/>
|
||||
@@ -963,6 +965,7 @@
|
||||
<property name="mappedNames">
|
||||
<list>
|
||||
<value>deployDifferenceFS</value>
|
||||
<value>deployDifference</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
@@ -979,7 +982,6 @@
|
||||
<property name="interceptorNames">
|
||||
<list>
|
||||
<value>deploymentServiceWriteTxnAdvisor</value>
|
||||
<value>deploymentServiceReadTxnAdvisor</value>
|
||||
</list>
|
||||
</property>
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user