spring-ws

Spring Web Services

APACHE-2.0 License

Stars
320
Committers
60

Bot releases are hidden (Show)

spring-ws - v1.0-M3

Published by gregturn almost 2 years ago

  • #243 - In-memory HSQL database support [SWS-83].
  • #240 - Building samples fails due to reference to parent project in pom.xml [SWS-80].
  • #233 - Add Eclipse Files to svn:ignore [SWS-76].
  • #232 - Java 1.5+ Constructor Used for IllegalStateException [SWS-75].
  • #231 - Namespace not being applied correctly to soap fault detail elements. [SWS-74].
  • #230 - PayloadValidatingInterceptor not working under WebSphere 6.0.2.11 [SWS-73].
  • #216 - Pretty print JIBX output [SWS-72].
  • #229 - In Saaj12SoapEnvelope#getHeader() header != null should become header == null [SWS-71].
  • #228 - AbstractMarshallerTestCase.testMarshalDOMResult() builds a DOM object that does not retain namespace [SWS-70].
  • #226 - No way to propagate exception from an AbstractSaxPayloadEndpoint [SWS-68].
  • #225 - Dynamically create WSDL based on schema [SWS-67].
  • #224 - Duplicate Content Type HTTP Header [SWS-66].
  • #209 - PayloadValidatingInterceptor validates only once (Websphere) [SWS-63].
  • #220 - DomContentHandler throwing NullpointerExption on document [SWS-61].
  • #219 - MessageDispatcherServlet [SWS-60].
  • #218 - CastorMarshaller does not marshal to DOM trees correctly [SWS-59].
  • #217 - Client-side support [SWS-58].
  • #205 - Expose the Result of the SoapFaultDetail [SWS-57].
  • #215 - Digest passwords are never accepted in the SimplePasswordValidationCallbackHandler [SWS-56].
  • #214 - npe thrown when validating with nonce [SWS-55].
  • #213 - CastorMarshaller doesn't cache mapping correctly [SWS-54].
  • #212 - Missing contentId for methods 'addAttachment' in SoapMessage [SWS-53].
  • #211 - ACEGI authorization with IssuerSerial-based certificates [SWS-52].
  • #210 - AbstractValidatingInterceptor repeats the first error message [SWS-51].
spring-ws - v1.0-RC1

Published by gregturn almost 2 years ago

  • #273 - Remove IOExceptions from WebServiceTemplate [SWS-119].
  • #266 - Allow SoapFaultMappingExceptionResolver to use strategy to obtain SoapFaultDefinition [SWS-117].
  • #271 - Move MarshallingMethodEndpointAdapter from sandbox to core [SWS-116].
  • #270 - Client is not able to read long response [SWS-115].
  • #269 - In tutorial sometimes humanresources is used, sometimes holidayService [SWS-114].
  • #268 - Typo in reference documentation 'holiday request' should be 'holiday requests' [SWS-113].
  • #267 - Half you virtual machine, should be 'half of the objects on the heap of your virtual machine' [SWS-112].
  • #265 - Change section 2.3.1 to have a bit more text [SWS-111].
  • #264 - Clarify when discussing RPC/encoded has been abandoned in favor of doc/lit [SWS-110].
  • #263 - Typo in 'What is Spring Web Services?' [SWS-109].
  • #261 - Support JAXB's MTOM/XOP/MIME support [SWS-107].
  • #242 - Default message factory for WebServiceTemplate [SWS-106].
  • #260 - GZip compression is not enabled [SWS-105].
  • #258 - MessageDispatcherServlet does not transform WSDL locations [SWS-103].
  • #257 - Namespace lost on generated WSDL [SWS-102].
  • #256 - XsdBasedSoap11Wsdl4jDefinitionBuilder parsing error [SWS-101].
  • #255 - Cannot set com.thoughtworks.xstream.converters.basic.DateConverter in XStreamMarshaller.setConverters(Converter[]) [SWS-100].
  • #254 - Exception when creating XMLStreamReader from AxiomSoapMessage.getPayloadSource with Woodstox [SWS-99].
  • #238 - Changing URL in CommonsHttpMessageSender [SWS-98].
  • #237 - OXM Marshal encoding definition [SWS-97].
  • #236 - set WhitespacePreserve flag in CastorMarshaller [SWS-95].
  • #235 - new location for log4j.properties [SWS-93].
  • #251 - Maven2 Archetype for Spring-WS [SWS-91].
  • #250 - Documentation improvements [SWS-90].
  • #249 - DefaultTimestampValidator uses wrong date format [SWS-89].
  • #248 - Allow CastorMarshaller to accept more than one mapping file [SWS-88].
  • #247 - AbstractSoapMessage.getPayloadSource returns null with Axis SAAJ [SWS-87].
  • #246 - Stream closed before response read with WebServiceTemplate + Axis SAAJ Soap Messages [SWS-86].
  • #245 - XPathPayloadEndpointMapping [SWS-85].
  • #239 - Add faults into dynamically created WSDL. [SWS-79].
