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
Gary Russell
ec21584793
Improve tests timing logic; properly wait for the right number of connections
2010-07-31 17:01:44 +00:00
Mark Fisher
086bdf408f
simplification
2010-07-30 20:08:29 +00:00
Mark Fisher
292c7717f6
INT-1304 IntegrationObjectSupport no longer controls access to a ChannelResolver
2010-07-30 18:18:52 +00:00
Mark Fisher
a3b03bbda7
INT-1303 AbstractReplyProducingMessageHandler no longer tries to resolve the replyChannel header value by calling ChannelResolver directly. Instead it simply delegates to MessagingTemplate's new send() method that accepts a "channelName" as a String.
2010-07-30 16:14:14 +00:00
Gary Russell
7cb3de94d6
INT-1280 Remove cyclic package dependency - remove default (de)serializer; add constructor
2010-07-30 13:23:53 +00:00
Mark Fisher
8ffe575b1f
INT-1300 MessagingTemplate now provides Channel-resolving send and receive methods (where the 'channelName' can be passed instead of a concrete MessageChannel instance). This temporarily introduces a tangle, but that will be removed in the subsequent refactoring to follow shortly.
2010-07-30 11:48:51 +00:00
Mark Fisher
7d1e14d9fa
formatting
2010-07-30 10:22:34 +00:00
Mark Fisher
f4096a8026
the cron-trigger element deprecation warning is now only issued in the case that there actually is a cron-trigger element
2010-07-30 10:07:04 +00:00
Mark Fisher
5228e99784
simplified XML with inner beans
2010-07-29 23:13:33 +00:00
Mark Fisher
5958ba07e0
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 23:00:36 +00:00
Mark Fisher
c1cbeecf3a
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:58:04 +00:00
Mark Fisher
d550340889
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:50:47 +00:00
Mark Fisher
3118379ed9
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:48:53 +00:00
Mark Fisher
334fea9a20
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:48:01 +00:00
Mark Fisher
33b66b8b17
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:46:25 +00:00
Mark Fisher
085541a5df
INT-1291 removing deprecated sub-elements from <poller> elements in samples
2010-07-29 22:44:30 +00:00