File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ SPRING WEB SERVICES CHANGELOG
2
+ =============================
3
+ http://www.springframework.org/spring-ws
4
+
5
+ Changes in version 1.0.3
6
+ -------------------------
7
+
8
+ ** Bug
9
+ * [SWS-225] - Spring-WS doesn't send "Content-Transfer-Encoding: binary" with MTOM part and this creates interoperability issue with .NET 3.0
10
+ * [SWS-226] - Exception mapping corrupts the 'defaultFault' instance
11
+ * [SWS-227] - NPE when "mustUnderstand" attribute is in SOAP header and no Interceptors have been defined
12
+ * [SWS-229] - JibxMarshaller should support marshalling/unmarshalling of all mapped classes
13
+ * [SWS-230] - AxiomSoapMessageFactory throws NPE
14
+ * [SWS-232] - PayloadValidatingInterceptor refuses to validate correct message with a top-level attribute
15
+ * [SWS-238] - AbstractMethodEndpointMapping does not support JDK Proxies
16
+ * [SWS-239] - Marshalling with Castor and Axiom results in a XMLStreamException
17
+ * [SWS-241] - NullPointerException during processing message with empty body
18
+ * [SWS-244] - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl
19
+ * [SWS-245] - SAXParseException when using HttpURLConnection
20
+ * [SWS-247] - Exception thrown when schemaPrefix is empty in XsdBasedSoap11Wsdl4jDefinitionBuilder
21
+ * [SWS-248] - DomPoxMessage not clearing DOM on setting the result
22
+ * [SWS-257] - Infinite loop in XsdBasedSoap11Wsdl4jDefinitionBuilder#buildMessages method
Original file line number Diff line number Diff line change
1
+ I'm pleased to announce that Spring Web Services 1.0.3 has been released.
2
+
3
+ Spring-WS 1.0.3 is a bugfix and enhancement release, addressing issues
4
+ reported since 1.0.1 and introducing further improvements. We recommend to
5
+ upgrade to Spring-WS 1.0.3 from the previous 1.0.* releases.
You can’t perform that action at this time.
0 commit comments