spring-ws - v1.0-RC2

Published by gregturn almost 2 years ago

  • #293 - WebServiceTemplate hasFaut skips check for fault in response if the connection implements FaultAwareWebServiceConnection [SWS-137].
  • #292 - MTOM sample [SWS-136].
  • #291 - Implement client-side TransportContext [SWS-135].
  • #277 - Reduce the number of overloaded methods on the WebServiceTemplate class to aid comprehension. [SWS-134].
  • #290 - CastorMarshaller ignoreExtraAttributes & Elements [SWS-133].
  • #289 - Reference Chapter 3.5 use of MessageDispatcherServlet is incomplete [SWS-132].
  • #288 - Example config of SoapFaultMappingExceptionResolver contains incorrect package for class [SWS-131].
  • #287 - Improvements to Spring-WS text [SWS-130].
  • #286 - SimpleMethodEndpointMapping [SWS-129].
  • #285 - A SOAP:Fault does not set the the response code to 500 [SWS-128].
  • #284 - Write a piece about SOAP 1.1 vs SOAP 1.2 [SWS-127].
  • #283 - WebServiceMessageCallback's doInMessage() method is (possibly) poorly named. [SWS-126].
  • #282 - Typos in some of the docbook pages fixed [SWS-125].
  • #279 - Allow specifying names of message factory and message receiver in MessageDispatcherServlet [SWS-124].
  • #278 - CommonsHttpMessageSender should expose setters for username and password [SWS-123].
  • #276 - A MessageSender setter on WebServicesGatewaySupport [SWS-122].
  • #274 - Review documentation [SWS-120].
  • #272 - Rewrite Airline sample to use Java 5 [SWS-118].
spring-ws - v1.0.0

Published by gregturn almost 2 years ago

  • #312 - java.lang.IllegalArgumentException: This is not an attribute, it is a namespace: xmlns:xs [SWS-158].
  • #310 - client-side support for JAXB2 MTOM marshalling is not working well [SWS-156].
  • #308 - Mention namespace resolution for SoapFault annotation [SWS-154].
  • #306 - NoSuchMethodError: SaajUtils.toName() [SWS-152].
  • #305 - IllegalStateException in Saaj11Implementation.removeContents() [SWS-151].
  • #304 - Don't close the ServletInputStream in AbstractWebServiceConnection.receive [SWS-150].
  • #303 - marshallSendAndReceivce bug in WebServiceTemplate [SWS-149].
  • #301 - Mention transformWsdlLocations servlet parameter to the reference docs [SWS-147].
  • #299 - When using JAXB2, all messages become MTOM [SWS-145].
  • #298 - FaultMessageResolver should not be constrained to IOExceptions [SWS-144].
  • #297 - AxiomSoapFaultDetailElementIterator does not consider whitespace nodes [SWS-142].
  • #296 - Minor Documentation Bug: org.springframework.xml.transform.ResourceSource [SWS-141].
spring-ws - v1.0.1

