CXF服务端jaxws:endpoint报错问题

  1. <?xml version="1.0" encoding="UTF-8"?>  
  2. <beans xmlns="http://www.springframework.org/schema/beans"  
  3.   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
  4.   xmlns:jaxws="http://cxf.apache.org/jaxws"  
  5.   xsi:schemaLocation="  
  6.     http://www.springframework.org/schema/beans  
  7.     http://www.springframework.org/schema/beans/spring-beans.xsd  
  8.     http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">  
  9.   <import resource="classpath:META-INF/cxf/cxf.xml"/>  
  10.   <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml"/>  
  11.   <import resource="classpath:META-INF/cxf/cxf-servlet.xml"/>  
  12.   <bean id="SayHello" class="com.yxj.CxfWBImpl" />  
  13.   <jaxws:endpoint id="sayHello" implementor="#SayHello" address="/sayHello"/>  

  1. </beans>  

cxf整合spring,报错信息如下:

Multiple annotations found at this line:

- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for 

element 'jaxws:endpoint'.

- schema_reference.4: Failed to read schema document 'http://cxf.apache.org/schema/

jaxws.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root 

element of the document is not <xsd:schema>.


解决方案:

< beans  xmlns = "http://www.springframework.org/schema/beans"  
     xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" 
     xmlns:jaxws = "http://cxf.apache.org/jaxws"  
     xmlns:jaxrs = "http://cxf.apache.org/jaxrs" 
     xmlns:cxf = "http://cxf.apache.org/core" 
     xmlns:util = "http://www.springframework.org/schema/util" 
     xsi:schemaLocation="  
     http://cxf.apache.org/core http://cxf.apache.org/schemas/core.xsd  
     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  
     http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd
     http://www.springframework.org/schema/aop 
     http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
     http://www.springframework.org/schema/util 
     http://www.springframework.org/schema/util/spring-util-3.0.xsd">
把这些都添加进去就不报错了

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值