Skip to content

Commit 60f2f69

Browse files
committed
configurando apache cxf en el applicationContext.xml
1 parent 4e85882 commit 60f2f69

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://www.springframework.org/schema/beans"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws"
4+
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">
5+
6+
<import resource="classpath:META-INF/cxf/cxf.xml" />
7+
<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
8+
<import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
9+
10+
511

612

713
</beans>

calculonotas/target/m2e-wtp/web-resources/META-INF/maven/com.mycompany/calculonotas/pom.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Generated by Maven Integration for Eclipse
2-
#Sat Aug 18 17:57:25 PET 2012
2+
#Sat Aug 18 17:59:29 PET 2012
33
version=1.0
44
groupId=com.mycompany
55
m2e.projectName=calculonotas

0 commit comments

Comments
 (0)