Alessio Soldano [
https://community.jboss.org/people/asoldano] created the discussion
"Re: Using apache cxf.xml with a jax-ws client"
To view the discussion, visit:
https://community.jboss.org/message/802431#802431
--------------------------------------------------------------
mmh... I'll probably need to try reproducing this locally.
Btw, did you try something like:
<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="META-INF/cxf"/>
</imports>
<exports>
<include path="META-INF"/>
<include path="META-INF/cxf"/>
</exports>
</module>
<module name="org.apache.cxf" export="true">
<imports>
<include path="META-INF"/>
<include path="META-INF/cxf"/>
</imports>
<exports>
<include path="META-INF"/>
<include path="META-INF/cxf"/>
</exports>
</module>
</dependencies>
</deployment>
</jboss-deployment-structure>
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/802431#802431]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]