Published by gregturn almost 2 years ago

  • #347 - Incorrect javadoc in org.springframework.ws.soap.SoapFault [SWS-195].
  • #344 - Loading default key store overwrites truststore [SWS-191].
  • #343 - Document Java6 & SAAJ behavior [SWS-190].
  • #342 - XPathExpression is not thread-safe [SWS-189].
  • #341 - WS-Security exception not being handled [SWS-188].
  • #338 - Mention usage of Spring-WS in a normal DispatcherServlet context [SWS-185].
  • #337 - typo in source-example of reference documentation [SWS-183].
  • #336 - Order of setting properties in WebServiceGatewaySupport [SWS-182].
  • #335 - Option to allow marshaller skip xml declarations [SWS-181].
  • #332 - Mention TransportContext in docs [SWS-178].
  • #331 - Fix MTOM sample [SWS-177].
  • #330 - PayloadValidatingInterceptor ignores schema list [SWS-176].
  • #329 - SAAJ0511: Unable to create envelope from given source [SWS-175].
  • #328 - Update WebServiceTemplate documentation for the new method names [SWS-174].
  • #327 - Remove JAXB1 references from airline sample [SWS-173].
  • #326 - Document SimpleWsdl11Definition [SWS-172].
  • #325 - Jaxb2Marshaller.supports(Class clazz) is too eager [SWS-171].
  • #324 - AxiomSoapMessageFactory + PayloadRootAnnotationMethodEndpointMapping allways falls to DOM parsing [SWS-170].
  • #323 - Document conventions of XsdBasedSoap11Wsdl4jDefinitionBuilder [SWS-169].
  • #322 - Reference documentation - Chapter 4.0 - spelling [SWS-168].
  • #321 - Reference documentation - Chapter 3.5 - Creating the project [SWS-167].
  • #320 - No Java extensionType found to represent a '{http://www.w3.org/2001/XMLSchema}schema' element in the context of a 'javax.wsdl.Types'. [SWS-166].
  • #319 - GZIP decompression handling in client [SWS-165].
  • #318 - Null pointer while handling empty SOAP Body [SWS-164].
  • #259 - Allow alternative schema location in XsdBasedSoap11Wsdl4jDefinitionBuilder [SWS-104].
spring-ws - v1.0.2

Published by gregturn almost 2 years ago

  • #373 - AbstractAnnotationMethodEndpointMapping doesn't allow proxies [SWS-222].
  • #372 - PayloadValidatingInterceptor reference material should mention 'schemas' property. [SWS-221].
  • #371 - Jaxb2Marshaller::supports method does not consider multiple marshallers [SWS-220].
  • #351 - Spring-ws reads the entier stream when logging set to debug [SWS-219].
  • #370 - IllegalArgumentException "faultString cannot be empty" [SWS-218].
  • #369 - Booking a flight for non-existent flight should result in NoSuchFlightException [SWS-217].
  • #368 - AbstractValidatingInterceptor.handleResponseValidationErrors's JavaDoc is wrong [SWS-216].
  • #367 - Add Java 1.4.2 instructions to FAQ [SWS-215].
  • #364 - WebServiceTemplate always creates SaajSoapMessageFactory instead of only DomPoxMessageFactory [SWS-213].
  • #363 - BEA StAX implementation throws UnsupportedOperationException when invoked with DOMSource [SWS-212].
  • #362 - XsdBasedSoap11Wsdl4jDefinitionBuilder should use QNameUtils to construct QNames [SWS-211].
  • #360 - WebServiceTemplate should send an empty SOAPAction header by default [SWS-208].
  • #357 - Allow customization of the "SoapFault" produced by the SimpleSoapExceptionResolver [SWS-205].
  • #356 - Don't abuse Assert.isTrue [SWS-204].
  • #355 - Namespace declarations may be removed from the wsdl when transformWsdlLocations = true [SWS-203].
  • #354 - Endpoint Mapping and Saxon [SWS-202].
  • #353 - Add LeadLander code to site [SWS-201].
  • #352 - Thread safe problem during wsdl generation [SWS-200].
  • #350 - SaajUtils wrong way to detect SAAJ version [SWS-198].
  • #348 - Lack of useAttributeFor in XStreamMarshaller [SWS-196].
  • #345 - XStreamMarshaller should be extended to allow specifying annotated classes [SWS-192].
  • #339 - Use maven profiles to build samples for various app servers [SWS-186].
  • #316 - The XsdBasedSoap11Wsdl4jDefinitionBuilder does not support multiple xsds in generating a WSDL file. [SWS-162].
  • #300 - MessageDispatcherServlet does not search servlet context for a WsdlDefinitionHandlerAdapter instance [SWS-146].
  • #241 - Integrate Spring Validator within Spring Web Services [SWS-81].
spring-ws - v1.5.0-M1

