Mark Fisher
379f86ee4e
No longer passing the destination in the producer.send(..) method since it is already provided when the Session's createProducer(..) method is invoked. JMS providers can throw an UnsupportedOperationException when the Destination is provided in both places (INT-560).
2009-02-18 15:13:34 +00:00
Jonas Partner
d65d6d7c49
INT-558 XmlPayloadValidatingRouter
2009-02-16 13:13:55 +00:00
Marius Bogoevici
977ab1b34a
Complementary to the fixes made by INT-576. Since the ID of a message will be preserved by components that broadcast messages (e.g. a pub-sub channel), multiple messages in a correlation group may have the same ID. Therefore, organizing the storage support of MessageBarrier as a Map is obsolete. Switched to Collection. Improving the performance of the Aggregator.
2009-02-13 19:53:08 +00:00
Iwein Fuld
b6e697103f
IN PROGRESS - issue INT-569: FileWritingMessageHandler should perform a rename after copy
...
http://jira.springframework.org/browse/INT-569
Trivial fix should be good enough for the 1.0.x.
2009-02-13 19:03:57 +00:00
Mark Fisher
eaad9e1d81
INT-568
2009-02-12 19:51:11 +00:00
Mark Fisher
04e784d033
INT-572
2009-02-12 17:48:44 +00:00
Mark Fisher
9d6b53944c
Message IDs are now maintained when creating a new Message from an existing Message or copying another Message's headers (INT-576). The AbstractMessageSplitter will generate a new ID for each split Message, and the BroadcastingDispatcher (used by Publish Subscribe Channels) will also generate a new ID if its 'applySequence' value is true.
2009-02-12 15:38:40 +00:00
Mark Fisher
2bf304e041
Updated enquiries email address in notice.txt
2009-02-11 13:49:29 +00:00
Marius Bogoevici
7258a6a2c5
INTERIM INT-266: API for CorrelationStrategy provided. Namespace/annotation support needs to follow.
2009-02-10 21:42:31 +00:00
Marius Bogoevici
b18dc6f50e
fixed javadoc
2009-02-10 19:08:21 +00:00
Marius Bogoevici
f8961bcf5b
INT-559 - Generic handler methods defined in a generic superclass are not properly resolved by PayloadTypeMatchingHandlerMethodResolver
2009-02-10 18:59:35 +00:00
Iwein Fuld
2540d63b90
RESOLVED - issue INT-574: Chain element should support aggregators mid chain as well as handlers extending AbstractReplyProducingMessageHandler
...
http://jira.springframework.org/browse/INT-574
test expanded for nested chain... just curious.
2009-02-10 13:26:59 +00:00
Iwein Fuld
965b5fbd0d
IN PROGRESS - issue INT-574: Chain element should support aggregators mid chain as well as handlers extending AbstractReplyProducingMessageHandler
...
http://jira.springframework.org/browse/INT-574
Updated the xsd to allow aggregator (and nested <chain/>)
2009-02-10 13:05:26 +00:00
Iwein Fuld
11b0e85afb
IN PROGRESS - issue INT-574: Chain element should support aggregators mid chain as well as handlers extending AbstractReplyProducingMessageHandler
...
http://jira.springframework.org/browse/INT-574
All MessageHandlers with a setOutputChannel will now be accepted in the chain, the existing functionality has remained identical.
2009-02-10 11:54:33 +00:00
Iwein Fuld
3077b73a78
IN PROGRESS - issue INT-574: Chain element should support aggregators mid chain as well as handlers extending AbstractReplyProducingMessageHandler
...
http://jira.springframework.org/browse/INT-574
Refactored MessageHandlerChain and added test. Adding tests for new functionality next.
2009-02-10 09:24:49 +00:00
Iwein Fuld
a2b9ec18a0
polishing
2009-02-03 18:49:38 +00:00
Iwein Fuld
cca1f29a20
removing external dependency from config.xml
2009-02-03 18:26:35 +00:00
Iwein Fuld
a17927935d
FIXED - issue INT-570: property placeholders not replaced for <queue capacity="${placeholder}/>
...
http://jira.springframework.org/browse/INT-570
2009-02-03 16:36:46 +00:00
Iwein Fuld
918ee6545f
Improved tests, added checks on output directory
2009-02-03 14:11:45 +00:00
Marius Bogoevici
fb1e68cd4f
INT-379 - if a message is already having a correlation id, the messages created through splitting will bear that particular correlation id
2009-02-01 16:48:49 +00:00
Mark Fisher
ddb6dece6e
Initial commit for HttpInboundGateway (INT-470).
2009-01-30 22:33:50 +00:00
Mark Fisher
63d742e32e
Updated svn:ignore property
2009-01-30 21:11:10 +00:00
Mark Fisher
270b857270
Added module for HTTP support
2009-01-30 20:47:13 +00:00
Mark Fisher
b735f84d3c
Passing containing BeanDefinition when parsing an inner-bean.
2009-01-29 13:31:34 +00:00
Iwein Fuld
0a652749c3
OPEN - issue INT-555: chain allows bean as a subelement, but parser cannot handle this.
...
http://jira.springframework.org/browse/INT-555
added condition to parser to parse bean elements too (with test).
2009-01-29 11:58:13 +00:00
Iwein Fuld
62e744457d
http://forum.springframework.org/showthread.php?p=223719
...
added comment
2009-01-27 22:19:42 +00:00
Mark Fisher
092364b6ad
Added javadoc target to the build (INT-501)
2009-01-27 21:16:08 +00:00
Iwein Fuld
81c8051b44
OPEN - issue INT-540: AbstractMailReceiver needs to have authenticator property
...
http://jira.springframework.org/browse/INT-540
added javaMailAuthenticator property. If not set passing a null Authenticator to getInstance(props, auth) will have the exact same behavior as before.
2009-01-26 18:56:28 +00:00
Mark Fisher
ac09ed55e0
queues and triggers are now defined as XSD types rather than elements (INT-548)
2009-01-26 18:14:46 +00:00
Iwein Fuld
483bef5ad7
INT-534
2009-01-25 11:36:08 +00:00
Iwein Fuld
3a3cc42a8a
INT-534
2009-01-25 11:34:36 +00:00
Iwein Fuld
0a9e806ebf
missing comments+javadoc
2009-01-13 20:25:18 +00:00
Iwein Fuld
e89fe7e0e3
svn:ignore changes for .springBeans and .settings
2009-01-13 20:13:10 +00:00
Iwein Fuld
3c38bbfd79
OPEN - issue INT-518: inconsistent configuration opportunities in file:inbound-channel-adapter and file:outbound-channel-adapter directory attribute
...
http://jira.springframework.org/browse/INT-518
Added "file:" prepending default strategy to the FileOutboundChannelAdapterParser (and some trivial fixes)
2009-01-13 20:09:19 +00:00
Mark Fisher
15ea01e6d5
Checking whether the DefaultConfiguringBeanFactoryPostProcessor has been registered within the parse() call so that the registration occurs upon bundle refresh and deployment to a running server (INT-537).
2009-01-12 17:42:52 +00:00
Iwein Fuld
aafdec0108
OPEN - issue INT-505: Add namespace support for MethodInvokingSelector
...
http://jira.springframework.org/browse/INT-505
Fixed 505, some prework for INT-547
2009-01-12 14:36:10 +00:00
Iwein Fuld
747050ab8c
IN PROGRESS - issue INT-541: add optional Comparator argument to FileReadingMessageSource (to pass into the PriorityBlockingQueue constructor)
...
http://jira.springframework.org/browse/INT-541
Added constructor argument and test.
2009-01-09 14:49:14 +00:00
Mark Fisher
9d1403463b
JMSMessageID is now copied to the Spring Integration Message's headers with a key whose value is defined in the constant: JmsHeaders.MESSAGE_ID (INT-543).
2009-01-08 21:30:01 +00:00
Iwein Fuld
b81edbddaf
IN PROGRESS - issue INT-546: FileListFilters throw an IllegalArgumentException when the polled directory is empty
...
http://jira.springframework.org/browse/INT-546
2009-01-08 19:58:34 +00:00
Iwein Fuld
d040d689a4
added spring nature and buildCommand
2009-01-08 18:50:43 +00:00
Iwein Fuld
6db5ba5055
changed javadoc (SimpleTaskScheduler class doesn't implement Lifecycle anymore)
2009-01-08 18:49:42 +00:00
Iwein Fuld
dc91b9c3b2
added hit a key to stop to PartyDemo
2009-01-08 18:42:28 +00:00
Mark Fisher
3f6c07e15c
INT-535
2008-12-22 21:42:46 +00:00
Mark Fisher
f7f1e2cbf6
INT-533
2008-12-18 17:21:45 +00:00
Mark Fisher
36d2f505c3
INT-532
2008-12-18 13:27:20 +00:00
Tony Sweeney
4c63441224
spring-integration-1.0.1.RELEASE
2008-12-17 18:37:44 +00:00
Mark Fisher
ef877debc8
updated inter-project dependency versions in template.mf files
2008-12-17 18:03:30 +00:00
Mark Fisher
a8635781a9
updated spring dependencies to version 2.5.6.A
2008-12-17 17:40:47 +00:00
Mark Fisher
d8ef01e964
Added lifecycleMonitor.
2008-12-17 14:37:48 +00:00
Mark Fisher
355a8e70e9
Refactored error-handling demo to use a chain with a transformer instead of the channel-interceptor.
2008-12-17 13:25:05 +00:00