Pointed to PatchExecuter to transactional PatchService

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2195 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-25 10:02:57 +00:00
parent 58d9cc95a5
commit 8e3b143bb3

View File

@@ -104,9 +104,6 @@
class="org.alfresco.repo.admin.patch.PatchExecuter" class="org.alfresco.repo.admin.patch.PatchExecuter"
depends-on="importerBootstrap" depends-on="importerBootstrap"
init-method="applyOutstandingPatches"> init-method="applyOutstandingPatches">
<property name="transactionService">
<ref bean="transactionComponent" />
</property>
<property name="patchService"> <property name="patchService">
<ref bean="PatchService" /> <ref bean="PatchService" />
</property> </property>