Published by gregturn almost 2 years ago

  • #392 - spring-ws-with-dependencies distribution [SWS-240].
  • #386 - XStreamMarshaller - support for custom HierarchicalStreamDriver [SWS-235].
  • #383 - OSGi bundles [SWS-233].
  • #378 - Support Spring 2.5 [SWS-228].
  • #374 - Use BeanClassLoader in Jaxb marshallers [SWS-223].
  • #340 - SOAP 1.2 Compatible WSDL descriptor generation [SWS-187].
  • #280 - Mail transport support [SWS-139].
  • #275 - Spring Namespace support [SWS-121].
  • #262 - JMS transport support [SWS-108].
spring-ws - v1.5.0-M2

Published by gregturn almost 2 years ago

  • #436 - AcegiUsernamePasswordCallbackHandler [SWS-279].
  • #435 - Add traffic logging when response is fault [SWS-278].
  • #434 - URI-based routing [SWS-277].
  • #433 - PayloadTransformingInterceptor has a typo in the example [SWS-276].
  • #429 - Add removeHeaderElement(QName) to SoapHeader [SWS-272].
  • #427 - Changes for WS XSD for tooling [SWS-270].
  • #426 - OSGi bundleSymName [SWS-269].
  • #425 - cope typos in reference docs section 6.2.4 and 6.2.5 [SWS-268].
  • #424 - code bugs in Reference docs section 4.3.1 [SWS-267].
  • #422 - AbstractStaxXmlReader should support the required standard SAX features (namespace, namespace-prefixes...) [SWS-265].
  • #419 - Endpoint annotation should be annotated as @Inherited [SWS-262].
  • #418 - There are more default HandlerAdapters in Spring-MVC [SWS-261].
  • #415 - getting error when trying to use IBM MQ JMS implementation as transport. [SWS-258].
  • #411 - Support for javax.jms.TextMessage [SWS-255].
  • #409 - Tiger jars should not include non-tiger classes [SWS-253].
  • #406 - Improve OSGi manifest [SWS-251].
  • #400 - Better support for large Axiom attachments [SWS-246].
  • #396 - AxiomSoapHeaderElement has no convenient way to access child elements of the header element [SWS-243].
  • #381 - @Endpoint component scanning [SWS-231].
  • #359 - WSS4J-based WS-Security implementation [SWS-207].
  • #346 - Add Interceptor functionality to WebServiceTemplate [SWS-194].
  • #302 - WebServiceTemplte needs two more methods in order to easy enable ws security client support [SWS-148].
  • #281 - Client-side WS-Security support [SWS-143].
  • #252 - JAXP 1.4 support [SWS-92].
spring-ws - v1.0.3

Published by gregturn almost 2 years ago

  • #414 - Infinite loop in XsdBasedSoap11Wsdl4jDefinitionBuilder#buildMessages method [SWS-257].
  • #403 - DomPoxMessage not clearing DOM on setting the result [SWS-248].
  • #402 - Exception thrown when schemaPrefix is empty in XsdBasedSoap11Wsdl4jDefinitionBuilder [SWS-247].
  • #398 - SAXParseException when using HttpURLConnection [SWS-245].
  • #397 - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl [SWS-244].
  • #393 - NullPointerException during processing message with empty body [SWS-241].
  • #391 - Marshalling with Castor and Axiom results in a XMLStreamException [SWS-239].
  • #390 - AbstractMethodEndpointMapping does not support JDK Proxies [SWS-238].
  • #382 - PayloadValidatingInterceptor refuses to validate correct message with a top-level attribute [SWS-232].
  • #380 - AxiomSoapMessageFactory throws NPE [SWS-230].
  • #379 - JibxMarshaller should support marshalling/unmarshalling of all mapped classes [SWS-229].
  • #377 - NPE when "mustUnderstand" attribute is in SOAP header and no Interceptors have been defined [SWS-227].
  • #376 - Exception mapping corrupts the 'defaultFault' instance [SWS-226].
  • #375 - Spring-WS doesn't send "Content-Transfer-Encoding: binary" with MTOM part and this creates interoperability issue with .NET 3.0 [SWS-225].
spring-ws - v1.5.0-RC1

