xfire集成spring2.0 java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamReader

来源:百度知道 编辑:UC知道 时间:2024/05/19 01:03:33
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'xfire.customEditorConfigurer' defined in class path resource [org/codehaus/xfire/spring/customEditors.xml]: Cannot create inner bean 'org.codehaus.xfire.spring.editors.ServiceFactoryEditor#1a80aea' of type [org.codehaus.xfire.spring.editors.ServiceFactoryEditor] while setting bean property 'customEditors' with key [TypedStringValue: value [org.codehaus.xfire.service.ServiceFactory], target type [null]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.codehaus.xfire.spring.editors.ServiceFactoryEditor#1a80aea' defined in class path resource [org/codehaus/xfire/spring/customEditors.xml]: Cannot resolve reference to bean 'xfire.transportManager' while setting bean property 'transportManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with

'xfire.customEditorConfigurer'
在创建该类时无法创建 因为该类有一个成员属性 你Spring文件和java文件没有对应上,在创建这个类的时候,该成员变量时另外的一个类无法创建,倒是Spring报错

没有映射到实体类

类没有创建