[jbossws-commits] JBossWS SVN: r6177 - stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Mar 31 04:18:29 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-03-31 04:18:29 -0400 (Mon, 31 Mar 2008)
New Revision: 6177

Modified:
   stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt
   stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2005] update install instructions and release notes

Modified: stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt
===================================================================
--- stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt	2008-03-31 08:08:37 UTC (rev 6176)
+++ stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/Install.txt	2008-03-31 08:18:29 UTC (rev 6177)
@@ -13,11 +13,15 @@
 2.) Modify the target container location in ant.properties
 3.) Execute one of the following
 
-	ant deploy-jboss422
-	ant deploy-jboss423 // for JBoss AS 4.2 Branch
-	ant deploy-jboss500 // for JBoss AS Beta 4
-        ant deploy-jboss501 // for JBoss AS Trunk
+	ant deploy-jboss42x
+	ant deploy-jboss50x
 
+4.) Execute the samples to verify your installation
+
+   'ant tests'
+
+   You should see no errors.
+   
 Please consult the wiki for detailed up to date install instructions
 http://labs.jboss.com/portal/jbossws/
 

Modified: stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt	2008-03-31 08:08:37 UTC (rev 6176)
+++ stack/metro/tags/jbossws-3.0.1-metro-1.0.1.GA/src/main/distro/ReleaseNotes.txt	2008-03-31 08:18:29 UTC (rev 6177)
@@ -14,7 +14,7 @@
 that ship with the distribution.
 
 If you have any questions, please post to the JBossWS User Forum
-http://www.jboss.org/index.html?module=bb&op=viewforum&f=200
+http://www.jboss.org/index.html?module=bb&op=viewforum&f=275
 
 For details see the change log. 
 http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.system.project:changelog-panel
@@ -53,3 +53,34 @@
 
 Enjoy,
 The JBossWS Team
+
+Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+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-1871] - Support @HandlerChain on Service classes
+    * [JBWS-1990] - Support for SOAP 1.2 in wsconsume
+
+Task
+
+    * [JBWS-1865] - Unify SOAP message trace
+    * [JBWS-1982] - Simplify deploy/undeploy cycles for different stacks
+    * [JBWS-1994] - Fix metro build issues
+
+Errata
+
+    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




More information about the jbossws-commits mailing list