Author: asoldano
Date: 2014-07-07 11:31:05 -0400 (Mon, 07 Jul 2014)
New Revision: 18790
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/embedded/WEB-INF/jboss-deployment-structure.xml
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/moduleImports/WEB-INF/jboss-deployment-structure.xml
Log:
[WFLY-3440] Fix jboss-deployment-structure.xml files according to new WFLY behaviour when
WS subsystem is disabled
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/embedded/WEB-INF/jboss-deployment-structure.xml
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/embedded/WEB-INF/jboss-deployment-structure.xml 2014-07-07
09:31:44 UTC (rev 18789)
+++
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/embedded/WEB-INF/jboss-deployment-structure.xml 2014-07-07
15:31:05 UTC (rev 18790)
@@ -7,6 +7,9 @@
</exclude-subsystems>
<!-- Dependencies below included for the sake of simplifying test only, would
actually come within the deployment in this scenario -->
<dependencies>
+ <module name="javax.xml.ws.api"/>
+ <module name="javax.xml.soap.api"/>
+ <module name="javax.jws.api"/>
<module name="javax.wsdl4j.api"/>
<module name="org.apache.ws.xmlschema"/>
<module name="org.apache.neethi"/>
Modified:
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/moduleImports/WEB-INF/jboss-deployment-structure.xml
===================================================================
---
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/moduleImports/WEB-INF/jboss-deployment-structure.xml 2014-07-07
09:31:44 UTC (rev 18789)
+++
stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/noIntegration/moduleImports/WEB-INF/jboss-deployment-structure.xml 2014-07-07
15:31:05 UTC (rev 18790)
@@ -8,6 +8,9 @@
<module name="org.apache.cxf"/>
<module name="org.apache.cxf.impl"/>
<module name="javax.wsdl4j.api"/>
+ <module name="javax.xml.ws.api"/>
+ <module name="javax.xml.soap.api"/>
+ <module name="javax.jws.api"/>
<module name="org.apache.ws.xmlschema"/>
<module name="org.apache.neethi"/>
<module name="org.codehaus.woodstox"/>
Show replies by date