Daniel Cote [
https://community.jboss.org/people/daniel.cote.qc.ca] created the discussion
"Re: Using apache cxf.xml with a jax-ws client"
To view the discussion, visit:
https://community.jboss.org/message/802400#802400
--------------------------------------------------------------
Hi Alessio, (I'm so happy you replied!!! there is still some hope...)
I've already tried this option with no result.
Just to be certain, I reconducted the test. Here the differents elements:
* EAR\META-INF\jboss-deployment-structure.xml
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1">
<deployment>
<dependencies>
<module name="com.oracle" export="true" />
<module name="com.logibec.parameters" export="true"
/> <!-- parameters -->
<module name="org.apache.cxf.impl" export="true">
<imports>
<include path="META-INF**"/>
<include path="org**"/>
</imports>
</module>
</dependencies>
</deployment>
</jboss-deployment-structure>
* The trace file shows the same problem occuring (both access to the http version for the
*.xsd resources and the inability to resolve the NamespaceHandler
11:34:25,190 INFO (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusApplicationContext.getConfigResources Loaded configuration
file cxf.xml.
11:34:25,190 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusApplicationContext.getConfigResources Creating application
context with resources: [class path resource [META-INF/cxf/cxf.xml], class path resource
[cxf.xml]]
11:34:25,190 INFO (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions
Loading XML bean definitions from class path resource [META-INF/cxf/cxf.xml]
11:34:25,190 INFO (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.ControlledValidationXmlBeanDefinitionReader.loadBeanDefinitions
Loading XML bean definitions from class path resource [cxf.xml]
11:34:25,190 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
11:34:25,845 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId
http://cxf.apache.org/schemas/configuration/http-conf.xsd
11:34:26,266 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId
http://cxf.apache.org/schemas/wsdl/http-conf.xsd
11:34:26,485 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId
http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd
11:34:26,750 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId
http://cxf.apache.org/schemas/configuration/parameterized-types.xsd
11:34:26,859 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId
http://cxf.apache.org/schemas/configuration/security.xsd
11:34:28,450 FINE (http-localhost-127.0.0.1-8080-1)
org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId
http://cxf.apache.org/schemas/configuration/cxf-beans.xsd
11:34:28,669 WARN (http-localhost-127.0.0.1-8080-1)
org.jboss.ws.cxf.createApplicationContext JBWS024027: Spring initial application context
creation failed using classloader org.jboss.ws.common.utils.DelegateClassLoader@2fc4db5e,
will try again after having switched the current thread context classloader to
ModuleClassLoader for Module "org.apache.cxf.impl:main" from local module loader
@a377714 (roots: C:\AppServer\jboss-as-7.1.1.Final\jboss-as-7.1.1.Final\modules):
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration
problem: Unable to locate Spring NamespaceHandler for XML schema namespace
[
http://cxf.apache.org/transports/http/configuration]
Offending resource: class path resource [cxf.xml]
at
org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68)
[spring-beans.jar:3.0.7.RELEASE]
at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85)
[spring-beans.jar:3.0.7.RELEASE]
...
dc
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/802400#802400]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]