Skip to content

Commit

Permalink
[SWITCHYARD-2503] - Ensure JBossWS ProviderImpl is loaded in AS conta…
Browse files Browse the repository at this point in the history
…iner
  • Loading branch information
mageshbk authored and cunningt committed Feb 3, 2015
1 parent 6c80b62 commit 6d00aff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
@@ -0,0 +1 @@
org.jboss.wsf.stack.cxf.client.ProviderImpl
Expand Up @@ -63,5 +63,6 @@
<module name="org.jboss.com.sun.httpserver"/>
<module name="org.jboss.ws.jaxws-jboss-httpserver-httpspi" />
<module name="org.jboss.ws.cxf.jbossws-cxf-transports-httpserver"/>
<module name="org.jboss.ws.jaxws-client" export="true"/>
</dependencies>
</module>
Expand Up @@ -62,5 +62,6 @@
<module name="org.switchyard.component.soap"/>
<module name="org.switchyard.component.jca"/>
<module name="org.jboss.resteasy.resteasy-jaxrs"/>
<module name="org.jboss.ws.jaxws-client" export="true"/>
</dependencies>
</module>

0 comments on commit 6d00aff

Please sign in to comment.