JBossWS SVN: r8530 - stack/cxf/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 10:06:13 -0400 (Fri, 17 Oct 2008)
New Revision: 8530
Modified:
stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2359] Updating release notes
Modified: stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2008-10-17 14:04:34 UTC (rev 8529)
+++ stack/cxf/trunk/src/main/distro/ReleaseNotes.txt 2008-10-17 14:06:13 UTC (rev 8530)
@@ -46,6 +46,28 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+jbossws-cxf-3.0.4.GA
+------------------------
+
+Bug
+
+ * [JBWS-2246] - NPE deploying web services in service archive in CR1 release
+ * [JBWS-2290] - Missing property jbossws.integration.target during ant eclipse
+ * [JBWS-2322] - Commandline JBossWS Native Tests Are Not Cross Platform
+ * [JBWS-2336] - Fix JSE deployers ordering
+ * [JBWS-2363] - Binary distribution has ant.properties instead of ant.properties.example
+
+Task
+
+ * [JBWS-2286] - Provide source distributions
+ * [JBWS-2289] - Update source code headers
+ * [JBWS-2310] - Restore hudson job cleaning maven repository
+ * [JBWS-2320] - JBossWS ant and maven targets don't work on Windows OS
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2359
+
jbossws-cxf-3.0.3.GA
------------------------
17 years, 2 months
JBossWS SVN: r8529 - stack/cxf/branches/jbossws-cxf-3.0.4/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 10:04:34 -0400 (Fri, 17 Oct 2008)
New Revision: 8529
Modified:
stack/cxf/branches/jbossws-cxf-3.0.4/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2359] Updating release notes
Modified: stack/cxf/branches/jbossws-cxf-3.0.4/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.0.4/src/main/distro/ReleaseNotes.txt 2008-10-17 13:40:35 UTC (rev 8528)
+++ stack/cxf/branches/jbossws-cxf-3.0.4/src/main/distro/ReleaseNotes.txt 2008-10-17 14:04:34 UTC (rev 8529)
@@ -27,19 +27,22 @@
Bug
- TODO: enumerate
+ * [JBWS-2246] - NPE deploying web services in service archive in CR1 release
+ * [JBWS-2290] - Missing property jbossws.integration.target during ant eclipse
+ * [JBWS-2322] - Commandline JBossWS Native Tests Are Not Cross Platform
+ * [JBWS-2336] - Fix JSE deployers ordering
+ * [JBWS-2363] - Binary distribution has ant.properties instead of ant.properties.example
-Feature Request
-
- TODO: enumerate
-
Task
- TODO: enumerate
+ * [JBWS-2286] - Provide source distributions
+ * [JBWS-2289] - Update source code headers
+ * [JBWS-2310] - Restore hudson job cleaning maven repository
+ * [JBWS-2320] - JBossWS ant and maven targets don't work on Windows OS
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2359
Enjoy,
The JBossWS Team
17 years, 2 months
JBossWS SVN: r8527 - container/jboss50.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 09:38:10 -0400 (Fri, 17 Oct 2008)
New Revision: 8527
Added:
container/jboss50/trunk/
Log:
Restoring jboss50 container integration trunk (from jbossws-jboss500x-3.0.4.GA tag)
Copied: container/jboss50/trunk (from rev 8526, container/jboss50/tags/jbossws-jboss500x-3.0.4.GA)
17 years, 2 months
JBossWS SVN: r8526 - stack/metro/trunk.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 09:27:39 -0400 (Fri, 17 Oct 2008)
New Revision: 8526
Modified:
stack/metro/trunk/pom.xml
Log:
Using jbossws-common 1.0.8 SNAPSHOT
Modified: stack/metro/trunk/pom.xml
===================================================================
--- stack/metro/trunk/pom.xml 2008-10-17 13:27:16 UTC (rev 8525)
+++ stack/metro/trunk/pom.xml 2008-10-17 13:27:39 UTC (rev 8526)
@@ -45,7 +45,7 @@
<!-- Properties -->
<properties>
- <jbossws.common.version>1.0.7.GA</jbossws.common.version>
+ <jbossws.common.version>1.0.8-SNAPSHOT</jbossws.common.version>
<jbossws.framework.version>3.0.4.GA</jbossws.framework.version>
<jbossws.spi.version>1.0.6.GA</jbossws.spi.version>
<jbossws.jboss422.version>3.0.4.GA</jbossws.jboss422.version>
17 years, 2 months
JBossWS SVN: r8525 - stack/metro/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 09:27:16 -0400 (Fri, 17 Oct 2008)
New Revision: 8525
Modified:
stack/metro/trunk/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2357] Updating release notes
Modified: stack/metro/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2008-10-17 13:24:30 UTC (rev 8524)
+++ stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2008-10-17 13:27:16 UTC (rev 8525)
@@ -46,6 +46,34 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+jbossws-metro-3.0.4.GA
+-----------------------
+
+Feature Request
+
+ * [JBWS-2129] - Implement wrapper classes generation in Metro stack runtime
+
+Bug
+
+ * [JBWS-1772] - WSConsume output is not correctly redirected
+ * [JBWS-2246] - NPE deploying web services in service archive in CR1 release
+ * [JBWS-2271] - TomcatDeployer / MainDeployer: Could not start deployment
+ * [JBWS-2290] - Missing property jbossws.integration.target during ant eclipse
+ * [JBWS-2322] - Commandline JBossWS Native Tests Are Not Cross Platform
+ * [JBWS-2336] - Fix JSE deployers ordering
+ * [JBWS-2363] - Binary distribution has ant.properties instead of ant.properties.example
+
+Task
+
+ * [JBWS-2286] - Provide source distributions
+ * [JBWS-2289] - Update source code headers
+ * [JBWS-2310] - Restore hudson job cleaning maven repository
+ * [JBWS-2320] - JBossWS ant and maven targets don't work on Windows OS
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2357
+
jbossws-metro-3.0.3.GA
----------------------------
17 years, 2 months
JBossWS SVN: r8524 - stack/metro/branches/jbossws-metro-3.0.4/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 09:24:30 -0400 (Fri, 17 Oct 2008)
New Revision: 8524
Modified:
stack/metro/branches/jbossws-metro-3.0.4/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2357] Updating release notes
Modified: stack/metro/branches/jbossws-metro-3.0.4/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.4/src/main/distro/ReleaseNotes.txt 2008-10-17 12:50:41 UTC (rev 8523)
+++ stack/metro/branches/jbossws-metro-3.0.4/src/main/distro/ReleaseNotes.txt 2008-10-17 13:24:30 UTC (rev 8524)
@@ -25,21 +25,30 @@
What's new in jbossws-metro-${project.version}
----------------------------------
-Bug
+Feature Request
- TODO: enumerate
+ * [JBWS-2129] - Implement wrapper classes generation in Metro stack runtime
-Feature Request
+Bug
- TODO: enumerate
+ * [JBWS-1772] - WSConsume output is not correctly redirected
+ * [JBWS-2246] - NPE deploying web services in service archive in CR1 release
+ * [JBWS-2271] - TomcatDeployer / MainDeployer: Could not start deployment
+ * [JBWS-2290] - Missing property jbossws.integration.target during ant eclipse
+ * [JBWS-2322] - Commandline JBossWS Native Tests Are Not Cross Platform
+ * [JBWS-2336] - Fix JSE deployers ordering
+ * [JBWS-2363] - Binary distribution has ant.properties instead of ant.properties.example
Task
- TODO: enumerate
+ * [JBWS-2286] - Provide source distributions
+ * [JBWS-2289] - Update source code headers
+ * [JBWS-2310] - Restore hudson job cleaning maven repository
+ * [JBWS-2320] - JBossWS ant and maven targets don't work on Windows OS
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2357
Enjoy,
The JBossWS Team
17 years, 2 months
JBossWS SVN: r8523 - stack/native/trunk/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 08:50:41 -0400 (Fri, 17 Oct 2008)
New Revision: 8523
Modified:
stack/native/trunk/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2352] Updating release notes
Modified: stack/native/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/trunk/src/main/distro/ReleaseNotes.txt 2008-10-17 12:46:37 UTC (rev 8522)
+++ stack/native/trunk/src/main/distro/ReleaseNotes.txt 2008-10-17 12:50:41 UTC (rev 8523)
@@ -46,6 +46,40 @@
Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+What's new in jbossws-native-3.0.4.GA
+-------------------------------------
+
+Bug
+
+ * [JBWS-1188] - Relax requirement for wsu:id for UsernameToken
+ * [JBWS-2011] - Signature is invalid error when the message contains \r
+ * [JBWS-2245] - test cannot find temp directory
+ * [JBWS-2246] - NPE deploying web services in service archive in CR1 release
+ * [JBWS-2264] - NPE when web services are shut down
+ * [JBWS-2267] - Some Tests are Failing on Machines Without Internet Access
+ * [JBWS-2278] - JBossWS is picking the wrong binding when both Soap1.1 and Soap1.2 bindings are provided for a port
+ * [JBWS-2285] - ClassCastException: org.jboss.ws.core.soap.TextImpl in LogicalMessageImpl.getPayload
+ * [JBWS-2290] - Missing property jbossws.integration.target during ant eclipse
+ * [JBWS-2309] - PasswordType element uses wss-wssecurity-secext NS instead of wss-username-token-profile
+ * [JBWS-2322] - Commandline JBossWS Native Tests Are Not Cross Platform
+ * [JBWS-2326] - wsrunclient shell script is unfunctional due to incorrect classpath
+ * [JBWS-2319] - ClassCastException in SOAPBody.extractContentAsDocument();
+ * [JBWS-2325] - Each request results to an open file descriptor
+ * [JBWS-2336] - Fix JSE deployers ordering
+ * [JBWS-2363] - Binary distribution has ant.properties instead of ant.properties.example
+
+Task
+
+ * [JBWS-1397] - Fix <wsdl-publish-location> for jboss-5.0.x
+ * [JBWS-2286] - Provide source distributions
+ * [JBWS-2289] - Update source code headers
+ * [JBWS-2310] - Restore hudson job cleaning maven repository
+ * [JBWS-2320] - JBossWS ant and maven targets don't work on Windows OS
+
+Errata
+
+ See: https://jira.jboss.org/jira/browse/JBWS-2352
+
What's new in jbossws-native-3.0.3.GA
----------------------------------------
17 years, 2 months
JBossWS SVN: r8522 - stack/native/branches/jbossws-native-3.0.4/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: alessio.soldano(a)jboss.com
Date: 2008-10-17 08:46:37 -0400 (Fri, 17 Oct 2008)
New Revision: 8522
Modified:
stack/native/branches/jbossws-native-3.0.4/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2352] Updating release notes
Modified: stack/native/branches/jbossws-native-3.0.4/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/branches/jbossws-native-3.0.4/src/main/distro/ReleaseNotes.txt 2008-10-17 10:07:10 UTC (rev 8521)
+++ stack/native/branches/jbossws-native-3.0.4/src/main/distro/ReleaseNotes.txt 2008-10-17 12:46:37 UTC (rev 8522)
@@ -25,21 +25,36 @@
What's new in jbossws-native-${project.version}
----------------------------------
-Feature Request
-
- TODO: enumerate
-
Bug
- TODO: enumerate
+ * [JBWS-1188] - Relax requirement for wsu:id for UsernameToken
+ * [JBWS-2011] - Signature is invalid error when the message contains \r
+ * [JBWS-2245] - test cannot find temp directory
+ * [JBWS-2246] - NPE deploying web services in service archive in CR1 release
+ * [JBWS-2264] - NPE when web services are shut down
+ * [JBWS-2267] - Some Tests are Failing on Machines Without Internet Access
+ * [JBWS-2278] - JBossWS is picking the wrong binding when both Soap1.1 and Soap1.2 bindings are provided for a port
+ * [JBWS-2285] - ClassCastException: org.jboss.ws.core.soap.TextImpl in LogicalMessageImpl.getPayload
+ * [JBWS-2290] - Missing property jbossws.integration.target during ant eclipse
+ * [JBWS-2309] - PasswordType element uses wss-wssecurity-secext NS instead of wss-username-token-profile
+ * [JBWS-2322] - Commandline JBossWS Native Tests Are Not Cross Platform
+ * [JBWS-2326] - wsrunclient shell script is unfunctional due to incorrect classpath
+ * [JBWS-2319] - ClassCastException in SOAPBody.extractContentAsDocument();
+ * [JBWS-2325] - Each request results to an open file descriptor
+ * [JBWS-2336] - Fix JSE deployers ordering
+ * [JBWS-2363] - Binary distribution has ant.properties instead of ant.properties.example
Task
- TODO: enumerate
+ * [JBWS-1397] - Fix <wsdl-publish-location> for jboss-5.0.x
+ * [JBWS-2286] - Provide source distributions
+ * [JBWS-2289] - Update source code headers
+ * [JBWS-2310] - Restore hudson job cleaning maven repository
+ * [JBWS-2320] - JBossWS ant and maven targets don't work on Windows OS
Errata
- See: TODO: reference to associated JIRA issue
+ See: https://jira.jboss.org/jira/browse/JBWS-2352
Enjoy,
The JBossWS Team
17 years, 2 months