Published by gregturn almost 2 years ago

  • #461 - CommonsXsdSchema has issues with schema prefixes [SWS-305].
  • #459 - WS-Security documentation typo's [SWS-303].
  • #457 - The key used in Wss4j interceptor's Signature tests has expired [SWS-301].
  • #385 - Client-side support for WS-Addressing [SWS-298].
  • #454 - Server-side support for WS-Addressing [SWS-297].
  • #453 - Allow logger name to bet set in PayloadLoggingInterceptor & SoapEnvelopeLoggingInterceptor [SWS-296].
  • #452 - WSS4J interceptor lacks a property to set WSHandlerConstants.ENC_KEY_NAME option [SWS-295].
  • #451 - WSS4J interceptor shouldn't verify that validationDecryptionCrypto != null [SWS-294].
  • #450 - Response should be cleared in case of exception in WS-Security securement [SWS-293].
  • #447 - Support Spring IDE in NamespaceHandlers [SWS-290].
  • #446 - Add diagnostic information to threadlocals [SWS-289].
  • #443 - WSS4J AcegiDigestPasswordValidationCallbackHandler does not set Acegi SecurityContext [SWS-286].
  • #441 - WSS4J jars missing from the "with-dependencies" distribution [SWS-284].
  • #439 - Document Wss4jInterceptor [SWS-282].
  • #428 - Request to inline included XSD's in auto generated WSDL's [SWS-271].
  • #416 - Support Java 6 HTTP server [SWS-259].
  • #407 - Create Spring Security handlers for WS-Security [SWS-252].
  • #405 - Enable MessageDispatcherServlet to serve included xml schemas [SWS-250].
  • #404 - POX Sample [SWS-249].
spring-ws - v1.5.0-RC2

Published by gregturn almost 2 years ago

  • #470 - Endpointsextending AbstractMarshallingPayloadEndpoint require a marshaller also for oneway style service [SWS-315].
  • #468 - Rewrite Airline sample to use Spring 2.5 features [SWS-313].
  • #467 - Add FAQ entry for Websphere [SWS-312].
  • #466 - Create RequestMessage in JmsSenderConnection constructor [SWS-311].
  • #389 - Add getters for ProviderBasedWsdl4jDefinition [SWS-310].
  • #464 - WebServiceTemplate skips handling fault in response with checkConnectionForFault="false" when HTTP status code is not 200 or 500 [SWS-308].
  • #463 - org.springframework.ws.soap.security.wss4j.callback.KeyStoreCallbackHandler uses tiger specific classes [SWS-307].
  • #462 - Document DefaultWsdl11Defintion and WSDL Provider model [SWS-306].
  • #460 - Support XsdSchema in AbstractValidatingInterceptor [SWS-304].
  • #455 - WS-Addressing Documentation [SWS-299].
  • #333 - Create and use some wrapper around javax.xml.validation.Schema [SWS-179].
  • #244 - WS-Addressing support [SWS-84].
spring-ws - v1.0.4

Published by gregturn almost 2 years ago

  • #442 - Clear SecurityContext in Acegi Callbacks [SWS-285].
  • #432 - NAMESPACE_ERR: An attempt is made to create or change an object in a way which is incorrect with regard to namespaces. [SWS-275].
  • #431 - Soap headers with whitespace cause java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.impl.TextImpl - Part II [SWS-274].
  • #423 - AxiomContentHandler should empty the response body before adding the transformation result [SWS-266].
  • #420 - XPathExpressionFactory should fallback to Jaxen if no JAXP 1.3 XPath implementation is available [SWS-264].
spring-ws - v1.5.0

Published by gregturn almost 2 years ago

  • #471 - Unresolvable dependency in parent pom [SWS-316].
spring-ws - v1.5.1

