Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<beans xmlns="http://www.springframework.org/schema/beans"
4
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
5
	xmlns:context="http://www.springframework.org/schema/context"
6
	xmlns:cxf="http://cxf.apache.org/core"
7
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
8
	http://www.springframework.org/schema/context
9
           http://www.springframework.org/schema/context/spring-context.xsd
10
           http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd">
11

    
12
	<import resource="classpath:META-INF/cxf/cxf.xml" />
13
	<import resource="classpath:META-INF/cxf/cxf-extension-jaxws.xml" />
14
	<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
15

    
16
	<import resource="classpath*:/eu/dnetlib/**/applicationContext*.xml" />
17

    
18
	<context:annotation-config />
19
	<!-- if the following import is not the last one, something overrides bus 
20
		configuration disabling logging and any other customized feature. -->
21
	<import resource="./cxf.xml" />
22

    
23
</beans>
(1-1/4)