Commit Graph

3184 Commits

Author SHA1 Message Date
Mark Fisher
f2c4f25bf0 FtpSource now implements InitializingBean (INT-232). 2008-05-23 13:32:08 +00:00
Ben Hale
026ae45e18 Polishing 2008-05-23 10:10:22 +00:00
Marius Bogoevici
2219330e8b added reference to pojo-method handling 2008-05-23 07:17:15 +00:00
Mark Fisher
b617f0b80a Final updates to MANIFEST.MF files after M4 changes. 2008-05-23 07:01:24 +00:00
Marius Bogoevici
936cc3aaac INT-197 Adding a Web Service Sample 2008-05-23 06:28:25 +00:00
Mark Fisher
02a7bb3aca Minor typos. 2008-05-23 05:58:13 +00:00
Mark Fisher
66b8041240 Minor typo. 2008-05-23 05:32:45 +00:00
Mark Fisher
74d81af6c2 Updated documentation to include @HeaderAttribute and @HeaderProperty. Also removed the "channel" from @Splitter and used @Polled with @MessageEndpoint rather than the "pollPeriod" (which will be removed). 2008-05-23 05:13:46 +00:00
Marius Bogoevici
91e24ac3d2 updated headers 2008-05-23 05:00:08 +00:00
Mark Fisher
144e93e89f Added RequestReplyTemplate and GatewayProxyFactoryBean coverage to the Reference Documentation. 2008-05-23 04:31:33 +00:00
Marius Bogoevici
564efa8444 typo fix 2008-05-23 03:29:19 +00:00
Mark Fisher
e1cac716d6 Removed appendix.xml 2008-05-23 03:03:59 +00:00
Mark Fisher
c2af16fc45 Minor comment updates. 2008-05-23 02:56:44 +00:00
Mark Fisher
481fe9d397 Updated changelog for M4 release. 2008-05-23 02:37:04 +00:00
Mark Fisher
79c3a06361 Removed unused imports. 2008-05-23 01:15:27 +00:00
Marius Bogoevici
2085270dc2 Solving INT-185, INT-207, INT 201 - refactoring FileSource and FileTarget, splitting AbstractFileMapper in MessageCreator and MessageMapper, adding namespace support for configurable MessageCreator in FileSource and filename generator in FileTarget. Backup directory is not supported anymore, instead FileSource will not delete files and will ignore files already processed. 2008-05-23 01:04:24 +00:00
Mark Fisher
052b59bdd0 Updated source and target namespace configuration examples. 2008-05-23 01:02:04 +00:00
Mark Fisher
99cdb7a8fc Updated source and target adpater documentation. 2008-05-23 00:38:03 +00:00
Mark Fisher
2e984dbb3b Updated endpoint and channel documentation. 2008-05-22 23:26:31 +00:00
Mark Fisher
32519f4ae8 Updating Reference Documentation for M4. 2008-05-22 21:31:04 +00:00
Marius Bogoevici
8bc5e669a7 Fixing INT-229: Primitive array payloads should be passed directly to the method and not cast down to Object[] 2008-05-22 21:08:10 +00:00
Mark Fisher
a1d1caa1eb Adding router image 2008-05-22 20:17:10 +00:00
Mark Fisher
071c4df749 Updating Reference Documentation for M4. 2008-05-22 20:16:15 +00:00
Mark Fisher
1575a2e9fe Updating reference manual images 2008-05-22 17:34:08 +00:00
Mark Fisher
88cbe186eb Added <para/> elements for lists, tips, and notes. 2008-05-22 15:51:52 +00:00
Mark Fisher
94e55c7f8c Added images for Reference Manual 2008-05-22 15:13:50 +00:00
Mark Fisher
465c610045 Moved DirectChannelParserTests from 'channel/config' to 'dispatcher' since DirectChannelParser is in 'dispatcher'. 2008-05-22 02:02:42 +00:00
Mark Fisher
e7daeaf247 Moved DirectChannel from 'channel' to 'dispatcher', DirectChannelFactory from 'channel/factory' to 'dispatcher', and DirectChannelParser from 'channel/config' to 'config' to avoid tangles. 2008-05-22 01:56:32 +00:00
Mark Fisher
4995cdb5de Moved DefaultChannelFactoryBean from 'channel/factory' to 'bus' and moved DefaultChannelParser from 'channel/config' to 'config' to avoid tangles. 2008-05-22 01:39:59 +00:00
Mark Fisher
cefb7d0ca8 Moved RequestReplyTemplate from 'channel' to 'gateway' package to remove tangle. 2008-05-22 01:27:58 +00:00
Mark Fisher
6763fcd755 Updated intervals for timeout tests. 2008-05-21 23:49:12 +00:00
Mark Fisher
7f4cdc3e77 Removed 'Bundle-Version' from template.mf files. 2008-05-21 23:33:26 +00:00
Mark Fisher
e68a3c5af2 Added newly generated MANIFEST.MF (INT-217). 2008-05-21 23:25:05 +00:00
Mark Fisher
d2129600cd Added newly generated MANIFEST.MF (INT-217). 2008-05-21 23:20:07 +00:00
Mark Fisher
391b1ef25b Added newly generated MANIFEST.MF (INT-217). 2008-05-21 23:11:33 +00:00
Mark Fisher
8cc662e646 Added newly generated MANIFEST.MF (INT-217). 2008-05-21 23:01:22 +00:00
Mark Fisher
cf15eb9728 Added newly generated MANIFEST.MF (INT-217). 2008-05-21 22:27:16 +00:00
Mark Fisher
3d6bb6adc6 Configured optional resolution for some packages. 2008-05-21 21:48:30 +00:00
Mark Fisher
b3a0dc2646 Added initial version of template.mf files. 2008-05-21 21:32:47 +00:00
Mark Fisher
73904c3f98 Added 'src/main/resources' to the classpath. 2008-05-21 21:28:33 +00:00
Mark Fisher
d19f67d104 The endpoint's afterPropertiesSet() method is invoked after error-handler configuration so that the error-handler will be configured for a ConcurrentTarget (INT-211). 2008-05-21 17:05:07 +00:00
Mark Fisher
8941a82ba1 The <concurrency/> and <schedule/> elements may now appear in any order. Each has a cardinality of 0..1 (INT-159). 2008-05-21 16:25:56 +00:00
Mark Fisher
631c71b6d0 Added MessageSelectorChain and modified TargetEndpoint to provide a 'setMessageSelector' method rather than managing a list of selectors with the 'addMessageSelector' method. Also modified the endpoint parser so that the configuration of a selector chain is more consistent with that of MessageHandlerChain. Now, the XML for endpoints uses a "selector" attribute instead of 0..n <selector/> sub-elements (INT-159). 2008-05-21 16:10:45 +00:00
Mark Fisher
938ce0a5a5 Added namespace support for GatewayProxyFactoryBean with the new <gateway/> element (INT-226). 2008-05-21 14:51:23 +00:00
Ben Hale
c7e8502c94 Minor fix to copy provided JARs properly. 2008-05-21 05:35:49 +00:00
Mark Fisher
9504b2b6fe Moved spring.schemas and spring.handlers to "src/main/resources/META-INF" (INT-223). 2008-05-20 22:17:11 +00:00
Mark Fisher
eae5666d7a Moved spring.schemas and spring.handlers to "src/main/resources/META-INF" (INT-223). 2008-05-20 22:13:12 +00:00
Ben Hale
6696064dd0 Updated the names of the projects 2008-05-20 21:41:01 +00:00
Ben Hale
37f8d925c8 Come up to BRITS 2008-05-20 21:26:25 +00:00
Mark Fisher
9fa4a6b80e Added a "configure-async-event-multicaster" attribute to the <message-bus/> element and a corresponding 'configureAsynEventMulticaster' property to the MessageBus class. When set to 'true', the 'taskScheduler' of the MessageBus will also be configured as the TaskExecutor for the ApplicationContext's ApplicationEventMulticaster. The default value for this property is 'false' (INT-58). 2008-05-20 20:32:04 +00:00