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:
Britt Park
2007-05-07 23:50:28 +00:00
parent c55d48a3e7
commit 072d642d65
3 changed files with 30 additions and 11 deletions

View File

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