Commit Graph

3184 Commits

Author SHA1 Message Date
Mark Fisher
ab2ca63639 adding xsd and tooling icon 2010-01-18 17:07:49 +00:00
Mark Fisher
1dda254b96 adjusted log settings for 'ip' package 2010-01-18 17:05:25 +00:00
Mark Fisher
3ef7110a77 initial commit of IP code 2010-01-18 17:04:37 +00:00
Mark Fisher
3a7518b3e0 adding ip module 2010-01-18 16:59:36 +00:00
Mark Fisher
b198aa14e5 added description-only constructor to MessageMappingException 2010-01-18 15:11:04 +00:00
Iwein Fuld
f13a09f926 Added hint to exception most often caused by send timeout 2010-01-13 18:22:25 +00:00
Jonas Partner
53f59d42a3 Resolves INT-955 wrong groupId for OXM 2010-01-02 15:58:37 +00:00
Iwein Fuld
22a8ad18cb INT-821: renamed filter based on INT-CR-7 review 2009-12-30 22:23:33 +00:00
Iwein Fuld
2d8079d90c INT-330: polished javadoc for MessageGroup 2009-12-29 20:17:53 +00:00
Iwein Fuld
058e555de9 INT-330: Added MessageGroup and refactored CorrelatingMessageHandler and MessageGroupProcessors. This is an intermediary commit. Still there are some options for simplification around the MessageGroupListener interface, as onMessageProcessed could likely be moved into the message group. 2009-12-29 18:19:35 +00:00
Iwein Fuld
89c06965f0 INT-746: improved javadoc. 2009-12-29 12:23:40 +00:00
Iwein Fuld
0ad15c60cc POLISH: avoided some deprecation warnings, added some mock tests. 2009-12-28 19:07:30 +00:00
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