mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
More generic use of Spring <import> using classpath*:...*.xml notation
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2209 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<import resource="classpath:alfresco/extension/extension-context.xml" />
|
<import resource="classpath:alfresco/extension/extension-context.xml" />
|
||||||
<import resource="classpath:alfresco/authority-services-context.xml" />
|
<import resource="classpath:alfresco/authority-services-context.xml" />
|
||||||
<import resource="classpath:alfresco/authentication-services-context.xml" />
|
<import resource="classpath:alfresco/authentication-services-context.xml" />
|
||||||
<import resource="classpath:alfresco/patch/patch-services-context.xml" />
|
<import resource="classpath*:alfresco/patch/*-context.xml" />
|
||||||
|
|
||||||
<!-- Import custom and overriding bean definitions. This must be done after the Alfresco-maintained beans. -->
|
<!-- Import custom and overriding bean definitions. This must be done after the Alfresco-maintained beans. -->
|
||||||
<!-- e.g.
|
<!-- e.g.
|
||||||
|
@@ -1,17 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
DO NOT ADD MORE BEANS INTO THIS FILE. IT IS A PLACEHOLDER ONLY.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<beans>
|
|
||||||
|
|
||||||
<!-- a dummy patch because the file must contain at least one bean -->
|
|
||||||
<bean id="patch.dummy" class="org.alfresco.repo.admin.patch.SamplePatch" parent="basePatch" >
|
|
||||||
<property name="id"><value>Dummy</value></property>
|
|
||||||
<property name="description"><value>A dummy patch</value></property>
|
|
||||||
<property name="fixesFromSchema"><value>0</value></property>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
</beans>
|
|
@@ -3,9 +3,6 @@
|
|||||||
|
|
||||||
<beans>
|
<beans>
|
||||||
|
|
||||||
<!-- supplementary beans -->
|
|
||||||
<import resource="classpath:alfresco/patch/extended-patches-context.xml" />
|
|
||||||
|
|
||||||
<bean id="PatchService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
<bean id="PatchService" class="org.springframework.aop.framework.ProxyFactoryBean">
|
||||||
<property name="proxyInterfaces">
|
<property name="proxyInterfaces">
|
||||||
<value>org.alfresco.repo.admin.patch.PatchService</value>
|
<value>org.alfresco.repo.admin.patch.PatchService</value>
|
||||||
|
Reference in New Issue
Block a user