JBossWS SVN: r9446 - in stack/native/trunk: modules/core and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 13:00:26 -0500 (Fri, 27 Feb 2009)
New Revision: 9446
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:
Preparing for next dev cycle
Modified: stack/native/trunk/modules/core/pom.xml
===================================================================
--- stack/native/trunk/modules/core/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
+++ stack/native/trunk/modules/core/pom.xml 2009-02-27 18:00:26 UTC (rev 9446)
@@ -217,7 +217,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/native/trunk/modules/management/pom.xml
===================================================================
--- stack/native/trunk/modules/management/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
+++ stack/native/trunk/modules/management/pom.xml 2009-02-27 18:00:26 UTC (rev 9446)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<scope>runtime</scope>
</dependency>
<!-- [JBWS-2505] -->
Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
+++ stack/native/trunk/modules/testsuite/pom.xml 2009-02-27 18:00:26 UTC (rev 9446)
@@ -444,7 +444,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<exclusions>
<exclusion> <!-- Exclude old jaxws impl transitive dependency brought in by jboss-metadata -->
<groupId>jboss.jbossws</groupId>
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
+++ stack/native/trunk/pom.xml 2009-02-27 18:00:26 UTC (rev 9446)
@@ -48,13 +48,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9-SNAPSHOT</jbossws.common.version>
+ <jbossws.common.version>1.0.9.GA</jbossws.common.version>
<jbossws.framework.version>3.1.1-SNAPSHOT</jbossws.framework.version>
<jbossws.spi.version>1.1.1-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss423.version>3.1.0-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.1.0-SNAPSHOT</jbossws.jboss424.version>
- <jbossws.jboss500.version>3.1.0-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.1.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
+ <jbossws.jboss500.version>3.1.0.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.1.0.GA</jbossws.jboss501.version>
<!-- [JBWS-2505] -->
<!-- START -->
<!--
@@ -148,12 +148,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.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 2009-02-27 17:50:54 UTC (rev 9445)
+++ stack/native/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 18:00:26 UTC (rev 9446)
@@ -106,7 +106,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>org.jboss.ws:jbossws-jboss501x:jar</include>
+ <include>org.jboss.ws:jbossws-jboss501:jar</include>
</includes>
</dependencySet>
<!-- [JBWS-2505] -->
15 years, 10 months
JBossWS SVN: r9445 - in stack/cxf/trunk: modules/management and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 12:50:54 -0500 (Fri, 27 Feb 2009)
New Revision: 9445
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:
Preparing for next dev cycle
Modified: stack/cxf/trunk/modules/management/pom.xml
===================================================================
--- stack/cxf/trunk/modules/management/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
+++ stack/cxf/trunk/modules/management/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<scope>runtime</scope>
</dependency>
<!-- [JBWS-2505] -->
Modified: stack/cxf/trunk/modules/server/pom.xml
===================================================================
--- stack/cxf/trunk/modules/server/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
+++ stack/cxf/trunk/modules/server/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
@@ -228,7 +228,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
+++ stack/cxf/trunk/modules/testsuite/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
@@ -424,7 +424,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.jbossas</groupId>
Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
+++ stack/cxf/trunk/pom.xml 2009-02-27 17:50:54 UTC (rev 9445)
@@ -44,13 +44,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9-SNAPSHOT</jbossws.common.version>
+ <jbossws.common.version>1.0.9.GA</jbossws.common.version>
<jbossws.framework.version>3.1.1-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.1.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss423.version>3.1.0-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.1.0-SNAPSHOT</jbossws.jboss424.version>
- <jbossws.jboss500.version>3.1.0-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.1.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.spi.version>1.1.1-SNAPSHOT</jbossws.spi.version>
+ <jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
+ <jbossws.jboss500.version>3.1.0.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.1.0.GA</jbossws.jboss501.version>
<!-- JBWS-2505 -->
<!-- START -->
<!--
@@ -143,12 +143,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.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 2009-02-27 17:45:40 UTC (rev 9444)
+++ stack/cxf/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 17:50:54 UTC (rev 9445)
@@ -115,7 +115,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>org.jboss.ws:jbossws-jboss501x:jar</include>
+ <include>org.jboss.ws:jbossws-jboss501:jar</include>
</includes>
</dependencySet>
<!-- [JBWS-2505] -->
15 years, 10 months
JBossWS SVN: r9444 - in stack/metro/trunk: modules/management and 3 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 12:45:40 -0500 (Fri, 27 Feb 2009)
New Revision: 9444
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:
Preparing for next dev cycle
Modified: stack/metro/trunk/modules/management/pom.xml
===================================================================
--- stack/metro/trunk/modules/management/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
+++ stack/metro/trunk/modules/management/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
@@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<scope>runtime</scope>
</dependency>
<!-- [JBWS-2505] -->
Modified: stack/metro/trunk/modules/server/pom.xml
===================================================================
--- stack/metro/trunk/modules/server/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
+++ stack/metro/trunk/modules/server/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
@@ -177,7 +177,7 @@
</artifactItem>
<artifactItem>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
<classifier>resources</classifier>
<type>zip</type>
Modified: stack/metro/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/metro/trunk/modules/testsuite/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
+++ stack/metro/trunk/modules/testsuite/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
@@ -450,7 +450,7 @@
<dependencies>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
+++ stack/metro/trunk/pom.xml 2009-02-27 17:45:40 UTC (rev 9444)
@@ -45,13 +45,13 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.9-SNAPSHOT</jbossws.common.version>
+ <jbossws.common.version>1.0.9.GA</jbossws.common.version>
<jbossws.framework.version>3.1.1-SNAPSHOT</jbossws.framework.version>
- <jbossws.spi.version>1.1.0-SNAPSHOT</jbossws.spi.version>
- <jbossws.jboss423.version>3.1.0-SNAPSHOT</jbossws.jboss423.version>
- <jbossws.jboss424.version>3.1.0-SNAPSHOT</jbossws.jboss424.version>
- <jbossws.jboss500.version>3.1.0-SNAPSHOT</jbossws.jboss500.version>
- <jbossws.jboss501.version>3.1.0-SNAPSHOT</jbossws.jboss501.version>
+ <jbossws.spi.version>1.1.1-SNAPSHOT</jbossws.spi.version>
+ <jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
+ <jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
+ <jbossws.jboss500.version>3.1.0.GA</jbossws.jboss500.version>
+ <jbossws.jboss501.version>3.1.0.GA</jbossws.jboss501.version>
<!-- JBWS-2505 -->
<!-- START -->
<!--
@@ -142,12 +142,12 @@
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.ws</groupId>
- <artifactId>jbossws-jboss501x</artifactId>
+ <artifactId>jbossws-jboss501</artifactId>
<version>${jbossws.jboss501.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 2009-02-27 17:34:39 UTC (rev 9443)
+++ stack/metro/trunk/src/main/scripts/assembly-deploy-artifacts.xml 2009-02-27 17:45:40 UTC (rev 9444)
@@ -103,7 +103,7 @@
<scope>runtime</scope>
<unpack>false</unpack>
<includes>
- <include>org.jboss.ws:jbossws-jboss501x:jar</include>
+ <include>org.jboss.ws:jbossws-jboss501:jar</include>
</includes>
</dependencySet>
<!-- JBWS-2505 -->
15 years, 10 months
JBossWS SVN: r9443 - in stack/metro/branches/jbossws-metro-3.1.0: modules/client and 7 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 12:34:39 -0500 (Fri, 27 Feb 2009)
New Revision: 9443
Modified:
stack/metro/branches/jbossws-metro-3.1.0/modules/client/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/resources/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/framework-tests/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/metro-tests/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss501.txt
stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss510.txt
stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss600.txt
stack/metro/branches/jbossws-metro-3.1.0/modules/wsit/pom.xml
stack/metro/branches/jbossws-metro-3.1.0/pom.xml
Log:
[JBWS-2541] Updating pom files to move to GA
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/client/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/client/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/client/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/management/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/resources/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/resources/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/resources/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/server/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/framework-tests/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/framework-tests/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/metro-tests/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/metro-tests/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/metro-tests/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro-testsuite</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
</parent>
<!-- Dependencies -->
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss501.txt 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss501.txt 2009-02-27 17:34:39 UTC (rev 9443)
@@ -45,8 +45,5 @@
# [JBWS-2462] Address rewrite test fails in Metro integration
org/jboss/test/ws/jaxws/jbws2150/**
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
# [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
org/jboss/test/ws/jaxws/jbws2419/**
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss510.txt 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss510.txt 2009-02-27 17:34:39 UTC (rev 9443)
@@ -45,8 +45,5 @@
# [JBWS-2462] Address rewrite test fails in Metro integration
org/jboss/test/ws/jaxws/jbws2150/**
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
# [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
org/jboss/test/ws/jaxws/jbws2419/**
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss600.txt 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/testsuite/test-excludes-jboss600.txt 2009-02-27 17:34:39 UTC (rev 9443)
@@ -45,8 +45,5 @@
# [JBWS-2462] Address rewrite test fails in Metro integration
org/jboss/test/ws/jaxws/jbws2150/**
-# [JBWS-2530] Review our testing approach and implement better one
-org/jboss/test/ws/jaxws/samples/webserviceref/WebServiceRefClientTestCase.*
-
# [JBWS-2532] Fix MTOM/XOP Content Type Testcase failure
org/jboss/test/ws/jaxws/jbws2419/**
Modified: stack/metro/branches/jbossws-metro-3.1.0/modules/wsit/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/modules/wsit/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/modules/wsit/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.metro</groupId>
<artifactId>jbossws-metro</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/metro/branches/jbossws-metro-3.1.0/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
+++ stack/metro/branches/jbossws-metro-3.1.0/pom.xml 2009-02-27 17:34:39 UTC (rev 9443)
@@ -18,7 +18,7 @@
<artifactId>jbossws-metro</artifactId>
<packaging>pom</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<!-- Parent -->
<parent>
@@ -29,9 +29,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/branches/jboss...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/branches/jbossws-...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/branches/jbossws-met...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-m...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/metro/tags/jbossws-metr...</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/metro/tags/jbossws-metro-3...</url>
</scm>
<!-- Modules -->
@@ -46,7 +46,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.0.9.GA</jbossws.common.version>
- <jbossws.framework.version>3.1.0-SNAPSHOT</jbossws.framework.version>
+ <jbossws.framework.version>3.1.0.GA</jbossws.framework.version>
<jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
<jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
<jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
15 years, 10 months
JBossWS SVN: r9442 - in stack/cxf/branches/jbossws-cxf-3.1.0: modules/client and 6 other directories.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 11:42:20 -0500 (Fri, 27 Feb 2009)
New Revision: 9442
Modified:
stack/cxf/branches/jbossws-cxf-3.1.0/modules/client/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/resources/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/cxf-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/framework-tests/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml
stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
Log:
[JBWS-2540] Updating pom files to move to GA
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/client/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/client/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/client/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/management/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/resources/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/resources/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/resources/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/server/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/cxf-tests/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/cxf-tests/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/framework-tests/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/framework-tests/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/framework-tests/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf-testsuite</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/modules/testsuite/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.ws.cxf</groupId>
<artifactId>jbossws-cxf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-27 16:03:38 UTC (rev 9441)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/pom.xml 2009-02-27 16:42:20 UTC (rev 9442)
@@ -18,7 +18,7 @@
<artifactId>jbossws-cxf</artifactId>
<packaging>pom</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0.GA</version>
<!-- Parent -->
<parent>
@@ -29,9 +29,9 @@
<!-- Source Control Management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/branches/jbossws-cx...</developerConnection>
- <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/branches/jbossws-cxf-3...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-3....</developerConnection>
+ <url>http://fisheye.jboss.com/viewrep/JBossWS/stack/cxf/tags/jbossws-cxf-3.1.0.GA</url>
</scm>
<!-- Modules -->
@@ -45,7 +45,7 @@
<!-- Properties -->
<properties>
<jbossws.common.version>1.0.9.GA</jbossws.common.version>
- <jbossws.framework.version>3.1.0-SNAPSHOT</jbossws.framework.version>
+ <jbossws.framework.version>3.1.0.GA</jbossws.framework.version>
<jbossws.spi.version>1.1.0.GA</jbossws.spi.version>
<jbossws.jboss423.version>3.1.0.GA</jbossws.jboss423.version>
<jbossws.jboss424.version>3.1.0.GA</jbossws.jboss424.version>
15 years, 10 months
JBossWS SVN: r9441 - stack/cxf/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 11:03:38 -0500 (Fri, 27 Feb 2009)
New Revision: 9441
Modified:
stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes on trunk
Modified: stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2009-02-27 16:03:20 UTC (rev 9440)
+++ stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2009-02-27 16:03:38 UTC (rev 9441)
@@ -49,6 +49,51 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+What's new in jbossws-cxf-3.1.0.GA
+----------------------------------
+
+Bug
+
+ * [JBWS-1683] - Fix JAXR samples for CXF
+ * [JBWS-2114] - IllegalArgumentException: Wrong target. class
+ * [JBWS-2115] - EJB client vehicle not sufficiently isolated
+ * [JBWS-2118] - context-root in jboss.xml is ignored
+ * [JBWS-2119] - WebServiceRef injection from DD doesn't work
+ * [JBWS-2377] - jbossws-deploy.conf in 'all' configuration links libraries in 'default' conf
+ * [JBWS-2416] - Search is not working on the mediawiki
+ * [JBWS-2478] - AbstractInvoker throws UnsupportedOperationException when running wsse encryption test
+ * [JBWS-2497] - Handler was not called
+ * [JBWS-2499] - SOAP Fault tests failing
+ * [JBWS-2502] - Preconfigured handler was not retured by original HandlerResolver
+ * [JBWS-2512] - Improper destination is used when there are multiple destinations in descriptor
+ * [JBWS-2513] - Implement proper handling of application exceptions
+ * [JBWS-2517] - HandlerChain is not set on client side when specified via WebServiceRefs
+ * [JBWS-2519] - Stub properties not propagated through service-ref
+ * [JBWS-2525] - Wrong addressing policy in WS-RM CXF tests
+ * [JBWS-2527] - BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
+
+
+Feature Request
+
+ * [JBWS-1774] - Provide tools implementation for CXF (WSContractProvider and WSContractConsumer)
+ * [JBWS-2417] - Update to more recent CXF components
+ * [JBWS-2491] - Enable JAXWS 2.1 WebServiceContext methods
+
+Task
+
+ * [JBWS-2090] - Setup mailing lists for metro,cxf user forums
+ * [JBWS-2431] - Update native deployment macros to don't publish jaxb-api.jar and stax-api.jar to JBOSS_HOME/lib directory
+ * [JBWS-2444] - Update hudson, deploy scripts, etc. for new AS repository layout
+ * [JBWS-2483] - Add smoke tools tests to the binary distro
+ * [JBWS-2505] - Remove container integration layer for AS 5.1.0 and AS 6.0.0
+ * [JBWS-2515] - Upload cxf artifacts to jboss m2 repository
+ * [JBWS-2516] - Test cxf stack with JDK 1.6
+ * [JBWS-2531] - Check testsuite & hudson integration
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2543
+
jbossws-cxf-3.0.5.GA
------------------------
15 years, 10 months
JBossWS SVN: r9440 - stack/cxf/branches/jbossws-cxf-3.1.0/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 11:03:20 -0500 (Fri, 27 Feb 2009)
New Revision: 9440
Modified:
stack/cxf/branches/jbossws-cxf-3.1.0/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2540] Updating release notes
Modified: stack/cxf/branches/jbossws-cxf-3.1.0/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.0/src/main/distro/ReleaseNotes.txt 2009-02-27 15:43:22 UTC (rev 9439)
+++ stack/cxf/branches/jbossws-cxf-3.1.0/src/main/distro/ReleaseNotes.txt 2009-02-27 16:03:20 UTC (rev 9440)
@@ -27,19 +27,45 @@
Bug
- TODO: enumerate
+ * [JBWS-1683] - Fix JAXR samples for CXF
+ * [JBWS-2114] - IllegalArgumentException: Wrong target. class
+ * [JBWS-2115] - EJB client vehicle not sufficiently isolated
+ * [JBWS-2118] - context-root in jboss.xml is ignored
+ * [JBWS-2119] - WebServiceRef injection from DD doesn't work
+ * [JBWS-2377] - jbossws-deploy.conf in 'all' configuration links libraries in 'default' conf
+ * [JBWS-2416] - Search is not working on the mediawiki
+ * [JBWS-2478] - AbstractInvoker throws UnsupportedOperationException when running wsse encryption test
+ * [JBWS-2497] - Handler was not called
+ * [JBWS-2499] - SOAP Fault tests failing
+ * [JBWS-2502] - Preconfigured handler was not retured by original HandlerResolver
+ * [JBWS-2512] - Improper destination is used when there are multiple destinations in descriptor
+ * [JBWS-2513] - Implement proper handling of application exceptions
+ * [JBWS-2517] - HandlerChain is not set on client side when specified via WebServiceRefs
+ * [JBWS-2519] - Stub properties not propagated through service-ref
+ * [JBWS-2525] - Wrong addressing policy in WS-RM CXF tests
+ * [JBWS-2527] - BeanFactory not initialized or already closed - call 'refresh' before accessing beans via the ApplicationContext
+
Feature Request
- TODO: enumerate
+ * [JBWS-1774] - Provide tools implementation for CXF (WSContractProvider and WSContractConsumer)
+ * [JBWS-2417] - Update to more recent CXF components
+ * [JBWS-2491] - Enable JAXWS 2.1 WebServiceContext methods
Task
- TODO: enumerate
+ * [JBWS-2090] - Setup mailing lists for metro,cxf user forums
+ * [JBWS-2431] - Update native deployment macros to don't publish jaxb-api.jar and stax-api.jar to JBOSS_HOME/lib directory
+ * [JBWS-2444] - Update hudson, deploy scripts, etc. for new AS repository layout
+ * [JBWS-2483] - Add smoke tools tests to the binary distro
+ * [JBWS-2505] - Remove container integration layer for AS 5.1.0 and AS 6.0.0
+ * [JBWS-2515] - Upload cxf artifacts to jboss m2 repository
+ * [JBWS-2516] - Test cxf stack with JDK 1.6
+ * [JBWS-2531] - Check testsuite & hudson integration
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2543
This version of ${project.name} is based on CXF ${cxf.version}
15 years, 10 months
JBossWS SVN: r9439 - stack/metro/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 10:43:22 -0500 (Fri, 27 Feb 2009)
New Revision: 9439
Modified:
stack/metro/trunk/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes on trunk
Modified: stack/metro/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2009-02-27 15:42:46 UTC (rev 9438)
+++ stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2009-02-27 15:43:22 UTC (rev 9439)
@@ -52,6 +52,34 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+jbossws-metro-3.1.0-GA
+----------------------
+
+Bug
+
+ * [JBWS-2377] - jbossws-deploy.conf in 'all' configuration links libraries in 'default' conf
+ * [JBWS-2384] - NameAlreadyBoundException when more than one virtual host are specified in @WebContext(virtualHosts) annotation variable
+ * [JBWS-2416] - Search is not working on the mediawiki
+
+Task
+
+ * [JBWS-2090] - Setup mailing lists for metro,cxf user forums
+ * [JBWS-2385] - Prevent exception when registering jaxb-xjc on startup
+ * [JBWS-2431] - Update native deployment macros to don't publish jaxb-api.jar and stax-api.jar to JBOSS_HOME/lib directory
+ * [JBWS-2444] - Update hudson, deploy scripts, etc. for new AS repository layout
+ * [JBWS-2450] - Enable target 2.1 option when using WSImport
+ * [JBWS-2483] - Add smoke tools tests to the binary distro
+ * [JBWS-2505] - Remove container integration layer for AS 5.1.0 and AS 6.0.0
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2544
+
+This version of JBoss Web Services - Stack Metro is based on the following Metro components:
+* WSIT 1.3.1
+* JAX-WS RI 2.1.4
+* JAXB RI 2.1.9
+
jbossws-metro-3.0.5.GA
-----------------------
15 years, 10 months
JBossWS SVN: r9438 - stack/metro/branches/jbossws-metro-3.1.0/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 10:42:46 -0500 (Fri, 27 Feb 2009)
New Revision: 9438
Modified:
stack/metro/branches/jbossws-metro-3.1.0/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2541] Updating release notes
Modified: stack/metro/branches/jbossws-metro-3.1.0/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.1.0/src/main/distro/ReleaseNotes.txt 2009-02-27 15:29:00 UTC (rev 9437)
+++ stack/metro/branches/jbossws-metro-3.1.0/src/main/distro/ReleaseNotes.txt 2009-02-27 15:42:46 UTC (rev 9438)
@@ -27,19 +27,23 @@
Bug
- TODO: enumerate
+ * [JBWS-2377] - jbossws-deploy.conf in 'all' configuration links libraries in 'default' conf
+ * [JBWS-2384] - NameAlreadyBoundException when more than one virtual host are specified in @WebContext(virtualHosts) annotation variable
+ * [JBWS-2416] - Search is not working on the mediawiki
-Feature Request
-
- TODO: enumerate
-
Task
- TODO: enumerate
+ * [JBWS-2090] - Setup mailing lists for metro,cxf user forums
+ * [JBWS-2385] - Prevent exception when registering jaxb-xjc on startup
+ * [JBWS-2431] - Update native deployment macros to don't publish jaxb-api.jar and stax-api.jar to JBOSS_HOME/lib directory
+ * [JBWS-2444] - Update hudson, deploy scripts, etc. for new AS repository layout
+ * [JBWS-2450] - Enable target 2.1 option when using WSImport
+ * [JBWS-2483] - Add smoke tools tests to the binary distro
+ * [JBWS-2505] - Remove container integration layer for AS 5.1.0 and AS 6.0.0
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2544
This version of ${project.name} is based on the following Metro components:
15 years, 10 months
JBossWS SVN: r9437 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2009-02-27 10:29:00 -0500 (Fri, 27 Feb 2009)
New Revision: 9437
Modified:
stack/native/trunk/src/main/distro/ReleaseNotes.txt
Log:
Updating release notes on trunk
Modified: stack/native/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/trunk/src/main/distro/ReleaseNotes.txt 2009-02-27 15:28:38 UTC (rev 9436)
+++ stack/native/trunk/src/main/distro/ReleaseNotes.txt 2009-02-27 15:29:00 UTC (rev 9437)
@@ -46,6 +46,58 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+What's new in jbossws-native-3.1.0.GA
+-------------------------------------
+
+Feature Request
+
+ * [JBWS-2441] - Complete JAX-WS 2.1 implementation
+ * [JBWS-2446] - Complete support for WebServiceFeature
+ * [JBWS-2451] - Support JAXB annotations on SEI when producing wsdls
+ * [JBWS-2452] - Implement EndpointReference related methods
+ * [JBWS-2454] - Add javax.xml.ws.reference.parameters values in message context
+ * [JBWS-2477] - Support generics in wrapper classes
+ * [JBWS-2491] - Enable JAXWS 2.1 WebServiceContext methods
+
+Bug
+
+ * [JBWS-2195] - MTOM services seem to return two extra bytes at the end
+ * [JBWS-2288] - Exception handling issue in org.jboss.ws.core.CommonClient.
+ * [JBWS-2368] - JAX-WS Deployments Fail For AOP Instrumented Endpoints
+ * [JBWS-2377] - jbossws-deploy.conf in 'all' configuration links libraries in 'default' conf
+ * [JBWS-2412] - WSDL schema imports do not published successfully
+ * [JBWS-2416] - Search is not working on the mediawiki
+ * [JBWS-2419] - MTOM/XOP message use always "text/xml" for start-info regardless of content type associated with the content (SOAP message)
+ * [JBWS-2432] - NullPointerException processing headers without actor
+ * [JBWS-2437] - WSDL access url with resource suffix allows any arbitrary xml file to be viewed
+ * [JBWS-2443] - services page does not correctly update host address of endpoints
+ * [JBWS-2482] - Fix WSConsumerPlugin.testTarget() classloading issues
+ * [JBWS-2509] - dar.JMSClientTestCase contains AS4 specific code
+
+Patch
+
+ * [JBWS-2404] - Efficient string handling
+
+Task
+
+ * [JBWS-1312] - Fix JMS transport in trunk
+ * [JBWS-1999] - WS-Security Usename Token Profile JAAS Implementation for JSE based WebServices
+ * [JBWS-2150] - Migrate AddressRewritingTestCase to jaxws
+ * [JBWS-2196] - FastInfoset interoperability
+ * [JBWS-2431] - Update native deployment macros to don't publish jaxb-api.jar and stax-api.jar to JBOSS_HOME/lib directory
+ * [JBWS-2444] - Update hudson, deploy scripts, etc. for new AS repository layout
+ * [JBWS-2445] - Move jaxws 2.1 partial impl from jaxws-ext to jaxws module
+ * [JBWS-2450] - Enable target 2.1 option when using WSImport
+ * [JBWS-2455] - Conformance Requirements JAX-WS 2.1
+ * [JBWS-2483] - Add smoke tools tests to the binary distro
+ * [JBWS-2504] - Use ControllerContext instead of KernelRegistryEntry which will be deprecated
+ * [JBWS-2505] - Remove container integration layer for AS 5.1.0 and AS 6.0.0
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2545
+
+
What's new in jbossws-native-3.0.5.GA
-------------------------------------
15 years, 10 months