c8b9c618d5
INT-1411 added convertSendAndReceive methods that accept MessagePostProcessors for the requests to AsyncMessagingTemplate and AsyncMessagingOperations
Mark Fisher
2010-09-02 23:39:01 +00:00
eb341b234a
INT-1411 added receive and receiveAndConvert methods to AsyncMessagingTemplate and AsyncMessagingOperations
Mark Fisher
2010-09-02 23:25:38 +00:00
da83e4c2e1
INT-1411 added tests for AsyncMessagingTemplate
Mark Fisher
2010-09-02 23:08:51 +00:00
ef865521f8
JmsSendingMessageHandler only writes history when enabled (implements TrackableComponent)
Mark Fisher
2010-09-02 20:54:54 +00:00
01e3ae539b
INT-1410 SoucePollingChannelAdapter retrieves the componentType from its underlying MessageSource if that MessageSource is also a NamedComponent.
Mark Fisher
2010-09-02 20:40:20 +00:00
4948058482
INT-1410 SourcePollingChannelAdapter is now a TrackableComponent
Mark Fisher
2010-09-02 20:10:50 +00:00
c3122841e8
added .settings to svn:ignore
Mark Fisher
2010-09-02 19:40:50 +00:00
8dd4231055
INT-1409 added support for 'send-timeout' on <bridge> elements
Mark Fisher
2010-09-02 19:39:55 +00:00
f78794f900
INT-1409 added proper support for the 'send-timeout' attribute on <bridge>
Mark Fisher
2010-09-02 19:30:58 +00:00
84b00a2862
INT-1408 fixed the issue with ConfigAttributes related to upgrading to Spring Security 3
Oleg Zhurakousky
2010-09-02 18:52:59 +00:00
dc5800ed0d
avoiding class dependencies in parser
Mark Fisher
2010-09-02 18:19:21 +00:00
6eda3ec1d2
Prevented "Dispatcher has no subscribers" output in the build.
Iwein Fuld
2010-09-02 18:04:33 +00:00
23c96506ff
Renamed 'testChannel's to pinpoint no subscriber isssue
Iwein Fuld
2010-09-02 18:04:30 +00:00
1142dab8f9
INT-1406 removed obsolete MethodInvoker code from org.springframework.integration.util
Mark Fisher
2010-09-02 17:27:37 +00:00
c313b8bd78
INT-1283 simplifying MethodInvokingMessageSource
Mark Fisher
2010-09-02 17:10:27 +00:00
f90fa24a04
javadoc
Mark Fisher
2010-09-02 16:03:20 +00:00
c1b90d8aa7
javadoc and formatting
Mark Fisher
2010-09-02 15:58:10 +00:00
8d9046825e
Add Maven profiles to ease deployment (INT-1404)
Chris Beams
2010-09-02 15:57:58 +00:00
41e8194239
Revert update to 3.0.4 (INT-1293) due to SpEL issue (SPR-7519)
Chris Beams
2010-09-02 12:42:23 +00:00
4ded74b317
Update pom and template.mf files Spring 3.0.4 (INT-1293)
Chris Beams
2010-09-02 10:54:11 +00:00
9e6e232837
Disconnect samples from parent pom (INT-1316)
Chris Beams
2010-09-02 10:22:53 +00:00
552432c7d5
Patch for groovy support from Oleg
David Syer
2010-09-02 06:46:00 +00:00
a1a4a31a71
INT-1227 removed the protected, overridable shouldSplitIterableReply method in favor of a private, internal method in AbstractReplyProducingMessageHandler that simply checks if at least one item in the Iterable result is a Message or MessageBuilder instance.
Mark Fisher
2010-09-01 21:35:08 +00:00
dc86d88df4
INT-1129, INT-1263, INT-1306 removed SimpleMessagingGateway, refactored AbstractMessagingGateway to support GatewayProxyFactoryBean. AbstractMessagingGateway now uses HistoryWritingMessagePostProcessor.
Mark Fisher
2010-09-01 20:48:15 +00:00
a73810dbf9
INT-1263 added HistoryWritingMessagePostProcessor
Mark Fisher
2010-09-01 20:34:39 +00:00
e031723c21
added setter methods for InboundMessageMapper and OutboundMessageMapper on SimpleMessageConverter
Mark Fisher
2010-09-01 20:29:09 +00:00
5afe552d82
INT-1398 added MessagePostProcessor for use with MessagingTemplate convertAndSend methods as well as convertSendAndReceive methods
Mark Fisher
2010-09-01 20:17:46 +00:00
cd5ca10ae2
Add spring integration to OSGi template
David Syer
2010-09-01 20:13:48 +00:00
110cde02a9
INT-1397 MessageProducerSupport now implements TrackableComponent
Mark Fisher
2010-09-01 20:00:23 +00:00
3581ae95d7
removed unused import
Mark Fisher
2010-09-01 19:54:49 +00:00
a66b125172
updated test so it no longer depends on the exposed gateway method... now it actually tests the endpoint invocation
Mark Fisher
2010-09-01 19:35:44 +00:00
754b9a198d
INT-1347: add convertExceptions to request handler and error-key/code to controller
David Syer
2010-09-01 17:23:23 +00:00
c504e4dcd8
INT-1271, removed DefaultMessageConverter and tests related to it
Oleg Zhurakousky
2010-09-01 03:06:35 +00:00
53bc3ebf18
INT-1263, forgot one handler
Oleg Zhurakousky
2010-08-31 23:51:41 +00:00
e909409909
changed spring-integration schema from 1.0 to default
Oleg Zhurakousky
2010-08-31 23:44:52 +00:00
353b61160f
INT-1263, refactored MessageHandlers in several modules to subclass from AbstractMessageHandler to support MessageHistory
Oleg Zhurakousky
2010-08-31 22:56:05 +00:00
f3574c96a6
Reduced the errors in build output
Iwein Fuld
2010-08-31 21:19:47 +00:00
ff8a986abc
INT-1264, added docs for Message History
Oleg Zhurakousky
2010-08-31 20:38:34 +00:00
1587ab461d
increased delay for test
Mark Fisher
2010-08-31 20:26:09 +00:00
899808e4c9
removing dependency on SimpleMessagingGateway from ServiceActivatorParserTests
Mark Fisher
2010-08-31 19:56:21 +00:00
aaf75243e9
removing dependency on SimpleMessagingGateway from HeaderEnricher tests
Mark Fisher
2010-08-31 19:47:37 +00:00
63e5cd8e06
INT-1257, added namespace support for specifying name patterns for tracked components (fixed the bug)
Oleg Zhurakousky
2010-08-31 19:40:31 +00:00
3982994704
INT-1257, added namespace support for specifying name patterns for tracked components
Oleg Zhurakousky
2010-08-31 19:19:16 +00:00
812a8c657f
INT-1129 added receiveAndConvert methods to MessagingOperations and MessagingTemplate
Mark Fisher
2010-08-31 17:49:09 +00:00
4d73334e16
INT-1129 added convertAndSend and convertSendAndReceive methods to MessagingOperations and MessagingTemplate
Mark Fisher
2010-08-31 17:06:00 +00:00
6c5610693a
INT-1129 adding MessageConverter strategy and SimpleMessageConverter implementation
Mark Fisher
2010-08-31 16:41:39 +00:00
93bc11fca7
INT-1364 AbstractMessagingGateway's default request and reply timeouts are now 1000 ms (were indefinite).
Mark Fisher
2010-08-31 16:29:04 +00:00
041ddbdf37
INT-1381: add refresh check delay via script source wrapper
David Syer
2010-08-31 16:23:45 +00:00
de21e3f201
INT-1246, INT-1252 - modified docs for Message Publishing interceptor, added docs for schduled-producer
Oleg Zhurakousky
2010-08-31 11:30:13 +00:00
3b15a0dd38
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
Mark Fisher
2010-08-31 02:51:27 +00:00
7c1ab04cd5
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
Mark Fisher
2010-08-31 01:53:45 +00:00
b42d5b84ad
INT-1227 Refactored AbstractReplyProducingMessageHandler to limit the overridable "logic" methods to "handleRequestMessage(..)" only. The other protected, overridable methods only provide boolean values to the base class: "shouldSplitIterableReply()" (which is FALSE by default, but TRUE for Splitter) and "shouldCopyRequestHeaders()" (which is TRUE by default, but FALSE for Transformer and Filter).
Mark Fisher
2010-08-31 00:38:21 +00:00
a5490139e6
INT-1227 parameterized MessageProcessor
Mark Fisher
2010-08-30 22:56:57 +00:00
8967d7eb51
INT-1227 removed the protected getOutputChannel() method from AbstractReplyProducingMessageHandler. BridgeHandler no longer asserts an output channel in order to throw an Exception. Instead, a ChannelResolutionException is thrown in the normal place for a missing outputChannel property or replyChannel header in the AbstractReplyProducingMessageHandler.
Mark Fisher
2010-08-30 21:29:16 +00:00
c44355c5c9
INT-1389 removed StringMessage
Mark Fisher
2010-08-30 21:05:46 +00:00
e9b86dc087
INT-1389 removed all dependencies on StringMessage from Hello World sample
Mark Fisher
2010-08-30 20:58:48 +00:00
c5db58ddd7
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-xml
Mark Fisher
2010-08-30 20:49:22 +00:00
edb1e050e5
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jms
Mark Fisher
2010-08-30 20:44:09 +00:00
7342a4d4ea
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jmx
Mark Fisher
2010-08-30 20:34:03 +00:00
8fa9c68f68
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-ws
Mark Fisher
2010-08-30 19:03:31 +00:00
cc1b33619e
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-mail
Mark Fisher
2010-08-30 19:01:35 +00:00
9ca348da6c
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-security
Mark Fisher
2010-08-30 18:59:49 +00:00
1d2bfd0c63
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-rmi
Mark Fisher
2010-08-30 18:56:12 +00:00
959241a8e6
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-jdbc
Mark Fisher
2010-08-30 18:54:49 +00:00
432a8ec381
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-ip and spring-integration-stream
Mark Fisher
2010-08-30 18:48:54 +00:00
3baa56fb10
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-httpinvoker
Mark Fisher
2010-08-30 18:39:01 +00:00
ff141fbf2a
INT-1389 removed all dependencies on StringMessage from unit tests in spring-integration-groovy
Mark Fisher
2010-08-30 18:37:54 +00:00