<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: Using apache cxf.xml with a jax-ws client
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/daniel.cote.qc.ca">Daniel Cote</a> in <i>JBoss Web Services</i> - <a href="https://community.jboss.org/message/802400#802400">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>Hi Alessio, (I'm so happy you replied!!! there is still some hope...)</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>I've already tried this option with no result.</p><p>Just to be certain, I reconducted the test.&#160; Here the differents elements:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><ul><li style="text-align: start;">EAR\META-INF\jboss-deployment-structure.xml</li></ul><p><span style="color: #3366ff; font-family: courier new,courier;">&lt;jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.1"&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160; &lt;deployment&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;dependencies&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;module name="com.oracle" export="true" /&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;module name="com.logibec.parameters" export="true" /&gt; &lt;!-- parameters --&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;module name="org.apache.cxf.impl" export="true"&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;imports&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;include path="META-INF**"/&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;include path="org**"/&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/imports&gt;&#160;&#160; </span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/module&gt;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/dependencies&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&#160;&#160;&#160; &lt;/deployment&gt;</span></p><p><span style="color: #3366ff; font-family: courier new,courier;">&lt;/jboss-deployment-structure&gt;</span></p><ul><li style="text-align: start;">The trace file shows the same problem occuring (both access to the http version for the *.<span style="font-family: courier new,courier;">xsd</span> resources and the inability to resolve the <span style="font-family: courier new,courier;">NamespaceHandler <br/></span></li></ul><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: courier new,courier;">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.</span></p><p><span style="font-family: courier new,courier;">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]]</span></p><p><span style="font-family: courier new,courier;">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]</span></p><p><span style="font-family: courier new,courier;">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]</span></p><p><span style="font-family: courier new,courier;"><span>11:34:25,190 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://www.springframework.org/schema/beans/spring-beans-2.0.xsd" rel="nofollow" target="_blank">http://www.springframework.org/schema/beans/spring-beans-2.0.xsd</a></span></p><p><span style="font-family: courier new,courier;"><span>11:34:25,845 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/http-conf.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/http-conf.xsd</a></span></p><p><span style="font-family: courier new,courier;"><span>11:34:26,266 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/wsdl/http-conf.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/wsdl/http-conf.xsd</a></span></p><p><span style="font-family: courier new,courier;"><span>11:34:26,485 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd" rel="nofollow" target="_blank">http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd</a></span></p><p><span style="font-family: courier new,courier;"><span>11:34:26,750 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/parameterized-types.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/parameterized-types.xsd</a></span></p><p><span style="font-family: courier new,courier;"><span>11:34:26,859 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/security.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/security.xsd</a></span></p><p><span style="font-family: courier new,courier;"><span>11:34:28,450 FINE (http-localhost-127.0.0.1-8080-1) org.apache.cxf.bus.spring.BusEntityResolver.resolveEntity Attempting to resolve systemId </span><a class="jive-link-external-small" href="http://cxf.apache.org/schemas/configuration/cxf-beans.xsd" rel="nofollow" target="_blank">http://cxf.apache.org/schemas/configuration/cxf-beans.xsd</a></span></p><p><span style="font-family: courier new,courier;"><span>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 [</span><a class="jive-link-external-small" href="http://cxf.apache.org/transports/http/configuration" rel="nofollow" target="_blank">http://cxf.apache.org/transports/http/configuration</a><span>]</span></span></p><p><span style="font-family: courier new,courier;">Offending resource: class path resource [cxf.xml]</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: courier new,courier;"> at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier;"> at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85) [spring-beans.jar:3.0.7.RELEASE]</span></p><p><span style="font-family: courier new,courier;">...</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-family: courier new,courier;">dc<br/></span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/802400#802400">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Web Services at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>