spring整合cxf出错,大侠们帮看一下(急)

问题描述

因项目要用到webservice技术,所以学习了一下,xfire已经成了cxf了,看来只能用cxf框架来实现了(axis不考虑),好像weblogic平台有自己的webservice框架。我参考了一下这位大师的例子:http://blog.csdn.net/pengchua/archive/2008/07/30/2740572.aspx我把<importresource="classpath:META-INF/cxf/cxf.xml"/><importresource="classpath:META-INF/cxf/cxf-extension-soap.xml"/><importresource="classpath:META-INF/cxf/cxf-servlet.xml"/>这几个文件都放好了。用的cxf是2.0版本的。目前整合时出错如下:2009-05-2216:30:45,569ERROR[StandardContext.java-3733]:Exceptionsendingcontextinitializedeventtolistenerinstanceofclassorg.springframework.web.context.ContextLoaderListenerorg.springframework.beans.factory.parsing.BeanDefinitionParsingException:Configurationproblem:UnabletolocateSpringNamespaceHandlerforXMLschemanamespace[http://cxf.apache.org/jaxws]Offendingresource:classpathresource[config/spring-cxf.xml]http://cxf.apache.org/jaxws,这个地址确实访问不了。我的web.xml一部分为:<?xmlversion="1.0"encoding="UTF-8"?><web-appversion="2.4"xmlns="http://java.sun.com/xml/ns/j2ee"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://java.sun.com/xml/ns/j2eehttp://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"><context-param><param-name>contextConfigLocation</param-name><param-value>classpath:config/applicationContext.xml,classpath:config/spring-cxf.xml</param-value></context-param><!--startstruts2--><filter><filter-name>struts2</filter-name><filter-class>org.apache.struts2.dispatcher.FilterDispatcher</filter-class></filter><filter-mapping><filter-name>struts2</filter-name><url-pattern>/*</url-pattern></filter-mapping><servlet><servlet-name>CXFServlet</servlet-name><servlet-class>org.apache.cxf.transport.servlet.CXFServlet</servlet-class></servlet><servlet-mapping><servlet-name>CXFServlet</servlet-name><url-pattern>/services/*</url-pattern></servlet-mapping>spring-cxf.xml为:<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:jaxws="http://cxf.apache.org/jaxws"xmlns:soap="http://cxf.apache.org/bindings/soap"xsi:schemaLocation="http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-2.0.xsdhttp://cxf.apache.org/bindings/soaphttp://cxf.apache.org/schemas/configuration/soap.xsdhttp://cxf.apache.org/jaxwshttp://cxf.apache.org/schemas/jaxws.xsd"><importresource="classpath:META-INF/cxf/cxf.xml"/><importresource="classpath:META-INF/cxf/cxf-extension-soap.xml"/><importresource="classpath:META-INF/cxf/cxf-servlet.xml"/><beanid="hello"class="demo.hw.server.HelloWorldImpl"/><jaxws:endpointid="helloWorld"implementor="#hello"address="/HelloWorld"/></beans>跟那位大师是一样的。完全抄他的例子。但就是报那个错误。哪位兄弟知道啊,????

解决方案

解决方案二:
有哪位开发过啊,兄弟们,帮忙讨论一下啊

时间: 2024-10-31 09:43:47

spring整合cxf出错,大侠们帮看一下(急)的相关文章

spring整合hibernate出错!!!

问题描述 spring整合hibernate出错!!! 老是报图片中的错误,不知道是不是版本的问题,我的是jdk1.8.求大神们给我解决下,感激不尽!!! 解决方案 应该是哪里的路径配置不对吧,检查下hibernate.cfg.xml和applicationContext.xml,全限定名写没写错. 解决方案二: 如果是spring和mybatis整合,可参考:http://git.oschina.net/wangkang/llsfw 希望能够帮到你. 解决方案三: 看下你的配置文件怎么写的,,

spring 整合hibernate出错

问题描述 spring 整合hibernate出错 <?xml version ="1.0" encoding ="utf-8"?> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.

struts2 3 15-Struts2.2升级到2.3.15 启动时出错,能帮看下是什么原因不

问题描述 Struts2.2升级到2.3.15 启动时出错,能帮看下是什么原因不 [ERROR]: [2013-12-02 20:30:41] com.opensymphony.xwork2.util.logging.commons.CommonsLogger.error(CommonsLogger.java:38): Dispatcher initialization failed Unable to load configuration. - Class: java.net.PlainSoc

new-//进行新增调查子项目的业务逻辑处理函数出错 求帮看一下

问题描述 //进行新增调查子项目的业务逻辑处理函数出错 求帮看一下 //新增surveyChild public ModelAndView insertSurveyChildOption(HttpServletRequest req, HttpServletResponse res) throws ServletRequestBindingException { //强制转换成surveyChild SurveyChild surveyChild = getSurveyChildCommand(

服务器-azure新手,碰到个初级问题,请各位大侠帮看下

问题描述 azure新手,碰到个初级问题,请各位大侠帮看下 刚刚弄个1元钱的测试账户,在家看看 创建了个虚拟网络,存储账户等等. 也理解了下虚拟网络的用户,基本上就是VPN把local的服务器和放微软家的服务器连起来呗,想象成一个IDC内. 现在在家玩,也没什么vpn不vpn的,反正弄了2个虚拟机. 配置虚拟机的时候没地方选网络的嘛!我要是想给虚拟机增加块网卡怎么弄啊,我看配置修改也只能改CPU和RAM好像? 2.我把一台虚拟机的IP改了,能不能远程了.我看VM的仪表盘里,用来远程的不是应该是公

我使用cxf和spring整合发布WebService,tomcat上没有报错但是就不访问wsdl

问题描述 我使用cxf和spring整合发布WebService,tomcat上没有报错但是就不访问wsdl No cxf.xml configuration file detected, relying on defaults.在运行tomcat时报这个

activiti自定义流程之Spring整合activiti-modeler5.16实例(八):完成个人任务

注:(1)环境搭建:activiti自定义流程之Spring整合activiti-modeler5.16实例(一):环境搭建        (2)创建流程模型:activiti自定义流程之Spring整合activiti-modeler5.16实例(二):创建流程模型         (3)流程模型列表展示:activiti自定义流程之Spring整合activiti-modeler5.16实例(三):流程模型列表展示        (4)部署流程定义:activiti自定义流程之Spring整

关于spring整合struts2+hibernate的一个配置文件问题

问题描述 今天用spring整合了一下一个案例,可是在做spring配置的文件的时候报错了.网上搜了很多的方法也都试了可是还是不行,贴在这里大大们帮我看一下吧.applicationContext.xml,配置文件,放在/WEB-INF下了.<?xmlversion="1.0"encoding="UTF-8"?><beansxmlns="http://www.springframework.org/schema/beans"xm

jBPM4与Spring整合的2种方式

要知道如何将jBPM4与Spring整合,可以先了解jBPM4的IOC容器,如果不了解的可以先看这篇文章(主 题:Jbpm4的IOC容器),是介绍jBPM4的IOC容器的.下面我们介绍jBPM与Spring整合的2种方式: 第一种:手工将SessionFactory放入jBPM4中. 第1步:更改jbpm.spring.default.cfg.xml配置文件,将下面的部分注释掉 <!-- <hibernate-configuration> <cfg resource="j