ssh框架cxf的配置有关问题

求助ssh框架cxf的配置问题
环境:struts1.2    spring    hibernate2    weblogic10.3    cxf2.2.1    jdk1.60_11
将cxf集成到spring中去时,访问http://cxf.apache.org/jaxws 和http://cxf.apache.org/schemas/jaxws.xsd时,若将结尾的">紧接在后面,则后一个网址访问不了,需要空格或者换行才能访问,但是当项目启动后还是会报这边有错
具体错误如下
<2014-4-14 下午08时59分50秒 CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.0-b16 from Sun Microsystems Inc.> 
<2014-4-14 下午08时59分51秒 CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0  Thu Jun 11 00:26:56 EDT 2009 1227385 > 
<2014-4-14 下午08时59分51秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING> 
<2014-4-14 下午08时59分51秒 CST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool> 
<2014-4-14 下午08时59分52秒 CST> <Notice> <Log Management> <BEA-170019> <The server log file D:\Oracle\Middleware\user_projects\domains\hrcws_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.> 
<2014-4-14 下午08时59分52秒 CST> <Error> <Socket> <BEA-000438> <Unable to load performance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'D:\Oracle\Middleware\jdk160_11\bin;D:\Oracle\Middleware\wlserver_10.3\bin;D:\Oracle\Middleware\wlserver_10.3\server\bin'

<2014-4-14 下午08时59分53秒 CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.> 
<2014-4-14 下午08时59分55秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY> 
<2014-4-14 下午08时59分55秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING> 
2014-4-14 20:59:58 com.sun.faces.config.ConfigureListener contextInitialized
信息: Initializing Sun's JavaServer Faces implementation (1.2_03-b04-FCS) for context '/console'
2014-4-14 20:59:58 com.sun.faces.config.ConfigureListener contextInitialized
信息: Completed initializing Sun's JavaServer Faces implementation (1.2_03-b04-FCS) for context '/console'

<Line 43, Column 57>: XML-24509: (Error) Duplicated definition for: 'identifiedType'
<Line 60, Column 28>: XML-24509: (Error) Duplicated definition for: 'beans'
<Line 157, Column 34>: XML-24509: (Error) Duplicated definition for: 'description'
<Line 169, Column 29>: XML-24509: (Error) Duplicated definition for: 'import'
<Line 191, Column 28>: XML-24509: (Error) Duplicated definition for: 'alias'
……
<Line 1141, Column 36>: XML-24509: (Error) Duplicated definition for: 'propsType'
<Line 1154, Column 45>: XML-24509: (Error) Duplicated definition for: 'defaultable-boolean'

<2014-4-14 下午08时59分59秒 CST> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 17 in XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid; nested exception is oracle.xml.parser.schema.XSDException: Duplicated definition for: 'identifiedType'.
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 17 in XML document from ServletContext resource [/WEB-INF/applicationContext.xml] is invalid; nested exception is oracle.xml.parser.schema.XSDException: Duplicated definition for: 'identifiedType'
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:404)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
Truncated. see log file for complete stacktrace
oracle.xml.parser.schema.XSDException: Duplicated definition for: 'identifiedType'
at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:431)