Author: asoldano
Date: 2014-04-29 09:07:29 -0400 (Tue, 29 Apr 2014)
New Revision: 18594
Modified:
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/udp/UDPEndpointAPITestCase.java
Log:
Make sure the wsdl mentioned in the endpoint impl can be actually resolved, as CXF is less
lenient
Modified:
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml
===================================================================
---
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml 2014-04-29
13:06:19 UTC (rev 18593)
+++
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/scripts/cxf-jars-jaxws.xml 2014-04-29
13:07:29 UTC (rev 18594)
@@ -571,6 +571,11 @@
<attribute name="Dependencies"
value="org.jboss.ws.common,org.jboss.ws.cxf.jbossws-cxf-client services"/>
</manifest>
</war>
+ <jar
destfile="${tests.output.dir}/test-libs/jaxws-cxf-udp-api-client.jar">
+ <metainf
dir="${tests.output.dir}/test-resources/jaxws/cxf/udp/META-INF">
+ <include name="wsdl/*" />
+ </metainf>
+ </jar>
<!-- jaxws-cxf-servletCtx -->
<war warfile="${tests.output.dir}/test-libs/jaxws-cxf-servletCtx.war"
needxmlfile='false'>
Modified:
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/udp/UDPEndpointAPITestCase.java
===================================================================
---
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/udp/UDPEndpointAPITestCase.java 2014-04-29
13:06:19 UTC (rev 18593)
+++
stack/cxf/branches/asoldano/modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/udp/UDPEndpointAPITestCase.java 2014-04-29
13:07:29 UTC (rev 18594)
@@ -49,7 +49,7 @@
{
public static Test suite()
{
- return new JBossWSCXFTestSetup(UDPEndpointAPITestCase.class,
"jaxws-cxf-udp-api.war");
+ return new JBossWSCXFTestSetup(UDPEndpointAPITestCase.class,
"jaxws-cxf-udp-api.war,jaxws-cxf-udp-api-client.jar");
}
public void testServerSide() throws Exception
Show replies by date