[jbossws-commits] JBossWS SVN: r13425 - stack/native/branches/jbossws-native-3.4.1/src/main/distro.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Dec 6 11:31:04 EST 2010


Author: alessio.soldano at jboss.com
Date: 2010-12-06 11:31:04 -0500 (Mon, 06 Dec 2010)
New Revision: 13425

Modified:
   stack/native/branches/jbossws-native-3.4.1/src/main/distro/ReleaseNotes.txt
Log:
[JBWS-3160] Updating release notes


Modified: stack/native/branches/jbossws-native-3.4.1/src/main/distro/ReleaseNotes.txt
===================================================================
--- stack/native/branches/jbossws-native-3.4.1/src/main/distro/ReleaseNotes.txt	2010-12-06 16:26:47 UTC (rev 13424)
+++ stack/native/branches/jbossws-native-3.4.1/src/main/distro/ReleaseNotes.txt	2010-12-06 16:31:04 UTC (rev 13425)
@@ -49,6 +49,67 @@
 Previous Releases ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 -----------------------
+jbossws-native-3.4.0.GA
+-----------------------
+
+Feature Request
+
+    * [JBWS-2458] - Support UseAddressing in wsdl
+    * [JBWS-2957] - EJB webservices packaged in web archives (JSR 109 v.1.3 support)
+    * [JBWS-3063] - Support Log4J in command line wsconsume and wsprovide
+    * [JBWS-3114] - Stack agnostic configuration of connection timeout
+    * [JBWS-3122] - Implement @WebServiceRef to respect @Addressing, @MTOM & @RespectBinding annotations
+    * [JBWS-3123] - Implement @WebServiceRef support for annotation driven servlets
+    * [JBWS-3133] - Update UMDM for ServiceRef and PortComponentRef to support @Addressing, @MTOM & @RespectBinding settings
+    * [JBWS-3084] - Enable control of chunked encoding when using SOAPConnection
+    * [JBWS-3155] - Implement support for anonymous attachments
+
+Bug
+
+    * [JBWS-2637] - incorrect namespace for fault messages
+    * [JBWS-2640] - UsernameToken does not correctly handle "Created" element from wsse:Security soap header
+    * [JBWS-2951] - StringIndexOutOfBoundsException in JavaUtils#getPackageName()
+    * [JBWS-3014] - JBossWS does not decode Nonce
+    * [JBWS-3034] - Annotation HandlerChain generating an StringIndexOutOfBoundsException when the file starts with "../"
+    * [JBWS-3070] - Secondary import of XSD contains incorrect path
+    * [JBWS-3071] - JAX-WS Asynchronous Client Exception issues
+    * [JBWS-3082] - org.jboss.test.ws.jaxws.samples.xop.doclit.XOPBareTestCase in framework tests Native stack implementation details
+    * [JBWS-3090] - Deploy script does not remove jbossws-native-jaxws-ext.jar
+    * [JBWS-3091] - org.jboss.test.ws.jaxws.samples.oneway.OnewayTestCase wrongly assumes the result will be set before the feedback() is invoked. 
+    * [JBWS-3101] - NullPointerException if SOAPMessage Provider endpoint returns null to indicate a one way MEP
+    * [JBWS-3116] - NettyClient sends uri on absolute format which is not correct according to RFC2616
+    * [JBWS-3119] - EndpointName attribute value in EPR Metadata should be unqualified 
+    * [JBWS-2640] - UsernameToken does not correctly handle "Created" element from wsse:Security soap header
+    * [JBWS-3141] - Mtom and RespectBinding configuration in webservices.xml DD doesn't work 
+    * [JBWS-3152] - AS Meta Data should be complete before passing to JBossWS
+    * [JBWS-3154] - wsa:MessageID is missing in response message
+    * [JBWS-3158] - Native ServiceDelegateImpl. getPort(Class<T> seiClass) does not respect the WebServiceFeatures to create Service
+    * [JBWS-3159] - SAAJ implementation does not set the correct NS prefix in SOAP header and body elements
+
+Task
+
+    * [JBWS-2928] - Use JBoss provided EE APIs
+    * [JBWS-3006] - Review jbossws maven dependencies
+    * [JBWS-3049] - Hudson jobs need to test binary and src distros against vanilla JBoss AS
+    * [JBWS-3067] - Investigate remaining AS trunk failures
+    * [JBWS-3083] - Avoid double Maven lifecycle run for building src and bin distributions
+    * [JBWS-3093] - Configure maven compiler for JBossWS to be UTF-8 encoding based
+    * [JBWS-3106] - Get rid of broken Http SPI
+    * [JBWS-3107] - Review org.jboss.test.ws.jaxws.endoint tests
+    * [JBWS-3124] - Remove JBWS2942TestCase framework test and create Native and CXF specific tests validating empty EPR Metadata are dropped
+    * [JBWS-3126] - Move to new EjbReferenceResolver
+    * [JBWS-3121] - Prevent duplicated endpoints for EJB 3.1 beans in web archives
+    * [JBWS-2215] - Produce distributable docs from wiki
+    * [JBWS-2768] - Make sure SOAP stack test suite passes also when no internet connection is available
+    * [JBWS-3140] - Process the <addressing> element in webservices.xml (JSR-109 v.1.3)
+    * [JBWS-3156] - Refactor ThreadLocalAwareWebserviceContext
+    * [JBWS-3164] - Enhancement : NPE exception when the StreamSource with null inputstream  in XMLFragment is wrote to OutputStream 
+
+Errata
+
+    See: https://jira.jboss.org/browse/JBWS-3180
+
+-----------------------
 jbossws-native-3.3.1.GA
 -----------------------
 



More information about the jbossws-commits mailing list