Commit Graph

418 Commits

Author SHA1 Message Date
Mark Fisher
8148a01ca6 uncommented time-sensitive tests to check server updates 2007-12-31 18:22:49 +00:00
Mark Fisher
228250a977 Relocated commonly used method invoker classes to util package. They are no longer endpoint-specific. 2007-12-28 22:43:51 +00:00
Mark Fisher
5dccbf7516 Removed old style channel adapters and refactored basic JMS source and target for new style. 2007-12-28 22:32:19 +00:00
Mark Fisher
618e228392 Increased number of attempts due to timing issues on build server. 2007-12-28 21:46:40 +00:00
Mark Fisher
17550340df Refactored message dispatchers, executors, and the message bus to support target adapters in addition to message endpoints. 2007-12-28 21:41:59 +00:00
Mark Fisher
40a44a7e25 Increased receive timeout due to timing issues on build server. 2007-12-28 19:23:12 +00:00
Mark Fisher
2ce03bc07b Added more tests for invalid methods. 2007-12-28 19:18:47 +00:00
Mark Fisher
1a3cbc41a1 Increased latch await timeout due to timing issues on build server. 2007-12-28 19:10:05 +00:00
Mark Fisher
bd749cc04f Increased receive timeout due to timing issues on build server. 2007-12-28 19:03:38 +00:00
Mark Fisher
948e0f7ac7 Test class did not show up in synchronize view. Should have been committed with previous changes. 2007-12-28 18:57:38 +00:00
Mark Fisher
6906219773 Added property setters for PollingSourceAdapter and convenience factory method to ConsumerPolicy. 2007-12-28 18:50:56 +00:00
Mark Fisher
a7cfbe7753 Moved test with channel and endpoint registration into MessageBusTests and added an isolated test for the UnicastMessageDispatcher. 2007-12-28 18:04:08 +00:00
Mark Fisher
332f078e81 Added test for UnicastMessageDispatcher. 2007-12-28 17:40:14 +00:00
Mark Fisher
e9df725219 Added MethodInvokingSource. 2007-12-28 16:43:15 +00:00
Mark Fisher
c11b35456c Moved annotations to a common package. 2007-12-28 15:52:32 +00:00
Mark Fisher
9466893b7b Added tests for PollingSourceAdapter. 2007-12-28 15:04:04 +00:00
Mark Fisher
2204f75e43 Commented out time-sensitive tests due to build server issues. 2007-12-28 03:46:53 +00:00
Mark Fisher
d109d80bd1 Added initial version of registration code for refactored source adapter. 2007-12-28 03:41:14 +00:00
Mark Fisher
a1ffb9f6c4 Commented out time-sensitive tests due to build server issues. 2007-12-28 03:37:32 +00:00
Mark Fisher
bad2314095 Added stub method so that tests don't fail with commented-out methods only. 2007-12-28 03:33:09 +00:00
Mark Fisher
e50d45322c Commented out time-sensitive tests due to build server issues. 2007-12-28 03:27:26 +00:00
Mark Fisher
80d029a938 Added not-null assertion for the message reference. 2007-12-28 03:25:02 +00:00
Mark Fisher
f7fb1c0e6d Added message to assertion for selector timeout test. 2007-12-28 03:17:25 +00:00
Mark Fisher
cafe82e945 Factored out default id generation to AbstractMessageMapper. 2007-12-28 02:03:24 +00:00
Mark Fisher
49b6361095 Added file source adapter and supporting classes. 2007-12-28 02:01:42 +00:00
Mark Fisher
28d4f8bc17 Increased latch await timeout to 5 seconds. 2007-12-28 01:56:04 +00:00
Mark Fisher
03ce9b436a Added SourceAdapter, PollableSource, and PollingSourceAdapter. 2007-12-28 01:50:57 +00:00
Mark Fisher
81d4ff5d43 Increased latch await timeout due to timing issues on build server. 2007-12-27 20:55:58 +00:00
Mark Fisher
e438697a7e Formatted imports. 2007-12-27 20:52:22 +00:00
Mark Fisher
5c5bcdf2fc Added timeout to prevent indefinitely blocking tests. 2007-12-27 19:11:25 +00:00
Mark Fisher
076a88eb41 Commented out test to check timing issues. 2007-12-26 23:04:36 +00:00
Mark Fisher
1989e51580 Comments and formatting. 2007-12-26 22:28:59 +00:00
Mark Fisher
f78cae327d Adjusted test expectations and receive interval. 2007-12-26 21:59:37 +00:00
Mark Fisher
4a5f737d1d Added basic channel and endpoint tests. 2007-12-26 21:50:21 +00:00
Mark Fisher
f9f5a60a67 Removed fragile test for refactoring. 2007-12-26 21:43:33 +00:00
Mark Fisher
4a1d5fc4d7 Added null check for EndpointExecutor 'getActiveCount()' and adjusted MessageSelector definition for generic Message. 2007-12-26 21:29:39 +00:00
Mark Fisher
b73a946815 Added bus.stop() call. 2007-12-25 23:22:47 +00:00
Mark Fisher
ffc6955841 Factored out MessageRetriever and MessageDispatcher strategies. 2007-12-25 23:20:00 +00:00
Mark Fisher
2b26ac53f5 Only create a new channel for the 'defaultOutputChannelName' if not already present in the registry (and only when 'autocreate' is true). 2007-12-24 13:30:54 +00:00
Mark Fisher
ded12db2aa proper shutdown of executor in AbstractChannelAdapter and EndpointExecutor 2007-12-22 16:26:54 +00:00
Mark Fisher
3ad89f1074 Checking defaultOutputChannel for null 2007-12-21 19:27:01 +00:00
Mark Fisher
184a91e3e3 Now encapsulating EndpointTask within the EndpointExecutor. Preparing for overhaul of consumer + dispatcher functionality to support passive and active sources. 2007-12-21 18:22:20 +00:00
Mark Fisher
2dbd2c169d Refactored handler creator strategies to be more generic (not directly tied to annotations), and added support for splitters. 2007-12-19 20:08:24 +00:00
Mark Fisher
e0424b7f4e Added handler parsing. 2007-12-18 16:33:22 +00:00
Mark Fisher
88482aa129 Auto-creating default output channels. 2007-12-18 16:31:34 +00:00
Mark Fisher
a82655548c Auto-creating default output channels. 2007-12-18 16:31:02 +00:00
Mark Fisher
e174a9222a Logging original Exception not just message. 2007-12-18 16:28:47 +00:00
Mark Fisher
2ad8a6ea27 Renamed ChannelMapping to ChannelRegistry, and now delegating to DefaultChannelRegistry from the MessageBus. 2007-12-18 04:32:16 +00:00
Mark Fisher
ff2534e659 Moved samples to the spring-integration-samples project 2007-12-17 01:45:34 +00:00
Mark Fisher
01e80df32a changing name from eai 2007-12-17 00:10:10 +00:00