Commit Graph

2572 Commits

Author SHA1 Message Date
Iwein Fuld
b5de4b64dc INT-950: turns out all supporting classes already had this property, so only changes in the namespace and the parser were needed. 2009-12-28 18:58:56 +00:00
Jonas Partner
8f86f0f578 INT-836 XPath header enricher. namespace to follow 2009-12-27 20:38:42 +00:00
Mark Fisher
5dd8dd6889 updating poms for M2 release 2009-12-24 16:40:07 +00:00
Mark Fisher
f98bd4cc9d preparing for M2 release 2009-12-24 15:24:04 +00:00
Mark Fisher
d8663e225b preparing for M2 release 2009-12-24 15:23:15 +00:00
Mark Fisher
025118cac0 format 2009-12-24 15:19:23 +00:00
Mark Fisher
a8f3edd52a INT-911 created a separate XSD element for the 'gateway' used inside a chain, to avoid 'default' in the attribute names 2009-12-24 15:09:49 +00:00
Oleg Zhurakousky
c8683b5ab4 Added directives on how to re-enable OSGi console on dmServer past 2.0.M5 2009-12-24 15:05:01 +00:00
Mark Fisher
f65e47b41d INT-944 MethodInvokingMessageProcessor now handles Mockito mocks properly. 2009-12-24 14:23:55 +00:00
Iwein Fuld
ab7272d980 INT-944: Reproduction (now with class and method= on the service-activator) 2009-12-24 13:45:38 +00:00
Iwein Fuld
4c210ad05f INT-944: Reproduction (without proper mocking this time) 2009-12-24 13:26:40 +00:00
Mark Fisher
b4bbf27432 INT-945 multiple @Payload annotations are now supported as long as no more than one of them provides no EL expression for qualified properties of the payload instance 2009-12-24 13:16:06 +00:00
Oleg Zhurakousky
c313efda0a INT-875 2009-12-24 13:09:56 +00:00
Oleg Zhurakousky
edf3449178 INT-846 2009-12-24 11:38:17 +00:00
Oleg Zhurakousky
572b7c0656 INT-911, Created MessageHandling infrastructure around Gateway so it could be included in the <chain> 2009-12-24 10:42:55 +00:00
Iwein Fuld
34d7f0c63c INT-944: Reproduction 2009-12-24 09:07:49 +00:00
Mark Fisher
afb53e166d INT-851 Added method name to the "name" property of the MessageHistory.Event for a gateway. 2009-12-24 02:37:54 +00:00
Mark Fisher
65102cc725 INT-578 RecipientListRouter now accepts a channel Map with MessageSelector keys (no namespace support yet). 2009-12-24 01:59:08 +00:00
Mark Fisher
5cabd501aa INT-937 added brackets in toString 2009-12-24 00:38:11 +00:00
Mark Fisher
fd107168df INT-937 added toString implementation to MethodInvokingMessageProcessor 2009-12-24 00:35:17 +00:00
Mark Fisher
8301f5410b INT-843 2009-12-23 22:07:38 +00:00
Mark Fisher
f0ba127305 INT-931 header-enricher now supports method invocation 2009-12-23 21:49:54 +00:00
Mark Fisher
99a577372e Avoiding NPE when there is an ambiguous method and no method name has been provided. 2009-12-23 20:32:09 +00:00
Ben Hale
60ef9cb730 Updated to new version of spring-build 2009-12-23 08:30:18 +00:00
Mark Fisher
be13958da4 INT-926 inner handler beans are now created with prototype scope to avoid shared singleton for multiple inheritors of same abstract parent (see tests in this commit for an example). 2009-12-23 06:56:42 +00:00
Mark Fisher
b7eabf8102 INT-924 Web Service sample now uses the new <ws:header-enricher> element to set the soap-action header. 2009-12-23 06:19:38 +00:00
Mark Fisher
9bac64589d INT-779 The 'send-timeout' attribute is now available for all reply-producing handler types. 2009-12-23 03:46:18 +00:00
Mark Fisher
886e1dccb2 INT-828, INT-936 Created a FilteringReflectiveMethodResolver for use in the SpEL expression evaluation. 2009-12-23 02:09:50 +00:00
Mark Fisher
f84f71f261 formatting (after CR-9 review) 2009-12-22 21:44:51 +00:00
Mark Fisher
6b2ad819b5 INT-856 2009-12-22 19:23:24 +00:00
Mark Fisher
e55442e00a INT-934 2009-12-22 15:55:57 +00:00
Mark Fisher
7c6e207adc INT-828, INT-829 Message mapping and method resolution are now both managed with SpEL support. INT-925 is resolved by this commit as well, since the EvaluationContext is reused for all invocations within a handler. This also appears to make the problem in INT-915 obsolete, and it lays the groundwork for INT-174 at the message-handling level. 2009-12-22 12:51:45 +00:00
Iwein Fuld
59783244f1 upgraded spring.version in pom.xml 2009-12-18 14:33:14 +00:00
Mark Fisher
5a6aea6b9d INT-847 Upgraded to Spring 3.0.0.RELEASE 2009-12-16 17:30:42 +00:00
Iwein Fuld
647c825cad INT-821: implemented namespace support for file locking 2009-12-14 21:11:58 +00:00
Mark Fisher
277ffcca60 modified custom (temporary) canConvert() method for Map/Properties from String in preparation for Spring 3.0 final 2009-12-14 16:28:21 +00:00
Mark Fisher
6456c5bd91 INT-909 updated documentation for classname changes and the new 'extractPayload' property 2009-12-14 00:59:57 +00:00
Mark Fisher
3977e9cdcd INT-909 Adjusted context file names in tests. 2009-12-14 00:48:28 +00:00
Mark Fisher
175e1fcd14 INT-909 Renamed test classes to be consistent with the renamed parser classes. 2009-12-14 00:46:52 +00:00
Mark Fisher
9494dd9371 INT-909 Added support for the 'extract-payload' attribute on the 'marshalling-transformer' element. The default value is "true". 2009-12-14 00:44:50 +00:00
Mark Fisher
8124446f9d Removed 'XmlPayload' from the names of 'XmlPayloadUnmarshallingTransformer' and 'XmlPayloadMarshallingTransformer' since the former can now return a Message instance and the latter now accepts a boolean to specify whether only the payload should be passed to the marshaller or the entire Message. 2009-12-14 00:26:02 +00:00
Mark Fisher
f19eed355c INT-879 Added header-enricher for setting the SOAP Action. 2009-12-13 23:21:04 +00:00
Mark Fisher
cb519ac9db re-added the "message-converter" attribute for the outbound-gateway element 2009-12-12 23:47:29 +00:00
Mark Fisher
9621a663fc INT-837 The 'inbound-channel-adapter' element in the JMS namespace now accepts a MessageConverter reference. 2009-12-12 23:36:50 +00:00
Iwein Fuld
1b9a4fd939 formatting 2009-12-12 19:56:17 +00:00
Iwein Fuld
55a9b13927 INT-833: Added basic support for extending the scanning mechanism 2009-12-12 19:53:45 +00:00
Iwein Fuld
4cf8defc68 INT-188: changed type of directory property to File instead of Resource 2009-12-12 15:00:32 +00:00
Mark Fisher
3bc36dd96b javadoc 2009-12-11 16:59:38 +00:00
Mark Fisher
c639753dd9 INT-903 2009-12-10 23:36:59 +00:00
Mark Fisher
6246779e66 increased testing timeout 2009-12-10 23:03:58 +00:00