Line 5... |
Line 5... |
5 |
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
|
5 |
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
|
6 |
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
|
6 |
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd
|
7 |
http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd">
|
7 |
http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd">
|
Line 8... |
Line 8... |
8 |
|
8 |
|
- |
|
9 |
<import resource="classpath:META-INF/cxf/cxf.xml" />
|
- |
|
10 |
<!-- deprecated since CXF 2.4.0 -->
|
9 |
<import resource="classpath:META-INF/cxf/cxf.xml" />
|
11 |
<!--
|
10 |
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
|
12 |
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
|
- |
|
13 |
<import resource="classpath:META-INF/cxf/cxf-extension-jaxrs-binding.xml" />
|
11 |
<import resource="classpath:META-INF/cxf/cxf-extension-jaxrs-binding.xml" />
|
14 |
-->
|
Line 12... |
Line 15... |
12 |
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
|
15 |
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
|
13 |
|
16 |
|