JBossWS SVN: r6175 - in stack/metro/trunk: src/main/distro and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: thomas.diesler(a)jboss.com
Date: 2008-03-31 03:39:41 -0400 (Mon, 31 Mar 2008)
New Revision: 6175
Modified:
stack/metro/trunk/build.xml
stack/metro/trunk/src/main/distro/Install.txt
stack/metro/trunk/src/main/distro/ReleaseNotes.txt
Log:
update install+release notes
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2008-03-28 22:30:53 UTC (rev 6174)
+++ stack/metro/trunk/build.xml 2008-03-31 07:39:41 UTC (rev 6175)
@@ -53,7 +53,6 @@
<!-- ================================================================== -->
<target name="init" depends="prepare,thirdparty">
- <mkdir dir="${metro.output.apidocs.dir}"/>
</target>
<!-- ================================================================== -->
@@ -193,6 +192,7 @@
<mkdir dir="${metro.output.dir}/thirdparty-sources"/>
<unzip src="${thirdparty.dir}/jaxws-ri-src.jar" dest="${metro.output.dir}/thirdparty-sources"/>
+ <mkdir dir="${metro.output.apidocs.dir}"/>
<javadoc destdir="${metro.output.apidocs.dir}" author="true" version="true" use="true" windowtitle="JBossWS API">
<classpath>
<pathelement path="${metro50.integration.classpath}"/>
Modified: stack/metro/trunk/src/main/distro/Install.txt
===================================================================
--- stack/metro/trunk/src/main/distro/Install.txt 2008-03-28 22:30:53 UTC (rev 6174)
+++ stack/metro/trunk/src/main/distro/Install.txt 2008-03-31 07:39:41 UTC (rev 6175)
@@ -2,26 +2,20 @@
@implementation.title@
@implementation.url@
-Version: @specification.version@-metro-(a)version.id@
+Version: jbossws-(a)version.id@
Installation instructions
=========================
In order to install JBossWS the following steps are necessary:
-1.) Modify the target container location in ant.properties
-2.) Make sure to uninstall any deployed stack
+1.) Copy ant.properties.examples to ant.properties
+2.) Modify the target container location in ant.properties
+3.) Execute one of the following
- ant undeploy-<jboss.version>
+ ant deploy-jboss42x
+ ant deploy-jboss50x
- I.e. 'ant undeploy-jboss422'
-
-3.) Install JBossWS-Metro into the target container
-
- ant deploy-<jboss-version>
-
- I.e. 'ant deploy-jboss422'
-
4.) Execute the samples to verify your installation
'ant tests'
@@ -38,4 +32,4 @@
http://www.jboss.org/index.html?module=bb&op=viewforum&f=275
Enjoy,
-The JBossWS Team
\ No newline at end of file
+The JBossWS Team
Modified: stack/metro/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2008-03-28 22:30:53 UTC (rev 6174)
+++ stack/metro/trunk/src/main/distro/ReleaseNotes.txt 2008-03-31 07:39:41 UTC (rev 6175)
@@ -2,7 +2,7 @@
@implementation.title@
@implementation.url@
-Version: @specification.version@-metro-(a)version.id@
+Version: jbossws-(a)version.id@
Release Notes
=============
@@ -22,34 +22,47 @@
For issues that are scheduled for future versions see the road map.
http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.s...
-What's new in @specification.version@-metro-(a)version.id@
+What's new in jbossws-(a)version.id@
----------------------------------
Bug
- * [JBWS-1669] - Fix WebServiceContext.getMessageContext() for EJB endpoints
- * [JBWS-1681] - Fix Metro XOP contentType handling
- * [JBWS-1684] - Fix @WebServiceRef with Metro
- * [JBWS-1772] - WSConsume output is not correctly redirected
+Feature Request
+Task
+
+Errata
+
+
+Enjoy,
+The JBossWS Team
+
+jbossws-3.0.0-metro-1.0.1.GA
+----------------------------
+
+Bug
+
+ * [JBWS-1714] - Verify correct behaviour of @WebService.wsdlLocation
+ * [JBWS-1996] - Metro Tools Integration Missing in Windows Batch Scripts (wsprovide,wsconsume)
+ * [JBWS-2057] - Metro stax integration has a hardcoded dependency
+
Feature Request
- * [JBWS-1667] - Implement WSContractProvider for Sun-RI integration
- * [JBWS-1737] - Fix service-ref for Sun-RI
+ * [JBWS-1871] - Support @HandlerChain on Service classes
+ * [JBWS-1990] - Support for SOAP 1.2 in wsconsume
Task
- * [JBWS-1670] - Metro client does not throw UserException
- * [JBWS-1675] - Redirect Metro logging to jboss log
- * [JBWS-1951] - Release jbossws-metro-1.0.0 binary
- * [JBWS-1954] - Include Metro specific tests in hudson QA
- * [JBWS-1955] - Use stable Metro CVS tag/version
+ * [JBWS-1865] - Unify SOAP message trace
+ * [JBWS-1982] - Simplify deploy/undeploy cycles for different stacks
+ * [JBWS-1994] - Fix metro build issues
Errata
- * [JBWS-1671] Metro client handler cannot set mime header
- * [JBWS-1672] Metro does not respect @HandlerChain on client SEI
- * [JBWS-1772] WSConsume output is not correctly redirected
- * [JBWS-1777] WSProvide output is not correctly redirected
- * [JBWS-1776] Verify isolated classloading with WSProvide
- * [JBWS-1773] Verify isolated classloading with WSConsume
+ FIXME: [JBWS-1671] SunRI client handler cannot set mime header
+ FIXME: [JBWS-1673] Fix JAXR samples for SunRI
+ FIXME: [JBWS-1777] WSProvide output is not correctly redirected
+ FIXME: [JBWS-1869] Implement the stream based request handler API
+ FIXME: [JBWS-1947] Metro clients require jnpserver.jar
+ FIXME: [JBWS-1949] Metro MTOM ignores content-type on attachment part
+
16 years, 11 months
JBossWS SVN: r6174 - in stack/native: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 18:30:53 -0400 (Fri, 28 Mar 2008)
New Revision: 6174
Added:
stack/native/tags/jbossws-3.0.1-native-2.0.4.GA/
Removed:
stack/native/branches/jbossws-3.0.1-native-2.0.4.GA/
Log:
[JBWS-2003] moving NATIVE stack branch to tag
Copied: stack/native/tags/jbossws-3.0.1-native-2.0.4.GA (from rev 6173, stack/native/branches/jbossws-3.0.1-native-2.0.4.GA)
16 years, 11 months
JBossWS SVN: r6173 - in stack/metro: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 18:29:57 -0400 (Fri, 28 Mar 2008)
New Revision: 6173
Added:
stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/
Removed:
stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/
Log:
[JBWS-2005] moving METRO stack branch to tag
Copied: stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA (from rev 6172, stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA)
16 years, 11 months
JBossWS SVN: r6172 - in stack/cxf: tags and 1 other directory.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 18:28:23 -0400 (Fri, 28 Mar 2008)
New Revision: 6172
Added:
stack/cxf/tags/jbossws-3.0.1-cxf-1.0.1.GA/
Removed:
stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/
Log:
[JBWS-2006] moving CXF stack branch to tag
Copied: stack/cxf/tags/jbossws-3.0.1-cxf-1.0.1.GA (from rev 6171, stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA)
16 years, 11 months
JBossWS SVN: r6171 - stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 18:05:52 -0400 (Fri, 28 Mar 2008)
New Revision: 6171
Modified:
stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt
Log:
fix
Modified: stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 22:05:13 UTC (rev 6170)
+++ stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 22:05:52 UTC (rev 6171)
@@ -45,3 +45,5 @@
FIXME: [JBWS-1683] - Fix JAXR samples for CXF
FIXME: [JBWS-1774] - Provide tools implementation for CXF (WSContractProvider and WSContractConsumer)
+Enjoy,
+The JBossWS Team
16 years, 11 months
JBossWS SVN: r6170 - stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 18:05:13 -0400 (Fri, 28 Mar 2008)
New Revision: 6170
Modified:
stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
Log:
fix
Modified: stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 21:56:28 UTC (rev 6169)
+++ stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 22:05:13 UTC (rev 6170)
@@ -51,3 +51,5 @@
FIXME: [JBWS-1947] Metro clients require jnpserver.jar
FIXME: [JBWS-1949] Metro MTOM ignores content-type on attachment part
+Enjoy,
+The JBossWS Team
16 years, 11 months
JBossWS SVN: r6169 - stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 17:56:28 -0400 (Fri, 28 Mar 2008)
New Revision: 6169
Modified:
stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
Log:
adding FIXME: convention
Modified: stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 21:54:30 UTC (rev 6168)
+++ stack/metro/branches/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 21:56:28 UTC (rev 6169)
@@ -44,10 +44,10 @@
Errata
- * [JBWS-1671] SunRI client handler cannot set mime header
- * [JBWS-1673] Fix JAXR samples for SunRI
- * [JBWS-1777] WSProvide output is not correctly redirected
- * [JBWS-1869] Implement the stream based request handler API
- * [JBWS-1947] Metro clients require jnpserver.jar
- * [JBWS-1949] Metro MTOM ignores content-type on attachment part
+ FIXME: [JBWS-1671] SunRI client handler cannot set mime header
+ FIXME: [JBWS-1673] Fix JAXR samples for SunRI
+ FIXME: [JBWS-1777] WSProvide output is not correctly redirected
+ FIXME: [JBWS-1869] Implement the stream based request handler API
+ FIXME: [JBWS-1947] Metro clients require jnpserver.jar
+ FIXME: [JBWS-1949] Metro MTOM ignores content-type on attachment part
16 years, 11 months
JBossWS SVN: r6168 - stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 17:54:30 -0400 (Fri, 28 Mar 2008)
New Revision: 6168
Modified:
stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt
Log:
adding FIXME: convention
Modified: stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 20:30:15 UTC (rev 6167)
+++ stack/cxf/branches/jbossws-3.0.1-cxf-1.0.1.GA/src/main/distro/ReleaseNotes.txt 2008-03-28 21:54:30 UTC (rev 6168)
@@ -37,11 +37,11 @@
Errata
- * [CXF-1253] - CXF does not respect @HandlerChain on client SEI
- * [CXF-1257] - Cannot create proxy for namespaced doc/wrapped
- * [CXF-1258] - soap:Fault response does not cause SOAPFaultException
- * [CXF-1310] - Generated WSDL for an WS-RM endpoint does not contain RM policies
- * [JBWS-1655] - Add support for endpoint address rewriting
- * [JBWS-1683] - Fix JAXR samples for CXF
- * [JBWS-1774] - Provide tools implementation for CXF (WSContractProvider and WSContractConsumer)
+ FIXME: [CXF-1253] - CXF does not respect @HandlerChain on client SEI
+ FIXME: [CXF-1257] - Cannot create proxy for namespaced doc/wrapped
+ FIXME: [CXF-1258] - soap:Fault response does not cause SOAPFaultException
+ FIXME: [CXF-1310] - Generated WSDL for an WS-RM endpoint does not contain RM policies
+ FIXME: [JBWS-1655] - Add support for endpoint address rewriting
+ FIXME: [JBWS-1683] - Fix JAXR samples for CXF
+ FIXME: [JBWS-1774] - Provide tools implementation for CXF (WSContractProvider and WSContractConsumer)
16 years, 11 months
JBossWS SVN: r6167 - stack/cxf/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 16:30:15 -0400 (Fri, 28 Mar 2008)
New Revision: 6167
Modified:
stack/cxf/trunk/ant-import/build-bin-dist.xml
Log:
fix binary distribution
Modified: stack/cxf/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-03-28 20:29:45 UTC (rev 6166)
+++ stack/cxf/trunk/ant-import/build-bin-dist.xml 2008-03-28 20:30:15 UTC (rev 6167)
@@ -89,7 +89,7 @@
<!-- build tools -->
<copy todir="${bindist.tools.dir}" overwrite="true">
- <fileset dir="${cxf.dir}/tools/ant"/>
+ <fileset dir="${cxf.dir}/tools"/>
</copy>
<copy todir="${bindist.dir}" overwrite="true">
<fileset dir="${cxf.dir}">
16 years, 11 months
JBossWS SVN: r6166 - stack/metro/trunk/ant-import.
by jbossws-commits@lists.jboss.org
Author: richard.opalka(a)jboss.com
Date: 2008-03-28 16:29:45 -0400 (Fri, 28 Mar 2008)
New Revision: 6166
Modified:
stack/metro/trunk/ant-import/build-bin-dist.xml
Log:
fix binary distribution
Modified: stack/metro/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/metro/trunk/ant-import/build-bin-dist.xml 2008-03-28 20:29:17 UTC (rev 6165)
+++ stack/metro/trunk/ant-import/build-bin-dist.xml 2008-03-28 20:29:45 UTC (rev 6166)
@@ -89,7 +89,7 @@
<!-- build tools -->
<copy todir="${bindist.tools.dir}" overwrite="true">
- <fileset dir="${metro.dir}/tools/ant"/>
+ <fileset dir="${metro.dir}/tools"/>
</copy>
<copy todir="${bindist.dir}" overwrite="true">
<fileset dir="${metro.dir}">
16 years, 11 months