Published by gregturn almost 2 years ago

  • #501 - Upgrade Airline sample to use Spring Security [SWS-350].
  • #408 - Error using AxiomSoapMessageFactory with comments in request [SWS-347].
  • #494 - NPE in AbstractAnnotationMethodEndpointMapping on line 47 during postProcessAfterInitialization [SWS-342].
  • #493 - Wss4jSecurityInterceptor and AcegiDigestPasswordValidationCallbackHandler do not correctly work together to update the Acegi security context. [SWS-341].
  • #492 - Create new MessagesProvider that only includes elements with the given suffixes [SWS-340].
  • #491 - XML namespace (http://www.w3.org/XML/1998/namespace) mapped to wrong prefix when building WSDL with inlined schemas [SWS-339].
  • #490 - Inspect Content-Type in WebServiceTemplate [SWS-338].
  • #489 - WebServiceTemplate problem when invoking oneway style services with marshalSendAndReceive [SWS-337].
  • #488 - Fix Airline C# client build script [SWS-336].
  • #401 - SaajXmlReader NullPointerException / jboss / mac in interceptors [SWS-335].
  • #487 - Calls to lifecycleMonitor.notifyAll() in AbstractStandaloneMessageReceiver are superfluous [SWS-334].
  • #486 - Transport streams not closed in WebServiceConnection [SWS-333].
  • #399 - Upgrade to Spring Security 2.0 [SWS-332].
  • #485 - Spring MVC View based on OXM marshaller [SWS-331].
  • #484 - WebServiceTemplate hasFaut skips check for fault in response if the connection implements FaultAwareWebServiceConnection [SWS-330].
  • #482 - Error creating signed message with WSS4J [SWS-328].
  • #481 - Document Embedded HTTP Server transport [SWS-327].
  • #480 - Separate MessageTracing logger between sent and received messages [SWS-326].
  • #479 - Spring WS modules require spring modules 2.5.0 [SWS-325].
  • #478 - Make Import-package: javax.wsdl.extensions.soap12 in MANIFEST.MF optional [SWS-324].
  • #477 - Fix xmlsec dependency [SWS-323].
  • #475 - Update artifact version in tutorial [SWS-321].
  • #474 - Add timeout properties to Client-side transport [SWS-320].
  • #473 - Document MessageTracing logging [SWS-319].
  • #394 - Integrate spring OXM with Spring core JMS support / OXM MessageConverter [SWS-317].
  • #465 - Add namespaceMappings property to CastorMarshaller [SWS-309].
  • #456 - SAAJ0539: Unable to get header stream in saveChanges [SWS-300].
  • #444 - Spring Web Services does not seem to work with Castor 1.2 [SWS-287].
  • #438 - add support for imported xsd in static wsdl as well as xsd's that import other xsd's [SWS-281].
spring-ws - v1.5.2

Published by gregturn almost 2 years ago

  • #506 - mistakes in the Spring webservices online tutorial [SWS-355].
  • #505 - Document AbstractValidatingMarshallingPayloadEndpoint and AbstractFaultCreatingValidatingMarshallingPayloadEndpoint [SWS-354].
  • #504 - Schema inlining results in duplicate inlining of files referenced from multiple files [SWS-353].
  • #497 - WSS4J interceptor creates creates invalid digest for SAAJ messages [SWS-345].
  • #496 - Add @Endpoints support to AbstractEndpointExceptionResolver [SWS-344].
  • #483 - SaajContentHandler shouldn't repeat namespace declarations [SWS-329].
  • #458 - Need to prevent parsing server-side responses and client-side requests into axiom trees if using axiom and payload caching is off [SWS-302].
spring-ws - v1.5.3

Published by gregturn almost 2 years ago

  • #537 - Exceptions thrown using WS-Addressing result in Assert failure in Addressing10.addAddressingHeaders [SWS-385].
  • #535 - JmsSenderConnection does not correlate response messages on permanent response queues [SWS-383].
  • #534 - DefaultWsdl11Definition should throw exceptions when given an empty suffix [SWS-382].
  • #531 - Wss4jSecurityInterceptor.toDocument(..) causes decryption to fail when using SaajSoapMessageFactory [SWS-378].
  • #530 - Create all-in-one source jar [SWS-377].
  • #529 - SaajSoapMessage.setSaajMessage() and AxiomSoapMessage.setAxiomMessage() should clear cached fields [SWS-376].
  • #528 - DefaultURIResolver with witespaces [SWS-374].
  • #527 - broken links in FAQ [SWS-373].
  • #525 - Expose MaxConnectionsPerHost and TotalConnections in CommonsHttpMessageSender [SWS-371].
  • #524 - 'KeyStoreUtils.loadDefaultKeyStore()' issue [SWS-370].
  • #523 - Website links broken [SWS-369].
  • #521 - SOAP over JMS (BEA Weblogic 9.2) - empty body in SOAP responses with a jms TextMessage [SWS-367].
  • #520 - Dynamic AOP proxies for @Endpoints result in IllegalArgumentExceptions [SWS-366].
  • #518 - wss4j-1.5.4.jar not in repository [SWS-365].
  • #516 - AcegiPlainTextPasswordValidationCallbackHandler doesn't implement InitializingBean [SWS-363].
  • #513 - XStream.addImplicitCollection not supported by XStreamMarshaller [SWS-361].
  • #510 - Using Axiom with payload caching off sometimes creates empty soap bodies [SWS-359].
  • #507 - NPE in JmsSenderConnection.onReceiveBeforeRead() when the received Message is null [SWS-358].
  • #413 - Axiom does not support SwA attachments [SWS-357].
  • #498 - HandlerAdapter for XsdSchemas [SWS-346].
  • #430 - AbstractAnnotationMethodEndpointMapping doesn't support proxied bean dependencies [SWS-273].
