From 414684ba4ef163d43c97dcda4ba631fd21e2cf30 Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 14 Feb 2007 15:46:32 +0000 Subject: [PATCH] --- changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.txt b/changelog.txt index f361535c..a3a42876 100644 --- a/changelog.txt +++ b/changelog.txt @@ -4,9 +4,15 @@ http://www.springframework.org/spring-ws Changes in version 1.0-RC1 ------------------------- +Package org.springframework.oxm.castor +* fixed #SWS-88: Allow CastorMarshaller to accept more than one mapping file + Package org.springframework.ws.server.endpoint * added XPathPayloadEndpointMapping (#SWS-85). +Package org.springframework.ws.soap.saaj +* fixed #SWS-87: AbstractSoapMessage.getPayloadSource returns null with Axis SAAJ + Package org.springframework.ws.soap.security.xwss.callback * DefaultTimestapValidator now handles timestamps with milliseconds correctly (#SWS-89)