Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 92478 invoked from network); 12 Jan 2009 13:26:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jan 2009 13:26:29 -0000 Received: (qmail 19020 invoked by uid 500); 12 Jan 2009 13:26:22 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 18993 invoked by uid 500); 12 Jan 2009 13:26:22 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 18923 invoked by uid 99); 12 Jan 2009 13:26:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 05:26:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 13:26:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5314B234C485 for ; Mon, 12 Jan 2009 05:25:59 -0800 (PST) Message-ID: <1247549620.1231766759322.JavaMail.jira@brutus> Date: Mon, 12 Jan 2009 05:25:59 -0800 (PST) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-1241) Add camel-commons-vfs component In-Reply-To: <1591393985.1231493039307.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48618#action_48618 ] Claus Ibsen commented on CAMEL-1241: ------------------------------------ +1 Yeah when we poll the interfaces from camel-ftp into camel-core they need a rename to be generic, so GenericFileOperation will do. I just wanted to be sure that commons-vfs can integrate with this approach using the interfaces from camel-ftp allowing us to have much more shared code for the different file based transports - java.io.File - regular FTP - SFTP - and now commons-vfs > 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 > > > 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.