mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user