Commit Graph

7448 Commits

Author SHA1 Message Date
Dave Syer
b37c3923e0 Fix Java 5 compilation problem 2010-10-18 11:49:11 -07:00
Dave Syer
ad044120fc INT-1535: add auto-startup to schema, plus test 2010-10-18 11:36:21 -07: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
Dave Syer
ebbb52237d Fix compiler warnings in JDBC 2010-10-18 07:45:05 -07:00
Mark Fisher
a3d14aab9c INT-1534 @Header annotations now accept hyphenated header names 2010-10-18 10:20:50 -04:00
Mark Fisher
2f9f92235c INT-1446 added 'header-mapper' attribute support for non-marshalling WS inbound gateway 2010-10-18 09:20:28 -04:00
Oleg Zhurakousky
01da99eff2 INT-1527, INT-786, polished FileBasedPropertiesStore, added 'baseDirectory' property, added tests 2010-10-18 08:22:54 -04:00
Mark Fisher
93c08e6e3e INT-1446 added DefaultSoapHeaderMapper. SimpleWebServiceInboundGateway now delegates to it. 2010-10-18 08:14:49 -04:00
Oleg Zhurakousky
5b6583dfe6 INT-786, fixed the directory path in the tests 2010-10-17 23:25:37 -04:00
Oleg Zhurakousky
c60b464b0e INT-786, fixed schema to remove camelCase attribute 'feedUrl', adjusted test cases 2010-10-17 23:20:35 -04:00
Oleg Zhurakousky
903e8846e8 INT-1527, fixed the directory path 2010-10-17 23:03:27 -04:00
Oleg Zhurakousky
bf81955686 INT-786, added namespace support for metadata-support strategy and tests 2010-10-17 22:57:11 -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
6adb950390 INT-1366: Fix race by collapsing 3 queries into 1 2010-10-17 16:56:21 -07: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
Oleg Zhurakousky
9563fbe915 INT-786, added missing files 2010-10-17 19:07:43 -04:00
Oleg Zhurakousky
31b3a8c0e6 INT-786, added persistence to the feed adapter, added more tests, polished more code 2010-10-17 19:02:39 -04: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
466b3b4cd6 INT-1494 updated docs to replace 'scheduled-producer' with 'inbound-channel-adapter' 2010-10-17 12:51:15 -04:00
Gary Russell
d09dfd7c45 INT-1529 NPE in inbound gateway when reply is null 2010-10-17 12:46:16 -04:00
Mark Fisher
b265312903 INT-1494 switched order of poller and inner bean (need to determine how to make XSD more flexible) 2010-10-17 12:24:07 -04: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
Oleg Zhurakousky
4db40c79b1 INT-786, fixed manifest 2010-10-17 10:23:47 -04:00
Oleg Zhurakousky
59c525a490 INT-786, more refactoring and tests, added FileUrlFeedFetcher which will allow feed URLs to be specified as file:// (mainly for testing) 2010-10-17 10:06:24 -04:00
Iwein Fuld
24fa72aab2 QUALITY: avoided file initialization @Before in favor of @Rule overriding (to avoid temporary files remaining in the source path) 2010-10-17 15:13:27 +02: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
Oleg Zhurakousky
75d9e701e1 IINT-1515, INT-1519 actually pushing the test for the XmlValidatingMessageSelector 2010-10-16 06:25:44 -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
Oleg Zhurakousky
6b18489caa INT-1519, INT-1515, polished XmlValidatingMessageSelector and related parser, added javadocs, assertions, comments, tests 2010-10-15 17:21:16 -04:00
Mark Fisher
4bb5443a83 INT-1489 removed unnecessary instanceof checks in RouterFactoryBean 2010-10-15 16:57:45 -04:00
Mark Fisher
d0426d2147 INT-1489 removed SimpleMessageProducingHandlerMetrics 2010-10-15 16:22:41 -04:00
Mark Fisher
2910a9510c removing obsolete TODO from XSD 2010-10-15 12:15:08 -04:00
Mark Fisher
1f674b07b5 adjusted .classpath files to account for missing src/test/resources directories 2010-10-15 11:56:44 -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
Oleg Zhurakousky
7f77028479 INT-786, fixed FEED module structure so its importable to STS/Eclipse, fixed classpath, maven etc... 2010-10-15 09:27:47 -04:00
Oleg Zhurakousky
05867864bd INT-1484 added namespace support for file name generation to FTPS schema 2010-10-15 09:17:35 -04:00
Oleg Zhurakousky
b77796e914 INT-1484, added support for filename-generator to FTP Outbound adapter, restructured FTP module to be consistent with other modules 2010-10-15 09:12:17 -04:00
Mark Fisher
ec8f3486a1 INT-1524 MessageHistory is now serializable 2010-10-15 08:24:26 -04:00