Project

General

Profile

« Previous | Next » 

Revision 49885

View differences:

modules/dnet-msro-service/branches/dsm/src/main/resources/eu/dnetlib/msro/service/applicationContext-msro-service.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
       xmlns:jaxws="http://cxf.apache.org/jaxws" xmlns:sec="http://cxf.apache.org/configuration/security"
4
       xmlns:wsa="http://cxf.apache.org/ws/addressing" xmlns:p="http://www.springframework.org/schema/p"
5
       xmlns:http="http://cxf.apache.org/transports/http/configuration" xmlns:t="http://dnetlib.eu/springbeans/t"
6
       xmlns:template="http://dnetlib.eu/springbeans/template" xmlns="http://www.springframework.org/schema/beans"
7
       xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
8
                                    http://cxf.apache.org/ws/addressing http://cxf.apache.org/schemas/ws-addr-conf.xsd
9
                                    http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd
10
                                    http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd
11
                            http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
12
                            http://dnetlib.eu/springbeans/template http://dnetlib.eu/springbeans/template.xsd">
3
	xmlns:jaxws="http://cxf.apache.org/jaxws"
4
	xmlns:sec="http://cxf.apache.org/configuration/security"
5
	xmlns:wsa="http://cxf.apache.org/ws/addressing"
6
	xmlns:p="http://www.springframework.org/schema/p"
7
	xmlns:http="http://cxf.apache.org/transports/http/configuration"
8
	xmlns:t="http://dnetlib.eu/springbeans/t"
9
	xmlns:template="http://dnetlib.eu/springbeans/template"
10
	xmlns="http://www.springframework.org/schema/beans"
11
	xsi:schemaLocation="http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
12
		http://cxf.apache.org/transports/http/configuration http://cxf.apache.org/schemas/configuration/http-conf.xsd
13
		http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
14
		http://dnetlib.eu/springbeans/template http://dnetlib.eu/springbeans/template.xsd
15
		http://cxf.apache.org/ws/addressing http://cxf.apache.org/schemas/ws-addr-conf.xsd
16
		http://cxf.apache.org/configuration/security http://cxf.apache.org/schemas/configuration/security.xsd
17
		http://dnetlib.eu/springbeans/t">
13 18
	<!-- beans -->
14 19
	<bean id="msroService" class="eu.dnetlib.msro.MSROServiceImpl"
15 20
		init-method="start" destroy-method="stop" 

Also available in: Unified diff