[jboss-user] [JBoss Web Services] - Re: Using apache cxf.xml with a jax-ws client

Alessio Soldano do-not-reply at jboss.com
Wed Mar 13 13:36:12 EDT 2013


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&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130313/b3d4d4de/attachment.html 


More information about the jboss-user mailing list