JBossWS SVN: r6941 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 11:10:31 -0400 (Wed, 07 May 2008)
New Revision: 6941
Modified:
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
Add wsprovide, wsconsume, wstools
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 15:10:31 UTC (rev 6941)
@@ -39,6 +39,14 @@
</dependency>
<dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5.0</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+
+ <dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-framework</artifactId>
</dependency>
@@ -62,13 +70,6 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- <version>1.5.0</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- </dependency>
</dependencies>
<!-- Build -->
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-05-07 14:15:45 UTC (rev 6940)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-05-07 15:10:31 UTC (rev 6941)
@@ -12,39 +12,12 @@
# [JBWS-1526] Automated testing and availablity checks of public endpoints (interop)
org/jboss/test/ws/interop/**
-# [JBWS-2163] wsconsume for maven build -->
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/jaxws/smoke/tools/**
-org/jboss/test/ws/benchmark/**
-org/jboss/test/ws/interop/**
-org/jboss/test/ws/jaxws/samples/wssecuritypolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurity/**
-
# [JBWS-2167] Fix samples jaxr for maven build
org/jboss/test/ws/jaxws/samples/jaxr/**
# [JBWS-2168] Fix samples bpel for maven build
org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-# [JBWS-2169] Fix samples jaxrpc for maven build
-org/jboss/test/ws/jaxrpc/samples/docstyle/**
-org/jboss/test/ws/jaxrpc/samples/dynamichandler/**
-org/jboss/test/ws/jaxrpc/samples/exception/**
-org/jboss/test/ws/jaxrpc/samples/handler/**
-org/jboss/test/ws/jaxrpc/samples/holder/**
-org/jboss/test/ws/jaxrpc/samples/jmstransport/**
-org/jboss/test/ws/jaxrpc/samples/jsr109ejb/**
-org/jboss/test/ws/jaxrpc/samples/jsr109pojo/**
-org/jboss/test/ws/jaxrpc/samples/message/**
-org/jboss/test/ws/jaxrpc/samples/oneway/**
-org/jboss/test/ws/jaxrpc/samples/rpcstyle/**
-org/jboss/test/ws/jaxrpc/samples/secureejb/**
-org/jboss/test/ws/jaxrpc/samples/wsaddr/**
-org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-org/jboss/test/ws/jaxrpc/samples/wssecurity/**
-
# [JBWS-2170] Fix embedded for maven build
org/jboss/test/ws/embedded/**
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-05-07 14:15:45 UTC (rev 6940)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-05-07 15:10:31 UTC (rev 6941)
@@ -21,39 +21,12 @@
# [JBAS-5115] Valid jboss-app.xml file not recognized correctly by jbossxb runtime
org/jboss/test/ws/jaxws/jbws1822/JBWS1822TestCase.*
-# [JBWS-2163] wsconsume for maven build -->
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/jaxws/smoke/tools/**
-org/jboss/test/ws/benchmark/**
-org/jboss/test/ws/interop/**
-org/jboss/test/ws/jaxws/samples/wssecuritypolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurity/**
-
# [JBWS-2167] Fix samples jaxr for maven build
org/jboss/test/ws/jaxws/samples/jaxr/**
# [JBWS-2168] Fix samples bpel for maven build
org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-# [JBWS-2169] Fix samples jaxrpc for maven build
-org/jboss/test/ws/jaxrpc/samples/docstyle/**
-org/jboss/test/ws/jaxrpc/samples/dynamichandler/**
-org/jboss/test/ws/jaxrpc/samples/exception/**
-org/jboss/test/ws/jaxrpc/samples/handler/**
-org/jboss/test/ws/jaxrpc/samples/holder/**
-org/jboss/test/ws/jaxrpc/samples/jmstransport/**
-org/jboss/test/ws/jaxrpc/samples/jsr109ejb/**
-org/jboss/test/ws/jaxrpc/samples/jsr109pojo/**
-org/jboss/test/ws/jaxrpc/samples/message/**
-org/jboss/test/ws/jaxrpc/samples/oneway/**
-org/jboss/test/ws/jaxrpc/samples/rpcstyle/**
-org/jboss/test/ws/jaxrpc/samples/secureejb/**
-org/jboss/test/ws/jaxrpc/samples/wsaddr/**
-org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-org/jboss/test/ws/jaxrpc/samples/wssecurity/**
-
# [JBWS-2170] Fix embedded for maven build
org/jboss/test/ws/embedded/**
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-05-07 14:15:45 UTC (rev 6940)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-05-07 15:10:31 UTC (rev 6941)
@@ -55,39 +55,12 @@
# [JBAS-5388] JBossXBRuntimeException: Missing value for the required attribute
org/jboss/test/ws/jaxrpc/jbws720/**
-# [JBWS-2163] wsconsume for maven build -->
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/jaxws/smoke/tools/**
-org/jboss/test/ws/benchmark/**
-org/jboss/test/ws/interop/**
-org/jboss/test/ws/jaxws/samples/wssecuritypolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurity/**
-
# [JBWS-2167] Fix samples jaxr for maven build
org/jboss/test/ws/jaxws/samples/jaxr/**
# [JBWS-2168] Fix samples bpel for maven build
org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-# [JBWS-2169] Fix samples jaxrpc for maven build
-org/jboss/test/ws/jaxrpc/samples/docstyle/**
-org/jboss/test/ws/jaxrpc/samples/dynamichandler/**
-org/jboss/test/ws/jaxrpc/samples/exception/**
-org/jboss/test/ws/jaxrpc/samples/handler/**
-org/jboss/test/ws/jaxrpc/samples/holder/**
-org/jboss/test/ws/jaxrpc/samples/jmstransport/**
-org/jboss/test/ws/jaxrpc/samples/jsr109ejb/**
-org/jboss/test/ws/jaxrpc/samples/jsr109pojo/**
-org/jboss/test/ws/jaxrpc/samples/message/**
-org/jboss/test/ws/jaxrpc/samples/oneway/**
-org/jboss/test/ws/jaxrpc/samples/rpcstyle/**
-org/jboss/test/ws/jaxrpc/samples/secureejb/**
-org/jboss/test/ws/jaxrpc/samples/wsaddr/**
-org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-org/jboss/test/ws/jaxrpc/samples/wssecurity/**
-
# [JBWS-2170] Fix embedded for maven build
org/jboss/test/ws/embedded/**
17 years, 11 months
JBossWS SVN: r6940 - in stack/cxf/trunk: modules/client and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 10:15:45 -0400 (Wed, 07 May 2008)
New Revision: 6940
Modified:
stack/cxf/trunk/modules/client/pom.xml
stack/cxf/trunk/modules/management/pom.xml
stack/cxf/trunk/modules/server/pom.xml
stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
stack/cxf/trunk/modules/testsuite/pom.xml
stack/cxf/trunk/pom.xml
stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
append cxf to groupid
Modified: stack/cxf/trunk/modules/client/pom.xml
===================================================================
--- stack/cxf/trunk/modules/client/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/client/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -7,7 +7,7 @@
<packaging>jar</packaging>
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/management/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -7,7 +7,7 @@
<packaging>war</packaging>
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/server/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -8,7 +8,7 @@
<!-- Parent -->
<parent>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<version>3.0.2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -55,7 +55,7 @@
<artifactId>jsr181-api</artifactId>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-client</artifactId>
<version>${version}</version>
</dependency>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/pom.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<name>JBoss Web Services - Stack CXF</name>
- <groupId>org.jboss.ws</groupId>
+ <groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
Modified: stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-07 14:07:59 UTC (rev 6939)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-05-07 14:15:45 UTC (rev 6940)
@@ -51,8 +51,8 @@
<moduleSets>
<moduleSet>
<includes>
- <include>org.jboss.ws:jbossws-cxf-client</include>
- <include>org.jboss.ws:jbossws-cxf-server</include>
+ <include>org.jboss.ws.cxf:jbossws-cxf-client</include>
+ <include>org.jboss.ws.cxf:jbossws-cxf-server</include>
</includes>
<binaries>
<outputDirectory>lib</outputDirectory>
@@ -99,7 +99,7 @@
</moduleSet>
<moduleSet>
<includes>
- <include>org.jboss.ws:jbossws-cxf-management</include>
+ <include>org.jboss.ws.cxf:jbossws-cxf-management</include>
</includes>
<binaries>
<outputDirectory>lib</outputDirectory>
17 years, 11 months
JBossWS SVN: r6939 - in stack/metro/trunk/modules/testsuite: metro-tests and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 10:07:59 -0400 (Wed, 07 May 2008)
New Revision: 6939
Modified:
stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
stack/metro/trunk/modules/testsuite/metro-tests/pom.xml
Log:
Remove <relativePath>../pom.xml
Modified: stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 14:01:19 UTC (rev 6938)
+++ stack/metro/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
@@ -11,7 +11,6 @@
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
</parent>
<!-- Plugins -->
Modified: stack/metro/trunk/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/pom.xml 2008-05-07 14:01:19 UTC (rev 6938)
+++ stack/metro/trunk/modules/testsuite/metro-tests/pom.xml 2008-05-07 14:07:59 UTC (rev 6939)
@@ -11,7 +11,6 @@
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
<version>3.0.2-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
</parent>
<!-- Plugins -->
17 years, 11 months
JBossWS SVN: r6938 - in stack/metro/trunk/modules: server/src/main/java/org/jboss/wsf/stack/metro and 5 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 10:01:19 -0400 (Wed, 07 May 2008)
New Revision: 6938
Added:
stack/metro/trunk/modules/client/src/main/java/org/jboss/wsf/stack/metro/tools/
stack/metro/trunk/modules/testsuite/framework-tests/scripts/
stack/metro/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
stack/metro/trunk/modules/testsuite/metro-tests/scripts/
stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml
Removed:
stack/metro/trunk/modules/server/src/main/java/org/jboss/wsf/stack/metro/tools/
Modified:
stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
stack/metro/trunk/modules/testsuite/metro-tests/pom.xml
stack/metro/trunk/modules/testsuite/pom.xml
stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
Add wsconsume
Copied: stack/metro/trunk/modules/client/src/main/java/org/jboss/wsf/stack/metro/tools (from rev 6937, stack/metro/trunk/modules/server/src/main/java/org/jboss/wsf/stack/metro/tools)
Modified: stack/metro/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 13:39:33 UTC (rev 6937)
+++ stack/metro/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 14:01:19 UTC (rev 6938)
@@ -58,6 +58,22 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
+ <id>wsconsume</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.classpath" refid="maven.test.classpath"/>
+ <property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
+ <property name="tests.output.dir" value="${project.build.directory}"/>
+ <ant antfile="scripts/antrun-wsconsume.xml" target="wsconsume"/>
+ </tasks>
+ </configuration>
+ </execution>
+ <execution>
+ <id>build-jars</id>
<phase>test-compile</phase>
<goals>
<goal>run</goal>
Added: stack/metro/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml (rev 0)
+++ stack/metro/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml 2008-05-07 14:01:19 UTC (rev 6938)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Generating sources -->
+ <!-- ================================================================== -->
+
+ <target name="wsconsume" description="Consume JAX-WS contracts">
+
+ <!-- Define the JAX-WS wsconsume task -->
+ <taskdef name="wsconsume" classname="org.jboss.wsf.spi.tools.ant.WSConsumeTask">
+ <classpath>
+ <pathelement path="${maven.classpath}"/>
+ </classpath>
+ </taskdef>
+
+ <wsconsume wsdl="${tests.resources.dir}/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl" package="org.jboss.test.ws.jaxws.complex" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/jaxws/holder/META-INF/wsdl/HolderService.wsdl" package="org.jboss.test.ws.jaxws.holder" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on: stack/metro/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/metro/trunk/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/pom.xml 2008-05-07 13:39:33 UTC (rev 6937)
+++ stack/metro/trunk/modules/testsuite/metro-tests/pom.xml 2008-05-07 14:01:19 UTC (rev 6938)
@@ -21,6 +21,22 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
+ <id>wsconsume</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.classpath" refid="maven.test.classpath"/>
+ <property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
+ <property name="tests.output.dir" value="${project.build.directory}"/>
+ <ant antfile="scripts/antrun-wsconsume.xml" target="wsconsume"/>
+ </tasks>
+ </configuration>
+ </execution>
+ <execution>
+ <id>build-jars</id>
<phase>test-compile</phase>
<goals>
<goal>run</goal>
Added: stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml (rev 0)
+++ stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml 2008-05-07 14:01:19 UTC (rev 6938)
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Generating sources -->
+ <!-- ================================================================== -->
+
+ <target name="wsconsume" description="Consume JAX-WS contracts">
+
+ <!-- Define the JAX-WS wsconsume task -->
+ <taskdef name="wsconsume" classname="org.jboss.wsf.spi.tools.ant.WSConsumeTask">
+ <classpath>
+ <pathelement path="${maven.classpath}"/>
+ </classpath>
+ </taskdef>
+
+ <wsconsume wsdl="${tests.resources.dir}/wsit/rm/WEB-INF/wsdl/Calc.wsdl" package="org.jboss.test.ws.wsit.rm" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on: stack/metro/trunk/modules/testsuite/metro-tests/scripts/antrun-wsconsume.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2008-05-07 13:39:33 UTC (rev 6937)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2008-05-07 14:01:19 UTC (rev 6938)
@@ -46,7 +46,16 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-spi</artifactId>
</dependency>
+
<dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5.0</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
+
+ <dependency>
<groupId>javax.ejb</groupId>
<artifactId>ejb-api</artifactId>
</dependency>
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-05-07 13:39:33 UTC (rev 6937)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-05-07 14:01:19 UTC (rev 6938)
@@ -80,7 +80,3 @@
# [JBWS-2164] Fix tools tests with maven build
org/jboss/test/ws/jaxws/smoke/tools/**
-# [JBWS-2163] wsconsume for maven build
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/wsit/rm/**
\ No newline at end of file
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-05-07 13:39:33 UTC (rev 6937)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt 2008-05-07 14:01:19 UTC (rev 6938)
@@ -80,7 +80,3 @@
# [JBWS-2164] Fix tools tests with maven build
org/jboss/test/ws/jaxws/smoke/tools/**
-# [JBWS-2163] wsconsume for maven build
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/wsit/rm/**
\ No newline at end of file
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-05-07 13:39:33 UTC (rev 6937)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-05-07 14:01:19 UTC (rev 6938)
@@ -86,7 +86,3 @@
# [JBWS-2164] Fix tools tests with maven build
org/jboss/test/ws/jaxws/smoke/tools/**
-# [JBWS-2163] wsconsume for maven build
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/wsit/rm/**
\ No newline at end of file
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-05-07 13:39:33 UTC (rev 6937)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-05-07 14:01:19 UTC (rev 6938)
@@ -101,7 +101,3 @@
# [JBWS-2164] Fix tools tests with maven build
org/jboss/test/ws/jaxws/smoke/tools/**
-# [JBWS-2163] wsconsume for maven build
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/wsit/rm/**
\ No newline at end of file
17 years, 11 months
JBossWS SVN: r6937 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 09:39:33 -0400 (Wed, 07 May 2008)
New Revision: 6937
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
add debug profile
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 13:14:20 UTC (rev 6936)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 13:39:33 UTC (rev 6937)
@@ -16,7 +16,6 @@
<!-- Properties -->
<properties>
- <surefire.jdpw.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdpw.args>
<surefire.jvm.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.jvm.args>
</properties>
@@ -112,7 +111,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}</argLine>
- <!--argLine>${surefire.jdpw.args}</argLine-->
<systemProperties>
<property>
<name>build.testlog</name>
@@ -156,6 +154,24 @@
<profiles>
<!--
+ Name: debug
+ Descr: Enable remote debuging for tests
+ -->
+ <profile>
+ <id>debug</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</argLine>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
Name: hudson
Descr: Ignore test failures on hudson
-->
17 years, 11 months
JBossWS SVN: r6936 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 09:14:20 -0400 (Wed, 07 May 2008)
New Revision: 6936
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
remove jdpw args
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 13:13:44 UTC (rev 6935)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 13:14:20 UTC (rev 6936)
@@ -112,7 +112,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}</argLine>
- <argLine>${surefire.jdpw.args}</argLine>
+ <!--argLine>${surefire.jdpw.args}</argLine-->
<systemProperties>
<property>
<name>build.testlog</name>
17 years, 11 months
JBossWS SVN: r6935 - in stack/native/trunk/modules/testsuite: native-tests and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 09:13:44 -0400 (Wed, 07 May 2008)
New Revision: 6935
Added:
stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
Modified:
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
Log:
Add wsprovide
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 12:56:31 UTC (rev 6934)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 13:13:44 UTC (rev 6935)
@@ -61,6 +61,21 @@
</configuration>
</execution>
<execution>
+ <id>wsprovide</id>
+ <phase>test-compile</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.classpath" refid="maven.test.classpath"/>
+ <property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
+ <property name="tests.output.dir" value="${project.build.directory}"/>
+ <ant antfile="scripts/antrun-wsprovide.xml" target="wsprovide"/>
+ </tasks>
+ </configuration>
+ </execution>
+ <execution>
<id>build-jars</id>
<phase>test-compile</phase>
<goals>
Added: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml (rev 0)
+++ stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml 2008-05-07 13:13:44 UTC (rev 6935)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Generating sources -->
+ <!-- ================================================================== -->
+
+ <target name="wsprovide" description="Provide the JAX-WS contracts.">
+
+ <!-- Define the JAX-WS wsprovide task -->
+ <taskdef name="wsprovide" classname="org.jboss.wsf.spi.tools.ant.WSProvideTask">
+ <classpath>
+ <pathelement path="${maven.classpath}"/>
+ </classpath>
+ </taskdef>
+
+ <wsprovide resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurity" genwsdl="true" sei="org.jboss.test.ws.jaxws.samples.wssecurity.HelloJavaBean" destdir="${tests.output.dir}/test-classes" verbose="false"/>
+ <wsprovide resourcedestdir="${tests.output.dir}/wsprovide/resources/jaxws/samples/wssecurityAnnotatedpolicy" genwsdl="true" sei="org.jboss.test.ws.jaxws.samples.wssecurityAnnotatedpolicy.HelloJavaBean" destdir="${tests.output.dir}/test-classes" verbose="false"/>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsprovide.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 12:56:31 UTC (rev 6934)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 13:13:44 UTC (rev 6935)
@@ -112,7 +112,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args}</argLine>
- <!--argLine>${surefire.jdpw.args}</argLine-->
+ <argLine>${surefire.jdpw.args}</argLine>
<systemProperties>
<property>
<name>build.testlog</name>
17 years, 11 months
JBossWS SVN: r6934 - in stack/native/trunk/modules/testsuite: native-tests and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 08:56:31 -0400 (Wed, 07 May 2008)
New Revision: 6934
Added:
stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wstools.xml
Modified:
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt
Log:
Add wstools
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 12:55:57 UTC (rev 6933)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 12:56:31 UTC (rev 6934)
@@ -46,6 +46,21 @@
</configuration>
</execution>
<execution>
+ <id>wstools</id>
+ <phase>test-compile</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.classpath" refid="maven.test.classpath"/>
+ <property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
+ <property name="tests.output.dir" value="${project.build.directory}"/>
+ <ant antfile="scripts/antrun-wstools.xml" target="wstools"/>
+ </tasks>
+ </configuration>
+ </execution>
+ <execution>
<id>build-jars</id>
<phase>test-compile</phase>
<goals>
Added: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wstools.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wstools.xml (rev 0)
+++ stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wstools.xml 2008-05-07 12:56:31 UTC (rev 6934)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Generating sources -->
+ <!-- ================================================================== -->
+
+ <target name="wstools" description="Generate the JAX-RPC artifacts.">
+
+ <!-- Define the JAX-RPC tools task -->
+ <taskdef name="wstools" classname="org.jboss.ws.tools.ant.wstools">
+ <classpath>
+ <pathelement path="${maven.classpath}"/>
+ </classpath>
+ </taskdef>
+
+ <!-- Generate JAX-RPC artifacts -->
+ <mkdir dir="${tests.output.dir}/wstools/java"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/docstyle/wrapped/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/docstyle/bare/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/docstyle/bare/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/dynamichandler/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/dynamichandler/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/exception/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/exception/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/handler/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/handler/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/holder/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/holder/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/jmstransport/META-INF" config="${tests.resources.dir}/jaxrpc/samples/jmstransport/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/jsr109ejb/doclit/META-INF" config="${tests.resources.dir}/jaxrpc/samples/jsr109ejb/doclit/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/jsr109ejb/rpclit/META-INF" config="${tests.resources.dir}/jaxrpc/samples/jsr109ejb/rpclit/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/jsr109pojo/doclit/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/jsr109pojo/doclit/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/jsr109pojo/rpclit/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/jsr109pojo/rpclit/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/message/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/message/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/oneway/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/oneway/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/rpcstyle/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/rpcstyle/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/secureejb/META-INF" config="${tests.resources.dir}/jaxrpc/samples/secureejb/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/wsaddr/hello/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/wsaddr/hello/wstools-config.xml"/>
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/wsaddr/replyto/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/wsaddr/replyto/wstools-config.xml"/>
+ <!--wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/wsbpel/hello/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/wsbpel/hello/wstools-config.xml"/-->
+ <wstools dest="${tests.output.dir}/wstools/resources/jaxrpc/samples/wssecurity/WEB-INF" config="${tests.resources.dir}/jaxrpc/samples/wssecurity/wstools-config.xml"/>
+ <move todir="${tests.output.dir}/wstools/java">
+ <fileset dir="${tests.output.dir}/wstools/resources/jaxrpc/samples/docstyle/wrapped/WEB-INF" includes="org/**"/>
+ </move>
+ <move todir="${tests.output.dir}/wstools/java">
+ <fileset dir="${tests.output.dir}/wstools/resources/jaxrpc/samples/wsaddr/hello/WEB-INF" includes="org/**"/>
+ </move>
+ <move todir="${tests.output.dir}/wstools/java">
+ <fileset dir="${tests.output.dir}/wstools/resources/jaxrpc/samples/wsaddr/replyto/WEB-INF" includes="org/**"/>
+ </move>
+
+ <!-- Copy generated resources -->
+ <copy todir="${tests.output.dir}/test-resources">
+ <fileset dir="${tests.output.dir}/wstools/resources">
+ <include name="**/*.wsdl"/>
+ <include name="**/*.xml"/>
+ </fileset>
+ </copy>
+ <!-- Copy resources that cannot (yet) be generated -->
+ <copy todir="${tests.output.dir}/test-resources/jaxrpc/samples" overwrite="true">
+ <fileset dir="${tests.resources.dir}/jaxrpc/samples-override"/>
+ <filterset>
+ <filter token="jboss.bind.address" value="${node0}"/>
+ </filterset>
+ </copy>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wstools.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-05-07 12:55:57 UTC (rev 6933)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-05-07 12:56:31 UTC (rev 6934)
@@ -34,23 +34,6 @@
# [JBWS-2168] Fix samples bpel for maven build
org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-# [JBWS-2169] Fix samples jaxrpc for maven build
-org/jboss/test/ws/jaxrpc/samples/docstyle/**
-org/jboss/test/ws/jaxrpc/samples/dynamichandler/**
-org/jboss/test/ws/jaxrpc/samples/exception/**
-org/jboss/test/ws/jaxrpc/samples/handler/**
-org/jboss/test/ws/jaxrpc/samples/holder/**
-org/jboss/test/ws/jaxrpc/samples/jmstransport/**
-org/jboss/test/ws/jaxrpc/samples/jsr109ejb/**
-org/jboss/test/ws/jaxrpc/samples/jsr109pojo/**
-org/jboss/test/ws/jaxrpc/samples/message/**
-org/jboss/test/ws/jaxrpc/samples/oneway/**
-org/jboss/test/ws/jaxrpc/samples/rpcstyle/**
-org/jboss/test/ws/jaxrpc/samples/secureejb/**
-org/jboss/test/ws/jaxrpc/samples/wsaddr/**
-org/jboss/test/ws/jaxrpc/samples/wsbpel/**
-org/jboss/test/ws/jaxrpc/samples/wssecurity/**
-
# [JBWS-2170] Fix embedded for maven build
org/jboss/test/ws/embedded/**
17 years, 11 months
JBossWS SVN: r6933 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-05-07 08:55:57 -0400 (Wed, 07 May 2008)
New Revision: 6933
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBWS-2174] updating AS 501 test excludes
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-05-07 12:39:17 UTC (rev 6932)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt 2008-05-07 12:55:57 UTC (rev 6933)
@@ -134,3 +134,11 @@
org/jboss/test/ws/jaxws/complex/**
org/jboss/test/ws/jaxws/holder/**
+# [JBWS-2174] Cannot Obtain Destination for Request
+org/jboss/test/ws/jaxws/jbws944/**
+org/jboss/test/ws/jaxws/jbws1422/**
+org/jboss/test/ws/jaxws/jbws1446/**
+org/jboss/test/ws/jaxws/jbws1556/**
+org/jboss/test/ws/jaxws/jbws1799/**
+org/jboss/test/ws/jaxws/jbws1872/**
+org/jboss/test/ws/jaxws/jbws1969/**
17 years, 11 months
JBossWS SVN: r6932 - in stack/native/trunk/modules/testsuite: framework-tests and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-05-07 08:39:17 -0400 (Wed, 07 May 2008)
New Revision: 6932
Added:
stack/native/trunk/modules/testsuite/framework-tests/scripts/
stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
stack/native/trunk/modules/testsuite/native-tests/scripts/
stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsconsume.xml
Modified:
stack/native/trunk/modules/testsuite/framework-tests/pom.xml
stack/native/trunk/modules/testsuite/native-tests/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt
Log:
Add wsconsume
Modified: stack/native/trunk/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 12:14:50 UTC (rev 6931)
+++ stack/native/trunk/modules/testsuite/framework-tests/pom.xml 2008-05-07 12:39:17 UTC (rev 6932)
@@ -58,6 +58,21 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
+ <id>wsconsume</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.classpath" refid="maven.test.classpath"/>
+ <property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
+ <property name="tests.output.dir" value="${project.build.directory}"/>
+ <ant antfile="scripts/antrun-wsconsume.xml" target="wsconsume"/>
+ </tasks>
+ </configuration>
+ </execution>
+ <execution>
<phase>test-compile</phase>
<goals>
<goal>run</goal>
Added: stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
===================================================================
--- stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml (rev 0)
+++ stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml 2008-05-07 12:39:17 UTC (rev 6932)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Generating sources -->
+ <!-- ================================================================== -->
+
+ <target name="wsconsume" description="Consume JAX-WS contracts">
+
+ <!-- Define the JAX-WS wsconsume task -->
+ <taskdef name="wsconsume" classname="org.jboss.wsf.spi.tools.ant.WSConsumeTask">
+ <classpath>
+ <pathelement path="${maven.classpath}"/>
+ </classpath>
+ </taskdef>
+
+ <wsconsume wsdl="${tests.resources.dir}/jaxws/complex/META-INF/wsdl/RegistrationService.wsdl" package="org.jboss.test.ws.jaxws.complex" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/jaxws/holder/META-INF/wsdl/HolderService.wsdl" package="org.jboss.test.ws.jaxws.holder" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on: stack/native/trunk/modules/testsuite/framework-tests/scripts/antrun-wsconsume.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/modules/testsuite/native-tests/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 12:14:50 UTC (rev 6931)
+++ stack/native/trunk/modules/testsuite/native-tests/pom.xml 2008-05-07 12:39:17 UTC (rev 6932)
@@ -31,6 +31,22 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
+ <id>wsconsume</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="maven.classpath" refid="maven.test.classpath"/>
+ <property name="tests.resources.dir" value="${basedir}/src/test/resources"/>
+ <property name="tests.output.dir" value="${project.build.directory}"/>
+ <ant antfile="scripts/antrun-wsconsume.xml" target="wsconsume"/>
+ </tasks>
+ </configuration>
+ </execution>
+ <execution>
+ <id>build-jars</id>
<phase>test-compile</phase>
<goals>
<goal>run</goal>
Added: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsconsume.xml
===================================================================
--- stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsconsume.xml (rev 0)
+++ stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsconsume.xml 2008-05-07 12:39:17 UTC (rev 6932)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ============================================================ -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at http://www.gnu.org. -->
+<!-- ============================================================ -->
+
+<!-- $Id$ -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Generating sources -->
+ <!-- ================================================================== -->
+
+ <target name="wsconsume" description="Consume JAX-WS contracts">
+
+ <!-- Define the JAX-WS wsconsume task -->
+ <taskdef name="wsconsume" classname="org.jboss.wsf.spi.tools.ant.WSConsumeTask">
+ <classpath>
+ <pathelement path="${maven.classpath}"/>
+ </classpath>
+ </taskdef>
+
+ <wsconsume wsdl="${tests.resources.dir}/benchmark/jaxws/doclit/WEB-INF/wsdl/BenchmarkWebService.wsdl" package="org.jboss.test.ws.benchmark.jaxws.doclit" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/interop/soapwsdl/BaseDataTypesDocLitB/WEB-INF/wsdl/service.wsdl" package="org.jboss.test.ws.interop.soapwsdl.basedoclitb" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/interop/soapwsdl/BaseDataTypesDocLitW/WEB-INF/wsdl/service.wsdl" package="org.jboss.test.ws.interop.soapwsdl.basedoclitw" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/interop/soapwsdl/BaseDataTypesRpcLit/WEB-INF/wsdl/service.wsdl" package="org.jboss.test.ws.interop.soapwsdl.baserpclit" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/jaxws/samples/wssecuritypolicy/WEB-INF/wsdl/HelloService.wsdl" package="org.jboss.test.ws.jaxws.samples.wssecuritypolicy" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/jaxws/samples/wssecurityAnnotatedpolicy/META-INF/wsdl/HelloService.wsdl" package="org.jboss.test.ws.jaxws.samples.wssecurityAnnotatedpolicy" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ <wsconsume wsdl="${tests.resources.dir}/jaxws/samples/wssecurity/META-INF/wsdl/HelloService.wsdl" package="org.jboss.test.ws.jaxws.samples.wssecurity" sourcedestdir="${tests.output.dir}/wsconsume/java" destdir="${tests.output.dir}/test-classes" keep="true" verbose="false"/>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on: stack/native/trunk/modules/testsuite/native-tests/scripts/antrun-wsconsume.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 12:14:50 UTC (rev 6931)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-05-07 12:39:17 UTC (rev 6932)
@@ -63,6 +63,13 @@
<version>3.8.1</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.sun</groupId>
+ <artifactId>tools</artifactId>
+ <version>1.5.0</version>
+ <scope>system</scope>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
+ </dependency>
</dependencies>
<!-- Build -->
Modified: stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-05-07 12:14:50 UTC (rev 6931)
+++ stack/native/trunk/modules/testsuite/test-excludes-jboss422.txt 2008-05-07 12:39:17 UTC (rev 6932)
@@ -28,16 +28,6 @@
# [JBWS-1526] Automated testing and availablity checks of public endpoints (interop)
org/jboss/test/ws/interop/**
-# [JBWS-2163] wsconsume for maven build -->
-org/jboss/test/ws/jaxws/complex/**
-org/jboss/test/ws/jaxws/holder/**
-org/jboss/test/ws/jaxws/smoke/tools/**
-org/jboss/test/ws/benchmark/**
-org/jboss/test/ws/interop/**
-org/jboss/test/ws/jaxws/samples/wssecuritypolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurityAnnotatedpolicy/**
-org/jboss/test/ws/jaxws/samples/wssecurity/**
-
# [JBWS-2167] Fix samples jaxr for maven build
org/jboss/test/ws/jaxws/samples/jaxr/**
17 years, 11 months