spring-ws - v1.5.4

Published by gregturn almost 2 years ago

  • #557 - Constructor in example for AbstractMarshallingPayloadEndpoint is wrong [SWS-406].
  • #555 - Do not transform request payload Sources when not necessary [SWS-404].
  • #553 - Create utility for dealing with Source and Result objects [SWS-402].
  • #552 - unable to use maven2 to use version above 1.0.4 due to missing jar: bouncycastle:bcprov-jdk15🫙132 [SWS-401].
  • #550 - Upgrade XStream dependency to 1.3 [SWS-399].
  • #549 - Add layer of indirection for obtaining WebServiceTemplate URIs [SWS-398].
  • #548 - Add the possibility to WebServiceTemplate to extract the service URI from a WSDL [SWS-397].
  • #546 - @Endpoint with method having any other annotation then @PayloadRoot is not mapped [SWS-396].
  • #545 - Spring-WS support manifest has wrong version of spring xml import [SWS-395].
  • #544 - Update FAQ to reflect new SAAJ jar in WebLogic 10 [SWS-394].
  • #543 - Incoming message with with UTF-8 BOM is failing [SWS-393].
  • #542 - Client-side validation interceptor [SWS-391].
  • #541 - problem with DomContentHandler [SWS-389].
  • #538 - DefaultWsdl11Definition.setFaultSuffix : responseSuffix overwritten [SWS-386].
  • #526 - Missing support for interface/implementation separated JAXB classes in Jaxb2Marshaller [SWS-372].
  • #514 - WSDL generation issue when xsds import other xsds [SWS-362].
  • #366 - Setting Basic Authentication preemptive through CommonsHttpMessageSender [SWS-214].
spring-ws - v1.5.5

Published by gregturn almost 2 years ago

  • #586 - Javadoc State Thread Safety Level PayloadEndpoint Implementers Must Support [SWS-443].
  • #582 - Reference guide, chapter 5.3.1.1., contains typo [SWS-439].
  • #580 - Method addOmittedFields in XStreamMarshaller should access XStream instance via getter. [SWS-437].
  • #578 - Extension of AbstractSoapFaultDefinitionExceptionResolver to support SOAP 1.2 faults [SWS-433].
  • #577 - AxiomSoap12Body.getFault() returns object of type AxiomSoap11Fault [SWS-432].
  • #576 - Document Spring Security integration [SWS-431].
  • #573 - AbstractEndpointExceptionResolver.resolveException() does not let subclasses have full access to the MethodEndpoint that raised an exception [SWS-427].
  • #572 - Upgrade xmlsec to 1.4.1, since 1.4.0 has problems with UTF-8 [SWS-425].
  • #570 - Class AxiomUtils is not java 1.4 compatible [SWS-422].
  • #568 - AxiomSoapMessage + SOAP1.2 SoapAction [SWS-420].
  • #511 - Packaging: Wrong castor version in distribution. [SWS-419].
  • #567 - Castor mappings are added multiple times [SWS-418].
  • #566 - spring-ws-core-tiger should be declared as an OSGi fragment since it contributes classes to packages from spring-ws-core [SWS-417].
  • #565 - Wss4jSecurityInterceptor loosing SOAPAction header [SWS-416].
  • #509 - SchemaCollection issues with classpath resources and relative schema imports [SWS-413].
  • #562 - PayloadTransformingInterceptor does not work with a DomPoxMessage - the transformation clears the document [SWS-412].
  • #561 - When using permanent replyTo queues, their JNDI names can't start with jms/ in the defaultUri property of the WebServiceGateway [SWS-411].
  • #508 - AxiomSoapMessage does not work fine in Spring-WS with CastorMarshaller [SWS-410].
  • #560 - CommonsXsdSchemaCollection / Apache Schema exceptions do not contain enough detail [SWS-409].
  • #559 - Incorrect URL to Bamboo in pom [SWS-408].
  • #556 - Spring-ws-archetype -DarchetypeVersion=1.5.3 but pom 1.5.2 [SWS-405].
  • #554 - bundles ws.core and ws.support have a circular dependency [SWS-403].
