[
https://issues.apache.org/activemq/browse/CAMEL-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramon Buckland updated CAMEL-1241:
----------------------------------
Attachment: CAMEL-1241_Refactor_S-FTP_to_use_GenericYYY.patch
This patch implements the GenericFile* classes / ifaces across the original
Remote* classes.
Specifically, the following occurs with this patch.
(a) minor modifications to the new Generic* classes in camel-core (to support
RemoteFile style endpoints)
(b) added a method to DefaultEndpoint to obtain the "protocol" in the uri (so
we can re-lookup our META-INF file to find default strategy)
(c) refactored all the FTP tests to use target/ftpserver/home as the ftp server
root, instead of res/
This patch readies the camel-core / camel-ftp (file based) so we can now
implement commons-vfs into the fray.
All Tests are working as of diff revision.
> Add camel-commons-vfs component
> -------------------------------
>
> Key: CAMEL-1241
> URL: https://issues.apache.org/activemq/browse/CAMEL-1241
> Project: Apache Camel
> Issue Type: New Feature
> Affects Versions: 2.0.0
> Reporter: Ramon Buckland
> Assignee: Ramon Buckland
> Fix For: 2.0.0
>
> Attachments: CAMEL-1241.part_1_port_Generic_to_camel-core.diff,
> CAMEL-1241_Refactor_S-FTP_to_use_GenericYYY.patch,
> commons-vfs-changes-part1.file-refactoring.diff
>
>
> Add a new component camel-commons-vfs which utilises the commons-vfs library
> providing access to zip,jar,tgz,cifs,ftp and many other wonderful "file" type
> resources.
> The component will go into camel 2.0 as the new camel-file and camel-ftp
> components have been re-written to support a better model.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.