Commit Graph

7448 Commits

Author SHA1 Message Date
Mark Fisher
b10afab6f4 Connection starts if not already running in the receive() call. 2008-10-28 17:42:22 +00:00
Mark Fisher
45f8d5a9ac INT-441 2008-10-28 16:12:55 +00:00
Mark Fisher
12dfdefc1b Renamed order method getItems() 2008-10-28 14:54:07 +00:00
Mark Fisher
3aa493785f Updated endpoint chapter to include some discussion of the poller sub-element (more to come) 2008-10-27 22:46:28 +00:00
Mark Fisher
d8c1049ba8 Updated namespaces appendix 2008-10-27 22:29:26 +00:00
Mark Fisher
62cae4dd4f Updated samples documentation 2008-10-27 22:26:21 +00:00
Mark Fisher
7dd871b652 Added javax.activation, javax.xml.stream, and com.sun.xml.bind dependencies to .classpath. 2008-10-27 14:52:12 +00:00
Mark Fisher
fad389fd2e INT-438 2008-10-27 14:38:25 +00:00
Mark Fisher
f60b510961 Renamed rmi chapter 2008-10-27 12:42:09 +00:00
Jonas Partner
08ff6f92ca added java.xml.bind to Eclipse classpath 2008-10-27 11:30:20 +00:00
Ben Hale
26a2a00e15 Updates to spring-build 2008-10-25 18:29:25 +00:00
Jonas Partner
47312fef0c removed unused channel from test 2008-10-23 10:19:25 +00:00
Jonas Partner
aaec86a88c 2008-10-23 10:00:45 +00:00
Mark Fisher
8c997381c7 started transformer documentation 2008-10-22 23:38:24 +00:00
Marius Bogoevici
24ad4aadc5 More updates to the Splitter, some corrections to Aggregator and Resequencer 2008-10-22 20:58:22 +00:00
Jonas Partner
c08cb7a437 JAXB integration test for OXM based marshallig and unmrshalling transformers 2008-10-22 07:38:40 +00:00
Mark Fisher
4daddefaa4 Added Web Services chapter 2008-10-22 00:20:14 +00:00
Mark Fisher
128c424f60 Separated Aggregator and Resequencer chapters 2008-10-21 23:51:48 +00:00
Mark Fisher
5d2eecb2cd Added mail chapter 2008-10-21 23:32:42 +00:00
Mark Fisher
59b580b76c Documentation updates 2008-10-21 22:28:03 +00:00
Iwein Fuld
fddd8792d5 removed TODO, added constant for task executor bean name 2008-10-21 20:13:48 +00:00
Iwein Fuld
09fbae826d resolved BitSet todo and added hamcrest to .classpath again 2008-10-21 09:36:18 +00:00
Mark Fisher
b9d375e859 Added some coverage of JMS adapters 2008-10-21 03:14:07 +00:00
Mark Fisher
f236671902 Moved channel, router and splitter coverage from old configuration chapter 2008-10-21 02:31:10 +00:00
Mark Fisher
9c975611fc removed configuration 2008-10-21 01:27:43 +00:00
Mark Fisher
847f63ee27 resources is now an appendix 2008-10-21 01:27:21 +00:00
Mark Fisher
10417cc5f7 Renamed configuration.xml to namespaces.xml 2008-10-21 01:26:25 +00:00
Mark Fisher
b22bb1dfbf updated some xrefs 2008-10-21 00:44:35 +00:00
Mark Fisher
d2d06c459c Added 'endpoint' chapter and created sections within the 'channel' chapter 2008-10-21 00:11:00 +00:00
Mark Fisher
40e3dbe583 Fixed link for new section id 2008-10-20 20:34:12 +00:00
Mark Fisher
a4d056ef9f Removed the 'core-api' section. Added 'message' and 'channel' chapters. 2008-10-20 19:11:07 +00:00
Mark Fisher
379fed3f5b Refactored to associate latch with trigger instead of consumer. 2008-10-20 19:06:36 +00:00
Mark Fisher
f0396272cd Removing empty packages 2008-10-20 18:02:21 +00:00
Mark Fisher
6e4b501ec6 Moving the MethodPublishingInterceptor and @Publisher annotation support to the sandbox for now. 2008-10-20 17:55:36 +00:00
Marius Bogoevici
7ffab20b45 More updates to the aggregator documentation. 2008-10-20 16:42:22 +00:00
Mark Fisher
df8bf6ed8f Removed DefaultErrorChannel. 2008-10-20 15:52:36 +00:00
Mark Fisher
1dc2c175a2 Removed AbstractPoller and ChannelPoller. Refactored test cases to use PollingConsumerEndpoint. 2008-10-20 15:27:03 +00:00
Mark Fisher
f8b2724f7a ApplicationContextMessageBus now implements the ChannelResolver interface. The MessagePublishingErrorHandler for the SimpleTaskScheduler is now created in the MessageBusParser rather than in the initialization code of the MessageBus. 2008-10-20 13:50:22 +00:00
Mark Fisher
7124894646 MessagePublishingErrorHandler is now BeanFactoryAware and therefore capable of creating a default BeanFactoryChannelResolver. 2008-10-20 13:45:43 +00:00
Mark Fisher
b6bd0b30fc Created 'consumer' package and moved consumer implementations from 'message' and 'endpoint' packages. 2008-10-20 12:09:30 +00:00
Mark Fisher
a87d3e1939 Event tests now expect MessageBus started/stopped events in addition to ApplicationContext events. 2008-10-20 11:54:55 +00:00
Mark Fisher
31f1116cff Renamed DefaultMessageBusTests to ApplicationContextMessageBusTests (to match the renamed class under test). 2008-10-20 11:41:50 +00:00
Mark Fisher
25d0ac78b6 INT-435 2008-10-20 11:38:00 +00:00
Mark Fisher
e31520bc64 Renamed DefaultMessageBus to ApplicationContextMessageBus. 2008-10-20 10:43:16 +00:00
Marius Bogoevici
3df3961a9a More updates to the aggregator documentation. 2008-10-20 06:08:09 +00:00
Mark Fisher
7f7fb10ae5 Added RouterFactoryBean. MethodInvokingRouter now provides a constructor to accept the 'targetObject' only (without a method or methodName). It will resolve a single method annotated with @Router or else fallback to a single public method (INT-433, INT-434). 2008-10-19 23:02:18 +00:00
Iwein Fuld
f099083d66 RESOLVED - issue INT-431: AbstractMessageBarrierConsumer calls processMessages twice
http://jira.springframework.org/browse/INT-431

Reworked testcase
2008-10-19 14:41:49 +00:00
Jonas Partner
5af7b3396c documentation for Spring Integration security module 2008-10-19 13:54:01 +00:00
Iwein Fuld
88b27fd9a9 IN PROGRESS - issue INT-431: AbstractMessageBarrierConsumer calls processMessages twice
http://jira.springframework.org/browse/INT-431
2008-10-19 13:05:24 +00:00
Iwein Fuld
3b769ee134 removed hamcrest (resolving error when running tests from eclipse) 2008-10-19 12:10:39 +00:00