Commit Graph

14 Commits

Author SHA1 Message Date
Ben Hale
1db7d245eb Upgrade for spring-build. Removal of fixed manifests in lieu of bundlor templates 2008-06-04 10:05:57 +00:00
Mark Fisher
00ef0b7fd5 MessageBus had auto-startup="false" in the OddEvenDemo. Now it auto-starts. 2008-06-04 03:57:25 +00:00
Marius Bogoevici
07cb2e6d98 Fixes INT-243 - update samples 2008-06-04 03:35:19 +00:00
Mark Fisher
241aae8295 OddEvenDemo now uses @MessageTarget annotations rather than @Subscriber. 2008-05-30 22:28:52 +00:00
Mark Fisher
d47fd91c47 QuoteDemo now uses a <console-target/> rather than logger. 2008-05-30 22:23:40 +00:00
Mark Fisher
05524a330a Refactored MessageEndpointAnnotationPostProcessor to MessagingAnnotationPostProcessor which delegates to HandlerAnnotationPostProcessor, SourceAnnotationPostProcessor, and TargetAnnotationPostProcessor (work related to INT-194 and INT-195). 2008-05-30 22:18:07 +00:00
Mark Fisher
f242075a73 SimpleWebServiceTargetAdapter is now SimpleWebServiceHandler, and MarshallingWebServiceTargetAdapter is now MarshallingWebServiceHandler. The "ws-target" element is now "ws-handler", and the WebServiceHandlerParser (formerly WebServiceTargetAdapterParser) now creates a MessageHandler instance only - rather than creating the HandlerEndpoint itself. Therefore, the "ws-handler" should be referenced from the "handler" attribute of a <handler-endpoint/> element. See the modified WebServiceDemo (and its configuration file: "temperatureConversion.xml") in the "org.springframework.integration.samples" module for an example. 2008-05-28 15:37:13 +00:00
Marius Bogoevici
936cc3aaac INT-197 Adding a Web Service Sample 2008-05-23 06:28:25 +00:00
Marius Bogoevici
91e24ac3d2 updated headers 2008-05-23 05:00:08 +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
e68a3c5af2 Added newly generated MANIFEST.MF (INT-217). 2008-05-21 23:25:05 +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
Ben Hale
6696064dd0 Updated the names of the projects 2008-05-20 21:41:01 +00:00