Pointed to PatchExecuter to transactional PatchService

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2194 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2006-01-25 09:56:58 +00:00
parent d7964671b4
commit 58d9cc95a5

View File

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