Commit Graph

671 Commits

Author SHA1 Message Date
Arjen Poutsma
279daae037 SWS-702 - sws:annotation-driven does not pick up @Endpoint annotations on classes that are JDK proxies 2011-10-18 11:13:40 +00:00
Arjen Poutsma
4b89c406a9 SWS-718 - Reloading the spring context does not refresh the MessageDispatcherServlet 2011-10-17 10:16:54 +00:00
Arjen Poutsma
3e744e7ba4 SWS-737 - EndpointInterceptorAdapter removes "throws Exception" from handleFault() method defined by EndpointInterceptor 2011-10-17 08:08:57 +00:00
Arjen Poutsma
932f0769a7 Javadoc 2011-10-17 08:08:32 +00:00
Arjen Poutsma
e869d95cc7 SWS-710 - Make it possible to retrieve SoapHeaderElement from SoapHeader by QName 2011-10-17 07:46:04 +00:00
Arjen Poutsma
54057b1332 SWS-710 - Make it possible to retrieve SoapHeaderElement from SoapHeader by QName 2011-10-17 07:45:18 +00:00
Arjen Poutsma
329344694e SWS-717 - Impossible to add custom error handling during JAXB marshalling/unmarshalling. 2011-10-06 11:18:58 +00:00
Arjen Poutsma
9f9e06d0d2 SWS-713 - Order of interceptor calls is dependent on the way the interceptors are included 2011-10-06 11:07:23 +00:00
Arjen Poutsma
761c354177 SWS-725 - Add a constructor/setter to WebServiceTemplate which takes a Marshaller and assigns it as both Marshaller and Unmarshaller 2011-10-06 10:31:04 +00:00
Arjen Poutsma
62f40d29c6 Typo 2011-10-06 10:30:51 +00:00
Arjen Poutsma
7bad577080 SWS-724 - DefaultConcretePartProvider is not allowing a blank suffix, due to improper assertion 2011-10-06 10:21:49 +00:00
Arjen Poutsma
59c8fd0bc0 SWS-716 - PayloadTransformingInterceptor.afterPropertiesSet() and TransformerFactory.newInstance() 2011-10-06 10:17:38 +00:00
Arjen Poutsma
9ae84b2982 SWS-709 - JavaDoc for WebServiceTemplate#setFaultMessageResolver has wrong default class 2011-10-06 10:14:23 +00:00
Arjen Poutsma
73d90ed53a Javadoc. 2011-10-06 10:12:17 +00:00
Arjen Poutsma
5da89f2628 SWS-721 - EndpointExceptionResolver mentions SOAP but this interface is not necessarily SOAP releated 2011-10-06 10:10:42 +00:00
Arjen Poutsma
9d9ca7915d SWS-733 - Typo in marshalSendAndReceive javadoc 2011-10-06 10:08:42 +00:00
Arjen Poutsma
c2108f2fb8 SWS-732 - OSGi manifest version range for javax.servlet package import too restrictive 2011-10-06 10:05:34 +00:00
Arjen Poutsma
df1cb5e34c [maven-release-plugin] prepare for next development iteration 2011-05-20 13:22:25 +00:00
Arjen Poutsma
bfcc355482 [maven-release-plugin] prepare release spring-ws-2.0.2.RELEASE 2011-05-20 13:20:58 +00:00
Arjen Poutsma
f2e064e45e Revert premature 2.0.2 release changes 2011-05-20 12:32:59 +00:00
Arjen Poutsma
226685ca0b [maven-release-plugin] prepare for next development iteration 2011-05-20 12:08:31 +00:00
Arjen Poutsma
e1abf18d9c [maven-release-plugin] prepare release spring-ws-2.0.2.RELEASE 2011-05-20 12:07:04 +00:00
Arjen Poutsma
cc73683820 SWS-702 - sws:annotation-driven does not pick up @Endpoint annotations on classes that are JDK proxies 2011-05-19 12:49:58 +00:00
Arjen Poutsma
bd62e54013 SWS-702 - sws:annotation-driven does not pick up @Endpoint annotations on classes that are JDK proxies 2011-05-19 12:39:49 +00:00
Arjen Poutsma
6cdff3ec1e SWS-706 - Jaxp13XPathTemplate should support StreamSources with only a systemId if it's a valid URL 2011-05-19 10:27:39 +00:00
Arjen Poutsma
95ac6687b6 SWS-708 - PayloadValidatingInterceptor errors not clearing SecurityContextHolder 2011-05-18 14:23:02 +00:00
Arjen Poutsma
3ccc96a7e1 [maven-release-plugin] prepare for next development iteration 2011-03-29 10:01:42 +00:00
Arjen Poutsma
ee92b79a33 [maven-release-plugin] prepare release spring-ws-2.0.1.RELEASE 2011-03-29 10:00:17 +00:00
Arjen Poutsma
7b1862ad1a SWS-699 - XomPayloadMethodProcessor is not added methodReturnValueHandlers in DefaultMethodEndpointAdapter 2011-03-28 09:31:19 +00:00
Arjen Poutsma
ba2744ab82 SWS-242 - Allow for custom ErrorHandler in PayloadValidatingInterceptor 2011-03-24 10:12:51 +00:00
Arjen Poutsma
04aab9f6b0 SWS-691 - Annotation-driven tag does not support ws-addressing @Action 2011-03-22 12:00:30 +00:00
Arjen Poutsma
9eb37a77e9 SWS-698 - EndpointExceptionResolver is not registered autmaticaly when used togeter with <sws:annotation-driven/> tag 2011-03-22 11:21:27 +00:00
Arjen Poutsma
38ecdd22b8 SWS-681 - Manifest files in 2.0.0 release are incorrect 2011-03-21 11:56:51 +00:00
Tareq Abedrabbo
eb54ee8e7c SWS-684 - Added support for <ref> elements inside the <interceptors> element 2011-02-03 12:35:38 +00:00
Tareq Abedrabbo
b1eefff62e Completed truncated Javadoc comment 2011-02-02 14:13:58 +00:00
Tareq Abedrabbo
9eb63f0e6e SWS-686 - Added use="required" to the locationUri attribute 2011-01-30 21:57:23 +00:00
Arjen Poutsma
5a9768d2df [maven-release-plugin] prepare for next development iteration 2011-01-11 12:02:01 +00:00
Arjen Poutsma
ec669a3ae2 [maven-release-plugin] prepare release spring-ws-2.0.0.RELEASE 2011-01-11 12:01:45 +00:00
Arjen Poutsma
829dd284c6 Preparing for 2.0-RELEASE 2011-01-11 11:55:26 +00:00
Arjen Poutsma
d6fb1a8285 [maven-release-plugin] prepare for next development iteration 2011-01-11 11:28:40 +00:00
Arjen Poutsma
007d266e90 [maven-release-plugin] prepare release spring-ws-2.0.0-RELEASE 2011-01-11 11:28:26 +00:00
Arjen Poutsma
3e55a7c6f5 Updating poms 2011-01-06 12:22:36 +00:00
Arjen Poutsma
7bb66cb750 SWS-675 - XwssSecurityInterceptor in combination with <sws:interceptors> 2011-01-05 14:22:25 +00:00
Arjen Poutsma
dfd12c01f2 Add exception resolvers to annotation-driven 2011-01-04 12:45:45 +00:00
Arjen Poutsma
53fe225311 SWS-673 - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method 2011-01-04 11:07:48 +00:00
Arjen Poutsma
2426595332 SWS-673 - Remove final keyword from AbstractAnnotationMethodEndpointMapping initApplicationContext() method 2011-01-04 11:06:58 +00:00
Arjen Poutsma
e55da1ca8a SWS-677 - /META-INF/spring.schema 2011-01-04 10:50:49 +00:00
Arjen Poutsma
093fef325c [maven-release-plugin] prepare for next development iteration 2010-12-23 11:06:58 +00:00
Arjen Poutsma
ec76761a31 [maven-release-plugin] prepare release spring-ws-2.0.0-RC2 2010-12-23 11:06:43 +00:00
Arjen Poutsma
f914fa1d71 Documentation 2010-12-20 12:34:05 +00:00