Commit Graph

5580 Commits

Author SHA1 Message Date
Jeremy Grelle
933c8e42f0 Making the inbound/outbound header mapping strategy symmetrical. 2010-08-17 16:37:33 +00:00
Gary Russell
d8bfa7970e INT-1346 Timing Problem in JDBC Test; Expected 2 Messages When Only One Might be Available 2010-08-17 13:16:39 +00:00
Gary Russell
85059fd815 INT-1346 Outbound Gateway Tests Were Not Waiting for Test Listener to Start 2010-08-17 13:14:40 +00:00
Josh Long
d85fdaceb0 moving FTP / SFTP support from sandbox. 2010-08-17 03:59:52 +00:00
Mark Fisher
57d5e5c400 INT-1350 Now checking if the prefix "X-" is already in place before adding it. 2010-08-17 01:00:01 +00:00
Gary Russell
fe8dca0785 INT-1346 Fix Test Timing Problem Where Second (expected) Failure Returned Before First (Good) Message. 2010-08-17 00:49:11 +00:00
Mark Fisher
75a925bced INT-1350 DefaultHttpHeaderMaper now has 'outboundHeaderNames' and 'inboundHeaderNames'. Both are empty by default. The outbound headers will be prefixed with "X-". 2010-08-16 23:33:27 +00:00
Mark Fisher
86f69e08bb moved the DefaultOutboundRequestMapper code into the HttpRequestExecutingMessageHandler since we no longer expose the OutboundRequestMapper as a configurable strategy 2010-08-16 23:00:32 +00:00
Josh Long
0386a2cc06 I've added a newline to test whether Confluence is as whip smart as a custom adapter written in 1 minute with Spring Integration is about reacting to and notifying users of deltas in state, or, events. 2010-08-16 21:08:11 +00:00
Josh Long
ddd5ed9791 I've added a newline to test whether Confluence is as whip smart as a custom adapter written in 1 minute with Spring Integration is about reacting to and notifying users of deltas in state, or, events. 2010-08-16 21:06:16 +00:00
Josh Long
f3156ad85e changing the interface to use the Java5-compatible version 2010-08-16 20:51:06 +00:00
Mark Fisher
c8ddd348d5 reverted svn:ignore change 2010-08-16 20:45:57 +00:00
Mark Fisher
71df31b3df updated svn:ignore to exclude .settings 2010-08-16 20:44:42 +00:00
Mark Fisher
2955ef989e INT-1349 Added support for <uri-variable name="x" expression="y"/> sub-elements within the HTTP outbound adapters. Map payloads no longer provide values for the URI template placeholder replacements. 2010-08-16 20:43:30 +00:00
Mark Fisher
3128010981 updated template.mf with wildcard on util package 2010-08-16 20:36:26 +00:00
Josh Long
ffb7b5db8d adding tests for INT-1332 2010-08-16 08:36:12 +00:00
Josh Long
d1cea8a12e adding tests for INT-1332 2010-08-16 08:27:08 +00:00
Josh Long
74d96fe9b0 adding tests for INT-1332 2010-08-16 08:26:39 +00:00
Josh Long
e8d80e04e0 adding tests for INT-1332 2010-08-16 08:24:46 +00:00
Josh Long
9c320539ec adding tests for INT-1332 2010-08-16 08:22:45 +00:00
Josh Long
49a0a09a35 Initial cut of the MetadataPersister support. Built two implementations - one for in-memory use cases and one for .properties-file based support. INT-1332 2010-08-16 08:03:13 +00:00
Josh Long
7bee2bf932 Initial cut of the MetadataPersister support. Built two implementations - one for in-memory use cases and one for .properties-file based support. INT-1332 2010-08-16 06:51:36 +00:00
Gary Russell
c15ebb07d8 INT-1279 Doc Changes for New Adapters/Gateways, Remove Old 2010-08-13 22:15:43 +00:00
Gary Russell
a54c7ed5f1 INT-1279 Namespace Updates For New Gateways; Remove Old Gateways/Adapters; Migrate All Tests to New Gateways/Adapters 2010-08-13 22:05:59 +00:00
David Syer
64624490bf Push Java 5 dependencies into a profile 2010-08-12 11:58:01 +00:00
David Syer
0aab43ceb8 INT-538: fix bug preventing @Aggregator with @Payloads from working 2010-08-11 16:36:55 +00:00
Gary Russell
414d5e64a9 INT-1346 Increase Timeout on Failing Aggregator Test 2010-08-10 21:24:51 +00:00
Gary Russell
390cc84c5b INT-1279 TCP ib and ob Gateways Using Connection Factories - namespace and docs to follow 2010-08-10 20:47:18 +00:00
David Syer
ae3aaf17ba INT-665: test splitter and aggregator 2010-08-10 11:29:57 +00:00
David Syer
e6b508ca87 INT-538, INT-665, INT-818: @Header, @Headers and (new) @Payloads recognised in message list POJOs
* All method scanning and expression building is consolidated in one place
* MessageProcessor and MessageListProcessor implementations share commmon delegate helper
2010-08-10 10:48:25 +00:00
Oleg Zhurakousky
7df44e7da3 INT-562, see JIRA for detailed explanation. Un-formated the formated IntegrationNamespaceUtils. 2010-08-09 17:25:32 +00:00
Oleg Zhurakousky
33089397c9 INT-1341 2010-08-09 02:40:19 +00:00
Gary Russell
1a3c09c367 INT-1307 Revert ws-inbound-gateway sample to Java 1.5 2010-08-09 00:27:02 +00:00
Gary Russell
110d4db690 INT-1307 Add jaxb-impl to POM in XML module for Java 5 Compatibility 2010-08-08 23:57:30 +00:00
Gary Russell
30eef8e6ce INT-1307 Remove @Override on interface methods in two test cases 2010-08-08 23:03:01 +00:00
Gary Russell
7ab5bae366 INT-1341 @Ignore Hanging JMS Tests 2010-08-08 22:42:10 +00:00
Gary Russell
c25367cfd3 INT-1340 Add TCP Connection Interceptor Chain 2010-08-08 22:13:19 +00:00
Iwein Fuld
c4c728b52b Removed resource loader awareness from FileWritingMessagehandlerFactoryBean as it was no longer used 2010-08-08 08:34:21 +00:00
David Syer
c17bddc34f INT-1281: BeanFactoryTypeConverter gives access in SpEL expressions to standard BeanFactory type conversion 2010-08-04 20:20:02 +00:00
David Syer
43c2849248 INT-928: tidy nested aggregator 2010-08-04 20:15:41 +00:00
David Syer
8893388a8d INT-928: added correlation history tracking to base classes for splitter and aggregator 2010-08-04 20:09:39 +00:00
David Syer
278d16fde4 INT-1296: merge XSD types 2010-08-04 16:29:29 +00:00
Mark Fisher
caaa261719 INT-1284 added SimpleBeanResolver to replace multiple inline, anonymous implementations 2010-08-02 19:05:13 +00:00
David Syer
1015ebadf2 Extend timeout in gateway test (intermittent failures under load) 2010-08-02 09:02:27 +00:00
Mark Fisher
de82ec9eaf INT-1307 using charset.name() instead of charset itself in String constructor for Java 5 compatibility 2010-08-02 03:11:45 +00:00
Oleg Zhurakousky
57c47c7313 INT-1302, added commons-logging to template.mf 2010-08-02 02:04:28 +00:00
Oleg Zhurakousky
8b1c5b1315 INT-1302, MarshallingWebServiceInboundGateway now implements SmartLifecycle, so it will register itself as a subscriber to the reply-channel. It wasn't doing this. 2010-08-02 01:53:45 +00:00
Oleg Zhurakousky
a5031020e7 INT-1307 Updated schema to make sure its compatible with Java 5 (when using <xsd:any namespace="##other"..> and <beans:bean. . .> element we were violating Unique Particle Attribute, so sine we already say any-other, there is no need to explicitly include <beans:bean>), changed ControlBusXmlTest.anonymousConsumerRegistered() since it was throwing MalformedObjectNameException: invalid character '*' which was used in 'generated=*' 2010-08-01 15:49:23 +00:00
Gary Russell
422573ca35 INT-1307 Remove Java 6 dependency (cause in IOException) 2010-08-01 15:28:03 +00:00
Gary Russell
6c45f7538d INT-1307 Remove Java 6 dependencies (cause in IOException; isLoopback() on NetworkInterface) 2010-07-31 22:52:16 +00:00