Author: richard.opalka(a)jboss.com
Date: 2008-12-17 05:49:13 -0500 (Wed, 17 Dec 2008)
New Revision: 8921
Modified:
stack/metro/branches/jbossws-metro-3.0.5/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-2427] updating release notes
Modified: stack/metro/branches/jbossws-metro-3.0.5/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.5/src/main/distro/ReleaseNotes.txt 2008-12-17
10:29:11 UTC (rev 8920)
+++ stack/metro/branches/jbossws-metro-3.0.5/src/main/distro/ReleaseNotes.txt 2008-12-17
10:49:13 UTC (rev 8921)
@@ -27,26 +27,42 @@
Bug
- TODO: enumerate
+ * [JBWS-2206] - WSDL imports are not replaced with absolute path
+ * [JBWS-2306] - Check dependencies on xws-security.jar
+ * [JBWS-2307] - Stub properties not propagated through service-ref
+ * [JBWS-2364] - Incorrect JBossWS version displayed in server startup log
+ * [JBWS-2374] - Fix wsdl and xml imported docs collection
+ * [JBWS-2399] - Specify groupId explicitly in assembly creating deploy-artifacts
directory
+ * [JBWS-2407] - HandlerChain is not set on client side when specified via
WebServiceRefs
Feature Request
- TODO: enumerate
+ * [JBWS-2303] - Update to more recent Metro components
+ * [JBWS-2334] - Use Woodstox on client side when running tests
+ * [JBWS-2375] - Add getChildren fuctionality to UnifiedVirtualFile
Task
- TODO: enumerate
+ * [JBWS-2396] - Disable the wrapper generator provided by the integration layer
+ * [JBWS-2343] - Enable tests requiring atp/wsgen on client side
+ * [JBWS-2383] - Fix JBossWS deployment macros for new JBossAS trunk directory
structure
+ * [JBWS-2371] - Fix maven build to include right woodstox artifact
+ * [JBWS-2165] - Fix xop tests with maven build
+ * [JBWS-2339] - Improve endpoint lifecycle management
+ * [JBWS-2355] - Remove Aspect Manager support from AbstractEndpointServlet
+ * [JBWS-2391] - Update to JAXWS-RI 2.1.4
+ * [JBWS-2392] - Update to WSIT 1.3.1
+ * [JBWS-2257] - Wrong WebServiceContext injected in EJB3 endpoints
Errata
- See: TODO: reference to associated JIRA issue
+ See:
https://jira.jboss.org/jira/browse/JBWS-2427
This version of ${project.name} is based on the following Metro components:
-TODO: set actual component versions
-* WSIT 1.3.1
-* JAX-WS RI 2.1.4
-* JAXB RI 2.1.9
+* WSIT ${sun.wsit.version}
+* JAX-WS ${sun.jaxws.version}
+* JAXB RI ${jaxb.impl.version}
Enjoy,
The JBossWS Team