JBossWS SVN: r7802 - framework/trunk/testsuite/test/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-09 05:03:45 -0400 (Wed, 09 Jul 2008)
New Revision: 7802
Modified:
framework/trunk/testsuite/test/ant-import/build-testsuite.xml
Log:
fix hudson distro regression
Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2008-07-09 08:59:19 UTC (rev 7801)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2008-07-09 09:03:45 UTC (rev 7802)
@@ -246,6 +246,7 @@
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
<pathelement location="${jboss.server.lib}/hibernate3.jar"/>
<pathelement location="${jboss.server.lib}/jnpserver.jar"/>
+ <pathelement location="${jboss.server.lib}/jboss-ejb3-core.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
17 years, 9 months
JBossWS SVN: r7801 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-09 04:59:19 -0400 (Wed, 09 Jul 2008)
New Revision: 7801
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
rollback
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 08:54:00 UTC (rev 7800)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 08:59:19 UTC (rev 7801)
@@ -434,10 +434,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} -Djava.endorsed.dirs=${jboss500.home}/lib/endorsed</argLine>
- <!-- TODO: shouldn't jboss-ejb3-core be defined as dependency in jbossall-client pom? -->
- <additionalClasspathElements>
- <additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
- </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -483,10 +479,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} -Djava.endorsed.dirs=${jboss501.home}/lib/endorsed</argLine>
- <!-- TODO: shouldn't jboss-ejb3-core be defined as dependency in jbossall-client pom? -->
- <additionalClasspathElements>
- <additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
- </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
17 years, 9 months
JBossWS SVN: r7800 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-09 04:54:00 -0400 (Wed, 09 Jul 2008)
New Revision: 7800
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
hotfix regression
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 06:11:06 UTC (rev 7799)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 08:54:00 UTC (rev 7800)
@@ -434,6 +434,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} -Djava.endorsed.dirs=${jboss500.home}/lib/endorsed</argLine>
+ <!-- TODO: shouldn't jboss-ejb3-core be defined as dependency in jbossall-client pom? -->
+ <additionalClasspathElements>
+ <additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
@@ -452,15 +456,15 @@
</properties>
<dependencies>
<dependency>
+ <groupId>org.jboss.ws</groupId>
+ <artifactId>jbossws-jboss500x</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500x</artifactId>
- </dependency>
- <dependency>
<groupId>org.jboss.client</groupId>
<artifactId>jbossall-client</artifactId>
<version>${jboss.version}</version>
@@ -479,6 +483,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${surefire.jvm.args} -Djava.endorsed.dirs=${jboss501.home}/lib/endorsed</argLine>
+ <!-- TODO: shouldn't jboss-ejb3-core be defined as dependency in jbossall-client pom? -->
+ <additionalClasspathElements>
+ <additionalClasspathElement>${jboss.home}/server/default/lib/jboss-ejb3-core.jar</additionalClasspathElement>
+ </additionalClasspathElements>
</configuration>
</plugin>
</plugins>
17 years, 9 months
JBossWS SVN: r7799 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-09 02:11:06 -0400 (Wed, 09 Jul 2008)
New Revision: 7799
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
rollback previous commit
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 05:45:09 UTC (rev 7798)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 06:11:06 UTC (rev 7799)
@@ -415,6 +415,11 @@
<artifactId>hibernate</artifactId>
<version>${hibernate.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.jboss.client</groupId>
+ <artifactId>jbossall-client</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -455,6 +460,11 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss500x</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.jboss.client</groupId>
+ <artifactId>jbossall-client</artifactId>
+ <version>${jboss.version}</version>
+ </dependency>
</dependencies>
<build>
<plugins>
17 years, 9 months
JBossWS SVN: r7798 - stack/native/trunk/modules/testsuite.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-09 01:45:09 -0400 (Wed, 09 Jul 2008)
New Revision: 7798
Modified:
stack/native/trunk/modules/testsuite/pom.xml
Log:
remove jbossall-client dependency
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-08 13:38:52 UTC (rev 7797)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-09 05:45:09 UTC (rev 7798)
@@ -415,11 +415,6 @@
<artifactId>hibernate</artifactId>
<version>${hibernate.version}</version>
</dependency>
- <dependency>
- <groupId>org.jboss.client</groupId>
- <artifactId>jbossall-client</artifactId>
- <version>${jboss.version}</version>
- </dependency>
</dependencies>
<build>
<plugins>
@@ -457,11 +452,6 @@
<version>${hibernate.version}</version>
</dependency>
<dependency>
- <groupId>org.jboss.client</groupId>
- <artifactId>jbossall-client</artifactId>
- <version>${jboss.version}</version>
- </dependency>
- <dependency>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss500x</artifactId>
</dependency>
17 years, 9 months
JBossWS SVN: r7797 - in stack/cxf/trunk: modules/management and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-08 09:38:52 -0400 (Tue, 08 Jul 2008)
New Revision: 7797
Modified:
stack/cxf/trunk/modules/management/pom.xml
stack/cxf/trunk/modules/server/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:
AS5-Beta4 -> AS5-CR1
Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
+++ stack/cxf/trunk/modules/management/pom.xml 2008-07-08 13:38:52 UTC (rev 7797)
@@ -42,12 +42,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
+++ stack/cxf/trunk/modules/server/pom.xml 2008-07-08 13:38:52 UTC (rev 7797)
@@ -176,7 +176,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2008-07-08 13:38:52 UTC (rev 7797)
@@ -328,7 +328,7 @@
<profile>
<id>jboss500</id>
<properties>
- <jboss.version>5.0.0.Beta4</jboss.version>
+ <jboss.version>5.0.0.CR1</jboss.version>
<jbossws.integration.target>jboss500</jbossws.integration.target>
</properties>
<dependencies>
@@ -349,7 +349,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
</dependency>
</dependencies>
<build>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
+++ stack/cxf/trunk/pom.xml 2008-07-08 13:38:52 UTC (rev 7797)
@@ -51,8 +51,8 @@
<jbossws.spi.version>1.0.4.GA</jbossws.spi.version>
<jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
<jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.0.2.GA</jbossws.jboss501.version>
+ <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
<cxf.version>2.1</cxf.version>
<cxf.stax.version>1.0.1</cxf.stax.version>
<fastinfoset.api.version>1.2.2</fastinfoset.api.version>
@@ -120,18 +120,18 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-08 13:33:08 UTC (rev 7796)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-08 13:38:52 UTC (rev 7797)
@@ -98,7 +98,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500Beta4:jar</include>
+ <include>*:jbossws-jboss500x:jar</include>
</includes>
</dependencySet>
<dependencySet>
@@ -118,7 +118,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500Beta4:jar:container</include>
+ <include>*:jbossws-jboss500x:jar:container</include>
</includes>
</dependencySet>
<dependencySet>
17 years, 9 months
JBossWS SVN: r7796 - in stack/metro/trunk: modules/management and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-08 09:33:08 -0400 (Tue, 08 Jul 2008)
New Revision: 7796
Modified:
stack/metro/trunk/modules/management/pom.xml
stack/metro/trunk/modules/server/pom.xml
stack/metro/trunk/modules/testsuite/pom.xml
stack/metro/trunk/pom.xml
stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
AS5-Beta4 -> AS5-CR1
Modified: stack/metro/trunk/modules/management/pom.xml
===================================================================
--- stack/metro/trunk/modules/management/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
+++ stack/metro/trunk/modules/management/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
@@ -42,12 +42,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
Modified: stack/metro/trunk/modules/server/pom.xml
===================================================================
--- stack/metro/trunk/modules/server/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
+++ stack/metro/trunk/modules/server/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
@@ -164,7 +164,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
@@ -350,7 +350,7 @@
<profile>
<id>jboss500</id>
<properties>
- <jboss.version>5.0.0.Beta4</jboss.version>
+ <jboss.version>5.0.0.CR1</jboss.version>
<jbossws.integration.target>jboss500</jbossws.integration.target>
</properties>
<dependencies>
@@ -371,7 +371,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
</dependency>
</dependencies>
<build>
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
+++ stack/metro/trunk/pom.xml 2008-07-08 13:33:08 UTC (rev 7796)
@@ -52,7 +52,7 @@
<jbossws.spi.version>1.0.4.GA</jbossws.spi.version>
<jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
<jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
+ <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
<jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
<jboss.common.version>1.2.1.GA</jboss.common.version>
<jaxb.api.version>2.1</jaxb.api.version>
@@ -119,18 +119,18 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-08 13:03:56 UTC (rev 7795)
+++ stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-08 13:33:08 UTC (rev 7796)
@@ -102,7 +102,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500Beta4:jar</include>
+ <include>*:jbossws-jboss500x:jar</include>
</includes>
</dependencySet>
<dependencySet>
@@ -122,7 +122,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500Beta4:jar:container</include>
+ <include>*:jbossws-jboss500x:jar:container</include>
</includes>
</dependencySet>
<dependencySet>
17 years, 9 months
JBossWS SVN: r7795 - in stack/native/trunk: modules/core and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-08 09:03:56 -0400 (Tue, 08 Jul 2008)
New Revision: 7795
Modified:
stack/native/trunk/modules/core/pom.xml
stack/native/trunk/modules/management/pom.xml
stack/native/trunk/modules/testsuite/pom.xml
stack/native/trunk/pom.xml
stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
Log:
AS5-Beta4 -> AS5-CR1
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2008-07-08 12:30:03 UTC (rev 7794)
+++ stack/native/trunk/modules/core/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
@@ -207,7 +207,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2008-07-08 12:30:03 UTC (rev 7794)
+++ stack/native/trunk/modules/management/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
@@ -47,12 +47,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<classifier>container</classifier>
<scope>runtime</scope>
</dependency>
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2008-07-08 12:30:03 UTC (rev 7794)
+++ stack/native/trunk/modules/testsuite/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
@@ -402,13 +402,13 @@
<profile>
<id>jboss500</id>
<properties>
- <jboss.version>5.0.0.Beta4</jboss.version>
+ <jboss.version>5.0.0.CR1</jboss.version>
<jbossws.integration.target>jboss500</jbossws.integration.target>
</properties>
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2008-07-08 12:30:03 UTC (rev 7794)
+++ stack/native/trunk/pom.xml 2008-07-08 13:03:56 UTC (rev 7795)
@@ -57,7 +57,7 @@
<jbossws.jboss421.version>3.0.2.GA</jbossws.jboss421.version>
<jbossws.jboss422.version>3.0.2.GA</jbossws.jboss422.version>
<jbossws.jboss423.version>3.0.2.GA</jbossws.jboss423.version>
- <jbossws.jboss500.version>3.0.2.GA</jbossws.jboss500.version>
+ <jbossws.jboss500.version>3.0.2-SNAPSHOT</jbossws.jboss500.version>
<jbossws.jboss501.version>3.0.2-SNAPSHOT</jbossws.jboss501.version>
<codehaus.jettison.version>1.0-RC2</codehaus.jettison.version>
<commons.logging.version>1.1.1</commons.logging.version>
@@ -147,18 +147,18 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>container</classifier>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss500Beta4</artifactId>
+ <artifactId>jbossws-jboss500x</artifactId>
<version>${jbossws.jboss500.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml
===================================================================
--- stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-08 12:30:03 UTC (rev 7794)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2008-07-08 13:03:56 UTC (rev 7795)
@@ -113,7 +113,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500Beta4:jar</include>
+ <include>*:jbossws-jboss500x:jar</include>
</includes>
</dependencySet>
<dependencySet>
@@ -133,7 +133,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>*:jbossws-jboss500Beta4:jar:container</include>
+ <include>*:jbossws-jboss500x:jar:container</include>
</includes>
</dependencySet>
<dependencySet>
17 years, 9 months
JBossWS SVN: r7794 - in stack/cxf/trunk: modules/testsuite and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-08 08:30:03 -0400 (Tue, 08 Jul 2008)
New Revision: 7794
Modified:
stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/cxf/trunk/profiles.xml.example
Log:
AS5-Beta4 -> AS5-CR1
Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-08 12:28:33 UTC (rev 7793)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-08 12:30:03 UTC (rev 7794)
@@ -1,5 +1,5 @@
#
-# $Id: test-excludes-jboss500.txt 3915 2007-07-17 16:16:05Z heiko.braun(a)jboss.com $
+# $Id: test-excludes-jboss500.txt 7776 2008-07-03 10:55:50Z alessio.soldano(a)jboss.com $
#
# Won't Fix: [CXF-1261] Handler does not see XOP message properly
@@ -8,6 +8,9 @@
# Exclude endpoints with AS42 @SecurityDomain
org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
+# TODO: Fix classpath to ClientLauncher
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+
# [CXF-1244] Application Exception not initialized properly
org/jboss/test/ws/jaxws/samples/exception/**
@@ -37,7 +40,6 @@
# [CXF-1515] Bad Enumeration value 'extension restriction'
org/jboss/test/ws/jaxws/jbws1505/**
-org/jboss/test/ws/jaxws/jbws1845/**
# [CXF-1516] Type inheritance with document/literal/wrapped
org/jboss/test/ws/jaxws/jbws1702/**
@@ -69,6 +71,7 @@
# [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
+org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.*
# [JBWS-1178] Multiple virtual host and soap:address problem
org/jboss/test/ws/jaxws/jbws1178/**
@@ -100,26 +103,11 @@
# [JBWS-2119] WebServiceRef injection from DD doesn't work
org/jboss/test/ws/jaxws/jbws1841/**
-# [JBWS-2120] @WebWservice does not work with class isolation
-org/jboss/test/ws/jaxws/jbws1556/**
-
# [JBWS-2165] Fix xop tests with maven build
org/jboss/test/ws/jaxws/samples/xop/**
-# [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/jbws1799/**
-org/jboss/test/ws/jaxws/jbws1872/**
-org/jboss/test/ws/jaxws/jbws1969/**
-org/jboss/test/ws/jaxws/samples/securityDomain/**
-org/jboss/test/ws/jaxws/samples/swaref/**
-org/jboss/test/ws/jaxws/samples/eardeployment/**
-org/jboss/test/ws/jaxws/samples/advanced/retail/**
-org/jboss/test/ws/jaxws/samples/webservice/WebServiceEJB3TestCase.*
+# [JBWS-2194] request requires HTTP authentication: Unauthorized
org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
-org/jboss/test/ws/projectGenerator/**
# [JBWS-2223] wsconsume for cxf build
org/jboss/test/ws/jaxws/complex/**
Modified: stack/cxf/trunk/profiles.xml.example
===================================================================
--- stack/cxf/trunk/profiles.xml.example 2008-07-08 12:28:33 UTC (rev 7793)
+++ stack/cxf/trunk/profiles.xml.example 2008-07-08 12:30:03 UTC (rev 7794)
@@ -14,8 +14,8 @@
<jboss421.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_1_GA/build/output/jboss-4.2.1.GA</jboss421.home>
<jboss422.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
<jboss423.home>/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.3.GA</jboss423.home>
- <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_Beta4/build/output/jboss-5.0.0.Beta4</jboss500.home>
- <jboss501.home>/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1</jboss501.home>
+ <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_CR1/build/output/jboss-5.0.0.CR1</jboss500.home>
+ <jboss501.home>/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR2</jboss501.home>
</properties>
</profile>
17 years, 9 months
JBossWS SVN: r7793 - in stack/metro/trunk: modules/testsuite and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-07-08 08:28:33 -0400 (Tue, 08 Jul 2008)
New Revision: 7793
Modified:
stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
stack/metro/trunk/profiles.xml.example
Log:
AS5-Beta4 -> AS5-CR1
Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-08 12:22:17 UTC (rev 7792)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt 2008-07-08 12:28:33 UTC (rev 7793)
@@ -1,5 +1,5 @@
#
-# $Id: test-excludes-jboss500.txt 3907 2007-07-17 12:55:40Z thomas.diesler(a)jboss.com $
+# $Id: test-excludes-jboss500.txt 7787 2008-07-04 15:08:05Z alessio.soldano(a)jboss.com $
#
# Exclude endpoints with AS42 @SecurityDomain
@@ -43,7 +43,7 @@
org/jboss/test/ws/jaxws/jbws860/**
org/jboss/test/ws/jaxws/webfault/**
-# [JBWS-2131] NoSuchElementException during wsdl generation at deploy
+# [JBWS-2131] NoSuchElementException during wsdl generation at deploy
org/jboss/test/ws/jaxws/jbws1702/**
# [JBWS-2132] IllegalArgumentException: protocol = http host = null
@@ -51,8 +51,8 @@
org/jboss/test/ws/jaxws/jbws1843/**
org/jboss/test/ws/jaxws/jbws2009/**
-# [JBWS-2137] @WebWservice does not work with class isolation
-org/jboss/test/ws/jaxws/jbws1556/**
+# [JBWS-2194] request requires HTTP authentication: Unauthorized
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
# [JBWS-2247] Write test for JBWS-1190 from scratch using MessageContext properties
org/jboss/test/ws/jaxws/jbws1190/**
Modified: stack/metro/trunk/profiles.xml.example
===================================================================
--- stack/metro/trunk/profiles.xml.example 2008-07-08 12:22:17 UTC (rev 7792)
+++ stack/metro/trunk/profiles.xml.example 2008-07-08 12:28:33 UTC (rev 7793)
@@ -14,8 +14,8 @@
<jboss421.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_1_GA/build/output/jboss-4.2.1.GA</jboss421.home>
<jboss422.home>/home/tdiesler/svn/jbossas/tags/JBoss_4_2_2_GA/build/output/jboss-4.2.2.GA</jboss422.home>
<jboss423.home>/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.3.GA</jboss423.home>
- <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_Beta4/build/output/jboss-5.0.0.Beta4</jboss500.home>
- <jboss501.home>/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR1</jboss501.home>
+ <jboss500.home>/home/tdiesler/svn/jbossas/tags/JBoss_5_0_0_CR1/build/output/jboss-5.0.0.CR1</jboss500.home>
+ <jboss501.home>/home/tdiesler/svn/jbossas/trunk/build/output/jboss-5.0.0.CR2</jboss501.home>
</properties>
</profile>
17 years, 9 months