spring-ws - v1.5.6

Published by gregturn almost 2 years ago

  • #612 - java.lang.NoClassDefFoundError: com/sun/org/apache/xml/internal/security/Init [SWS-476].
  • #611 - Upgrade to Axiom 1.2.8 [SWS-475].
  • #610 - JmsSenderConnection does not commit transaction after send, leading to messages never being sent if sessionTransacted is true [SWS-473].
  • #608 - Invalid xml in SoapFaultMappingExceptionResolver example, section 5.6.1 [SWS-471].
  • #607 - Unwanted property file after extending WebServiceTemplate [SWS-470].
  • #606 - Content type not set accouring to Http specification, RFC 2616 [SWS-469].
  • #604 - Issues while generating of WSDL using SpringWS1.5 and spring-core2.0 [SWS-467].
  • #602 - Optional WS-Addressing request headers being treated as mandatory [SWS-465].
  • #601 - The use of WS Addressing results in malformed SOAP messages [SWS-464].
  • #600 - Update Jibx dependency to 1.1.6a [SWS-463].
  • #599 - JavaDoc fix for PayloadRootAnnotationMethodEndpointMapping [SWS-462].
  • #597 - Correct the documentation about SoapAction in section 4.1.3.3 [SWS-460].
  • #595 - AxiomSoapMessageFactory payloadCaching=false causes org.springframework.ws.soap.axiom.AxiomSoapEnvelope.getBody() to fail [SWS-457].
  • #594 - Wss4jSecurityInterceptor example specifies invalid Validation Action and Securement Action [SWS-456].
  • #593 - Mangled predefined xml 'special character' entities when using AxiomSoapMessageFactory and extending AbstractStaxStreamPayloadEndpoint [SWS-455].
  • #589 - Spelling mistake in documentation [SWS-449].
  • #585 - Generated WSDL file does not contain xmime attribute "expectedContentTypes" present in xsd files. [SWS-442].
  • #583 - WebServiceTemplate still creates a connection even if a ClientInterceptor sets a Response [SWS-440].
  • #575 - WSDL is renedered without resolving dynamic attributes managed using a PropertyPlaceHolderConfigurer object [SWS-430].
  • #421 - Add callback functionality to transport connections [SWS-375].
  • #512 - All-in-one jar doesn't contain correct spring.handlers [SWS-360].
spring-ws - v1.5.7

Published by gregturn almost 2 years ago

  • #642 - SpringPlainTextPasswordValidationCallbackHandler doesn't override handleUsernameToken [SWS-514].
  • #640 - AxiomSoapMessageFactory throws IllegalArgument when Content-Type is not set [SWS-510].
  • #639 - Namespace prefix in attribute value not resolved correctly [SWS-509].
  • #636 - All-in-one jar contains different namespace in spring.handlers than the module jars [SWS-506].
  • #634 - Soap envelope rpc-encoded namespace issue [SWS-502].
  • #547 - remove amazonaws repository urls from spring-ws-parent pom [SWS-500].
  • #631 - 3.6.1. Handling the XML Message tutorial with wrong code [SWS-498].
  • #630 - JDOM exception when parsing odd SOAP message with SaajSoapMessageFactor [SWS-497].
  • #629 - SpringWS client does not send Mtom attachments - it inlines them instead. [SWS-496].
  • #626 - AbstractHttpSenderConnection getErrorMessage() [SWS-494].
  • #625 - Maven POM uses incorrect stax-api dependency [SWS-492].
  • #623 - log Exceptions in SoapFaultMappingExceptionResolver (like spring webmvc SimpleMappingExceptionResolver) [SWS-490].
  • #621 - Export-Packages in MANIFEST.MF are not versioned [SWS-488].
  • #619 - SaajSoap11Body.getFault() does not conforms to interface specification - if no fault is present IllegalArgumentException is thrown instead of returning null. [SWS-486].
  • #618 - xml:lang="en" attribute in element is not compliant to SOAP/1.1 schema [SWS-485].
  • #617 - Missing version qualifiers on Export-Package entries [SWS-484].
  • #616 - Wss4j 1.5.5 stripping custom SOAP headers after 1.5.6 upgrade [SWS-483].
  • #615 - java.lang.IllegalStateException: Connection factory has been shutdown [SWS-482].