JBossWS SVN: r13761 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-16 13:12:40 -0500 (Wed, 16 Feb 2011)
New Revision: 13761
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBAS-8891] Excluding JBWS3140 testcase because of parsing issue on AS7
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:52:46 UTC (rev 13760)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 18:12:40 UTC (rev 13761)
@@ -903,6 +903,9 @@
<exclude>org/jboss/test/ws/jaxws/smoke/tools/*ScriptTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/smoke/tools/WSRunClientTestCase*</exclude>
+ <!-- # [JBAS-8891] Parse issue on web.xml -->
+ <exclude>org/jboss/test/ws/jaxws/jbws3140/**</exclude>
+
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
13 years, 11 months
JBossWS SVN: r13760 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-16 10:52:46 -0500 (Wed, 16 Feb 2011)
New Revision: 13760
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
Fixing wrong exclude
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:43:35 UTC (rev 13759)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:52:46 UTC (rev 13760)
@@ -875,7 +875,7 @@
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/**/*EJBTestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/webservice/**/*EJB3TestCase*</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/webserviceref/**/*EJB3TestCase*</exclude>
- <exclude>org/jboss/test/ws/jaxws/samples/management/recording/**</exclude>
+ <exclude>org/jboss/test/ws/management/recording/**</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/bus/**</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/gzip/**</exclude>
<exclude>org/jboss/test/ws/jaxws/cxf/jaxbintros/**</exclude>
13 years, 11 months
JBossWS SVN: r13759 - hudson/trunk/scripts.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-16 10:43:35 -0500 (Wed, 16 Feb 2011)
New Revision: 13759
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
[JBWS-3208] Trying a workaround to avoid complete failure on AS7 core test hudson jobs due to bg slow AS shutdown
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2011-02-16 15:18:56 UTC (rev 13758)
+++ hudson/trunk/scripts/jbossws-qa.sh 2011-02-16 15:43:35 UTC (rev 13759)
@@ -144,7 +144,7 @@
}
detectFailures() {
- rm -rf $WORKSPACE/jboss-as
+ #rm -rf $WORKSPACE/jboss-as
cat $WORKSPACE/tests.log | egrep "BUILD FAILURE|BUILD ERROR|java.lang.OutOfMemoryError" | tee $WORKSPACE/failure.log
if [ -s $WORKSPACE/failure.log ]; then
echo "Failure detected"
13 years, 11 months
JBossWS SVN: r13758 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-16 10:18:56 -0500 (Wed, 16 Feb 2011)
New Revision: 13758
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3222] Excluding script tests
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:04:52 UTC (rev 13757)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:18:56 UTC (rev 13758)
@@ -895,6 +895,14 @@
<exclude>org/jboss/test/ws/jaxws/jbws2150/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
+ <!-- # [JBWS-3222] Script tests -->
+ <exclude>org/jboss/test/ws/jaxws/jbws2528/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2529/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2591/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2593/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/smoke/tools/*ScriptTestCase*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/smoke/tools/WSRunClientTestCase*</exclude>
+
<!-- JAXR not available -->
<exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
13 years, 11 months
JBossWS SVN: r13757 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-16 10:04:52 -0500 (Wed, 16 Feb 2011)
New Revision: 13757
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3210] Excluding jaxr tests on AS7 for now
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:03:13 UTC (rev 13756)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:04:52 UTC (rev 13757)
@@ -895,6 +895,9 @@
<exclude>org/jboss/test/ws/jaxws/jbws2150/**</exclude>
<exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
+ <!-- JAXR not available -->
+ <exclude>org/jboss/test/ws/jaxws/samples/jaxr/**</exclude>
+
<!-- JAXRPC deployments -->
<exclude>org/jboss/test/ws/jaxrpc/**</exclude>
</excludes>
13 years, 11 months
JBossWS SVN: r13756 - stack/cxf/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2011-02-16 10:03:13 -0500 (Wed, 16 Feb 2011)
New Revision: 13756
Modified:
stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-3221] Adding dependency on jnp-client to solve CNFE and excluding tests relying on JMX features for now (not available on AS7)
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 10:51:49 UTC (rev 13755)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2011-02-16 15:03:13 UTC (rev 13756)
@@ -735,6 +735,11 @@
<artifactId>mail</artifactId>
</dependency>
<dependency>
+ <groupId>org.jboss.naming</groupId>
+ <artifactId>jnp-client</artifactId>
+ <version>5.0.5.Final</version>
+ </dependency>
+ <dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-common-core</artifactId>
<exclusions>
@@ -883,6 +888,13 @@
<exclude>org/jboss/test/ws/jaxws/jbws2527/**</exclude>
<exclude>org/jboss/test/ws/jaxws/jbws1702/**</exclude>
+ <!-- # [JBWS-3221] JMX dependent tests -->
+ <exclude>org/jboss/test/ws/jaxws/cxf/management/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws1178/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws1190/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2150/**</exclude>
+ <exclude>org/jboss/test/ws/jaxws/samples/serviceref/**</exclude>
+
<!-- JAXRPC deployments -->
<exclude>org/jboss/test/ws/jaxrpc/**</exclude>
</excludes>
13 years, 11 months
JBossWS SVN: r13754 - stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-02-16 05:37:15 -0500 (Wed, 16 Feb 2011)
New Revision: 13754
Added:
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/pom.xml
Log:
Add dist module pom.xml
Added: stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/pom.xml (rev 0)
+++ stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/dist/pom.xml 2011-02-16 10:37:15 UTC (rev 13754)
@@ -0,0 +1,282 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <name>JBoss Web Services - Stack Native Distrubiton</name>
+ <artifactId>jbossws-native-dist</artifactId>
+ <packaging>pom</packaging>
+ <version>4.0.0-SNAPSHOT</version>
+
+ <parent>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
+ </parent>
+
+ <properties>
+ </properties>
+
+ <modules>
+ <module>management</module>
+ </modules>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-client</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-factories</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-services</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jboss.ws.native</groupId>
+ <artifactId>jbossws-native-core</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <!--TODO AS7000-->
+
+ <!--test-suite-->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-shared-testsuite</artifactId>
+ <type>zip</type>
+ <scope>test</scope>
+ </dependency>
+
+ <!--juddi-->
+ <dependency>
+ <groupId>org.jboss.jaxr</groupId>
+ <artifactId>juddi-service</artifactId>
+ <type>sar</type>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>apache-scout</groupId>
+ <artifactId>scout</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>juddi</groupId>
+ <artifactId>juddi</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <!--jboss600-->
+ <dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss600</artifactId>
+ <scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>sun-jaxb</groupId>
+ <artifactId>jaxb-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <!--junit-->
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>distribution-package</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <finalName>assembly</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-deploy-artifacts.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>1.4</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-trax</artifactId>
+ <version>1.8.0</version>
+ </dependency>
+ </dependencies>
+ <executions>
+ <execution>
+ <id>generate-exclude-file</id>
+ <phase>validate</phase>
+ <configuration>
+ <tasks>
+ <mkdir dir="${basedir}/target/exclude-file" />
+ <xslt style="${basedir}/src/main/distro/test-exclude.xsl"
+ in="../testsuite/pom.xml"
+ out="${basedir}/target/exclude-file/test-excludes-jboss600.txt">
+ <param name="targetName" expression="jboss600" />
+ </xslt>
+ <xslt style="${basedir}/src/main/distro/test-exclude.xsl"
+ in="../testsuite/pom.xml"
+ out="${basedir}/target/exclude-file/test-excludes-jboss601.txt">
+ <param name="targetName" expression="jboss601" />
+ </xslt>
+ </tasks>
+ </configuration>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <!--
+ Name: bindist
+ Descr: Build the binary distribution
+ -->
+ <profile>
+ <id>bindist</id>
+ <activation>
+ <property>
+ <name>bindist</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>resources</goal>
+ <goal>generate</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ <configuration>
+ <sourceDocumentName>JBossWS-Native.xml</sourceDocumentName>
+ <sourceDirectory>src/main/doc</sourceDirectory>
+ <imageResource>
+ <directory>src/main/doc</directory>
+ <includes>
+ <include>images/*</include>
+ </includes>
+ </imageResource>
+ <formats>
+ <!--
+ format> <formatName>pdf</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <finalName>JBossWS-Native_Guide.pdf</finalName>
+ </format
+ -->
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ </formats>
+ <options>
+ <xincludeSupported>true</xincludeSupported>
+ </options>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>distribution-package</id>
+ <configuration>
+ <finalName>assembly</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-deploy-artifacts.xml</descriptor>
+ <descriptor>src/main/scripts/assembly-bin-dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Name: srcdist
+ Descr: Build the source distribution
+ -->
+ <profile>
+ <id>srcdist</id>
+ <activation>
+ <property>
+ <name>srcdist</name>
+ </property>
+ </activation>
+
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>distribution-package</id>
+ <configuration>
+ <finalName>assembly</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+ <descriptor>src/main/scripts/assembly-deploy-artifacts.xml</descriptor>
+ <descriptor>src/main/scripts/assembly-src-dist.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+</project>
13 years, 11 months
JBossWS SVN: r13753 - in stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules: core and 1 other directories.
by jbossws-commits@lists.jboss.org
Author: jim.ma
Date: 2011-02-16 05:24:57 -0500 (Wed, 16 Feb 2011)
New Revision: 13753
Modified:
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/client/pom.xml
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/core/pom.xml
stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/testsuite/pom.xml
Log:
[JBWS-3080]:Use porject.version;[JBWS-3220] exclude failed tests after move to Maven3
Modified: stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/client/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/client/pom.xml 2011-02-16 03:55:58 UTC (rev 13752)
+++ stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/client/pom.xml 2011-02-16 10:24:57 UTC (rev 13753)
@@ -18,17 +18,17 @@
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-core</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-factories</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-services</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.xml.rpc</groupId>
Modified: stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/core/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/core/pom.xml 2011-02-16 03:55:58 UTC (rev 13752)
+++ stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/core/pom.xml 2011-02-16 10:24:57 UTC (rev 13753)
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-factories</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<!-- provided apis -->
<dependency>
Modified: stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/testsuite/pom.xml
===================================================================
--- stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/testsuite/pom.xml 2011-02-16 03:55:58 UTC (rev 13752)
+++ stack/native/branches/jbossws-native-4.0.0.SNAPSHOT-Maven3/modules/testsuite/pom.xml 2011-02-16 10:24:57 UTC (rev 13753)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.jboss.ws.native</groupId>
<artifactId>jbossws-native-client</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.sun</groupId>
@@ -440,6 +440,10 @@
<!-- # [JBWS-3150] This test causes hudson to freeze -->
<exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
+ <!-- # [JBWS-3220] Failures after update to maven3 -->
+ <exclude>org/jboss/test/ws/jaxws/json/*TestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxrpc/jbws383/JBWS383TestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2000/JBWS2000TestCase.*</exclude>
</excludes>
</configuration>
</plugin>
@@ -551,6 +555,9 @@
<!-- # [JBWS-3150] This test causes hudson to freeze -->
<exclude>org/jboss/test/ws/common/soap/SOAPConnectionTestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/json/*TestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxrpc/jbws383/JBWS383TestCase.*</exclude>
+ <exclude>org/jboss/test/ws/jaxws/jbws2000/JBWS2000TestCase.*</exclude>
</excludes>
</configuration>
</plugin>
13 years, 11 months
JBossWS SVN: r13752 - framework/branches.
by jbossws-commits@lists.jboss.org
Author: bmaxwell
Date: 2011-02-15 22:55:58 -0500 (Tue, 15 Feb 2011)
New Revision: 13752
Added:
framework/branches/jbossws-framework-3.1.2.SP8_JBPAPP-5943/
Log:
[JBPAPP-5943] Branch for One Off - The WebServiceContext injection needs to be maintained using a ThreadLocal
13 years, 11 months
JBossWS SVN: r13751 - stack/native/branches.
by jbossws-commits@lists.jboss.org
Author: bmaxwell
Date: 2011-02-15 22:46:13 -0500 (Tue, 15 Feb 2011)
New Revision: 13751
Added:
stack/native/branches/jbossws-native-3.1.2.SP7_JBPAPP-5943/
Log:
[JBPAPP-5943] Branch for One Off - The WebServiceContext injection needs to be maintained using a ThreadLocal
13 years, 11 months