[jbossws-commits] JBossWS SVN: r6184 - stack/cxf/trunk/src/main/distro.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Mar 31 04:49:59 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-03-31 04:49:59 -0400 (Mon, 31 Mar 2008)
New Revision: 6184

Modified:
   stack/cxf/trunk/src/main/distro/Install.txt
   stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2006] sync trunk with tag

Modified: stack/cxf/trunk/src/main/distro/Install.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/Install.txt	2008-03-31 08:43:31 UTC (rev 6183)
+++ stack/cxf/trunk/src/main/distro/Install.txt	2008-03-31 08:49:59 UTC (rev 6184)
@@ -2,26 +2,20 @@
 @implementation.title@
 @implementation.url@
 
-Version: @specification.version at -cxf-@version.id@
+Version: jbossws- at 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-CXF 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=276
 
 Enjoy,
-The JBossWS Team
\ No newline at end of file
+The JBossWS Team

Modified: stack/cxf/trunk/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/cxf/trunk/src/main/distro/ReleaseNotes.txt	2008-03-31 08:43:31 UTC (rev 6183)
+++ stack/cxf/trunk/src/main/distro/ReleaseNotes.txt	2008-03-31 08:49:59 UTC (rev 6184)
@@ -22,11 +22,51 @@
 For issues that are scheduled for future versions see the road map.
 http://jira.jboss.com/jira/browse/JBWS?report=com.atlassian.jira.plugin.system.project:roadmap-panel
 
-What's new in @specification.version at -cxf-@version.id@
+What's new in jbossws- at version.id@
 ----------------------------------
 
 Bug
 
+Feature Request
+
+Task
+
+Errata
+
+
+Enjoy,
+The JBossWS Team
+
+Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+jbossws-3.0.1-cxf-1.0.1.GA
+--------------------------
+
+Feature Request
+
+    * [JBWS-1865] - Unify SOAP message trace
+
+Task
+
+    * [JBWS-1982] - Simplify deploy/undeploy cycles for different stacks
+    * [JBWS-1995] - Fix cxf build issues
+    * [JBWS-2056] - Update to apache-cxf-2.0.4-incubator
+
+Errata
+
+    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)
+
+jbossws-3.0-cxf-1.0.0.GA
+------------------------
+
+Bug
+
     * [JBWS-1754] - Investigate CXF samples oneway
     * [JBWS-1756] - Fix @WebServiceRef with CXF
 
@@ -38,6 +78,6 @@
 
 Errata
 
-   * [CXF-1257] Cannot create proxy for namespaced doc/wrapped
-   * [CXF-1258] soap:Fault response does not cause SOAPFaultException
-   * [JBWS-1655] - Add support for endpoint address rewriting
+    FIXME: [CXF-1257] Cannot create proxy for namespaced doc/wrapped
+    FIXME: [CXF-1258] soap:Fault response does not cause SOAPFaultException
+    FIXME: [JBWS-1655] - Add support for endpoint address rewriting




More information about the jbossws-commits mailing list