mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Put in changes that I applied to the wrong files originally
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2192 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -3,15 +3,8 @@
|
|||||||
|
|
||||||
<beans>
|
<beans>
|
||||||
|
|
||||||
<!-- This component ensures that patches get applied on startup -->
|
<!-- supplementary beans -->
|
||||||
<bean id="patchExecuter"
|
<import resource="classpath:alfresco/patch/extended-patches-context.xml" />
|
||||||
class="org.alfresco.repo.admin.patch.PatchExecuter"
|
|
||||||
depends-on="importerBootstrap"
|
|
||||||
init-method="applyOutStandingPatches">
|
|
||||||
<property name="patchService">
|
|
||||||
<ref bean="patchComponent" />
|
|
||||||
</property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<bean id="PatchService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
<bean id="PatchService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||||
<property name="proxyInterfaces">
|
<property name="proxyInterfaces">
|
||||||
@@ -105,4 +98,15 @@
|
|||||||
</property>
|
</property>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
<!-- This component ensures that patches get applied on startup -->
|
||||||
|
<!-- The order is important here. All the self-registering patches must be defined before this bean -->
|
||||||
|
<bean id="patchExecuter"
|
||||||
|
class="org.alfresco.repo.admin.patch.PatchExecuter"
|
||||||
|
depends-on="importerBootstrap"
|
||||||
|
init-method="applyOutstandingPatches">
|
||||||
|
<property name="patchService">
|
||||||
|
<ref bean="patchComponent" />
|
||||||
|
</property>
|
||||||
|
</bean>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
Reference in New Issue
Block a user