Commit Graph

15 Commits

Author SHA1 Message Date
Marius Bogoevici
3d00dd9930 Refactored FtpSource and FileSource so that they inherit from the same base class AbstractDirectorySource. FtpSource namespace support is modified, so that it supports the type/message-creator pair, with the same semantic as FileSource. Implemented a distinct behaviour with respect to deleting files via MessageCreator: FtpSource will delete the local copies after creating the files, whereas FileSource will not. 2008-05-24 15:34:54 +00:00
Marius Bogoevici
c2728c2f17 fixes INT-231 - FtpSource does not release connection 2008-05-23 13:36:45 +00:00
Mark Fisher
f2c4f25bf0 FtpSource now implements InitializingBean (INT-232). 2008-05-23 13:32:08 +00:00
Mark Fisher
b617f0b80a Final updates to MANIFEST.MF files after M4 changes. 2008-05-23 07:01:24 +00:00
Marius Bogoevici
564efa8444 typo fix 2008-05-23 03:29:19 +00:00
Mark Fisher
c2af16fc45 Minor comment updates. 2008-05-23 02:56:44 +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
cefb7d0ca8 Moved RequestReplyTemplate from 'channel' to 'gateway' package to remove tangle. 2008-05-22 01:27:58 +00:00
Mark Fisher
7f4cdc3e77 Removed 'Bundle-Version' from template.mf files. 2008-05-21 23:33:26 +00:00
Mark Fisher
8cc662e646 Added newly generated MANIFEST.MF (INT-217). 2008-05-21 23:01:22 +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
9504b2b6fe Moved spring.schemas and spring.handlers to "src/main/resources/META-INF" (INT-223). 2008-05-20 22:17:11 +00:00
Ben Hale
6696064dd0 Updated the names of the projects 2008-05-20 21:41:01 +00:00