Commit Graph

787 Commits

Author SHA1 Message Date
Mark Fisher
c8f37d7877 INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) 2010-10-27 15:59:41 -04:00
Dave Syer
4e9d357606 Fix test broken in last commit 2010-10-27 12:07:07 -07:00
Dave Syer
3db5193080 Fix test to not dump files in top level dir 2010-10-27 11:31:05 -07:00
Mark Fisher
ab75fcabf9 ExpressionPayloadMessageProcessor now supports Expression instances as payloads in addition to Strings 2010-10-27 14:07:26 -04:00
Mark Fisher
8e527762f2 INT-1527 moved MetadataStore from 'context.metadata' to 'store' 2010-10-27 13:41:36 -04:00
Mark Fisher
e1991dc56e polishing 2010-10-27 13:16:07 -04:00
Mark Fisher
a61c12b3b0 polishing 2010-10-27 13:10:35 -04:00
Mark Fisher
7412bc239c INT-1527 MetadataStore refactoring 2010-10-26 18:39:52 -04:00
Mark Fisher
7e3f851e10 polishing 2010-10-25 17:42:00 -04:00
Dave Syer
53dd793819 INT-1507: add control bus to core and groovy 2010-10-25 10:04:47 -07:00
Josh Long
e44f9a6e31 cleanup of the code: removing cyclic dependencies, cleaning out package hierarchy, etc, in support of INT-1548 INT-1549 INT-1547 2010-10-23 17:18:22 -07:00
Dave Syer
d7bbbaae17 INT-1507, INT-1545: Add groovy processor for payloads
- Remove unneeded config file
- Upgrade groovy
- fix potential permgen leak in groovy payload processor
- Test concurrent execution
2010-10-23 10:47:24 -07:00
Mark Fisher
d0ef062c2e INT-1487 updated some test config references to commons.serializer as well as tooling annotations in schemas 2010-10-22 21:50:09 -05:00
Mark Fisher
180753ca5b INT-1487 now using Spring 3.0.5 core Serializer/Deserializer, INT-1490 import version is now resolved since it's included in 'core' import, and INT-1526 updated the affected template.mf files for 3.0.5 as the minimum (will address others next) 2010-10-22 21:12:22 -05:00
Iwein Fuld
656071b2a7 INT-988: Unignore test case as upgrade to Spring 3.0.5 resolves the problem. 2010-10-22 16:54:05 +02:00
Dave Syer
a8bedeee38 Allow namespace attributes to be expressions and placeholder values 2010-10-18 11:35:31 -07:00
Dave Syer
74f85def5e Fix test failures (Windoze?) 2010-10-18 11:35:03 -07:00
Mark Fisher
a3d14aab9c INT-1534 @Header annotations now accept hyphenated header names 2010-10-18 10:20:50 -04:00
Oleg Zhurakousky
01da99eff2 INT-1527, INT-786, polished FileBasedPropertiesStore, added 'baseDirectory' property, added tests 2010-10-18 08:22:54 -04:00
Oleg Zhurakousky
903e8846e8 INT-1527, fixed the directory path 2010-10-17 23:03:27 -04:00
Oleg Zhurakousky
3bf404cc2a INT-1527, INT-786 refactoread and renamed MetadataPersister to MetadataSore strategy, provided a very simple file-based implementation as FileBasedPropertiesStore which ises DefaultPropertiesPersister, modified FEED module to depend on it 2010-10-17 22:35:35 -04:00
Dave Syer
e0dcf08b7e INT-1518: Provide crutch for broken RDBMS (DB2, Derby etc.)
- Externalize storeLock and LockInterceptor utility
- Add tests showing usage of tx interceptor
2010-10-17 16:54:38 -07:00
Mark Fisher
05de3b44c4 added test for header sub-elements with a method-invoking inbound-channel-adapter 2010-10-17 18:52:33 -04:00
Mark Fisher
e1b5088bc1 INT-1531 making getEvaluationContext() protected on AbstractExpressionEvaluator 2010-10-17 16:21:25 -04:00
Mark Fisher
df6d360441 INT-1000 polishing JsonInboundMessageMapper 2010-10-17 16:03:09 -04:00
Mark Fisher
52a1ba50df INT-1001 polishing JsonOutboundMessageMapper 2010-10-17 15:50:40 -04:00
Iwein Fuld
d0a00c68fd INT-1500: add apply-sequence flag to splitter. 2010-10-17 20:00:34 +02:00
Mark Fisher
70bf4fb7fa INT-1494 replaced 'scheduled-producer' with 'inbound-channel-adapter' 2010-10-17 12:08:45 -04:00
Mark Fisher
a6769f6fef INT-1494 added test for header expressions 2010-10-17 11:12:15 -04:00
Mark Fisher
0b6c04c0ea INT-1494 MethodInvokingMessageSource now extends AbstractMessageSource (will support header expressions) 2010-10-17 11:08:12 -04:00
Mark Fisher
bf9c8a15f0 INT-1494 first step: scheduled-producer now creates an instance of SourcePollingChannelAdapter 2010-10-17 10:35:49 -04:00
Mark Fisher
75527483f8 INT-1513 default send timeout for all handlers that extend AbstractReplyProducingMessageHandler is now that of the underlying MessagingTemplate (-1, indefinite). It can of course be changed via setSendTimeout(long). 2010-10-16 15:43:32 -04:00
Oleg Zhurakousky
3c5218ec67 INT-786 initial cleanup, removed MetaPersister in favor of injecting a Map which could be anything (e.g., cache etc.) 2010-10-16 08:03:00 -04:00
Mark Fisher
33888a1faf INT-1489 added Orderable interface so that setOrder() can be invoked without downcasting to a concrete type 2010-10-15 18:02:40 -04:00
Mark Fisher
d1dd9862a0 INT-1489 refactored SplitterFactoryBean to accommodate AOP proxies, and replaced an instanceof check for a concrete class to one for the MessageProducer interface 2010-10-15 17:53:01 -04:00
Mark Fisher
4bb5443a83 INT-1489 removed unnecessary instanceof checks in RouterFactoryBean 2010-10-15 16:57:45 -04:00
Mark Fisher
2910a9510c removing obsolete TODO from XSD 2010-10-15 12:15:08 -04:00
Iwein Fuld
e378af9006 INT-1339: Ensure sequences with gaps work in integrated scenario. Improve logging around correlated messages. 2010-10-15 17:50:50 +02:00
Iwein Fuld
0ddc1fe667 INT-1525: Add treatment for releasePartialSequences to ResequencerParser and CorrelatingMessageHandler 2010-10-15 17:50:34 +02:00
Mark Fisher
d68c9ba12b INT-1121 The 'messageStore' bean name is now the default reference for Claim Check transformers 2010-10-15 10:39:22 -04:00
Mark Fisher
ec8f3486a1 INT-1524 MessageHistory is now serializable 2010-10-15 08:24:26 -04:00
Oleg Zhurakousky
bbc9185991 INT-1399, modified calls to ConversionService to be in compliance with API changes in Spring 3.0.5 (obviously these changes are good for 3.0.3) 2010-10-15 06:59:36 -04:00
Oleg Zhurakousky
654ded6898 INT-957, polishing, also going back to throwing MessageRejectionException from XmlValidatingMessageSelector 2010-10-14 18:26:06 -04:00
Oleg Zhurakousky
fc51593001 INT-1519, INT-957, INT-1515, Added support for propagating XML Validation exceptions with MessageRejectedException, added support for 'xml-validator' attribute, change XmlValidatingMessageSelector to be bootstrapped with either Resource/Schema or XmlValidator 2010-10-14 14:12:54 -04:00
Oleg Zhurakousky
697a939370 INT-1377 merged AbstractRouterParser with AbstractChannelNameResolvingRouterParser, removed AbstractChannelNameResolvingRouterParser, now AbstractRouterParser is the base class for all routers 2010-10-14 07:04:10 -04:00
Oleg Zhurakousky
1d0b773f2b INT-1517, combined Single and Multi channel XPath routers, modified XPathRouterParser to inherit form the base parser for all routers, combine single/multiple xpath router tests into one 2010-10-14 06:45:22 -04:00
Oleg Zhurakousky
d58dd2fe25 INT-1377, polishing 2010-10-13 21:25:24 -04:00
Mark Fisher
fead4270cf INT-1382 updated XSD to support 'expression' sub-elements for header-enricher 2010-10-13 16:45:38 -04:00
Mark Fisher
7b70e3dcfe INT-1382 added support for expression sub-elements for header-enricher 2010-10-13 16:22:33 -04:00
Oleg Zhurakousky
5b6a96c34f INT-1377, polishing, added test for expression based router dynamics 2010-10-13 15:14:33 -04:00