Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 95766 invoked from network); 6 Jan 2010 08:11:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Jan 2010 08:11:39 -0000 Received: (qmail 26347 invoked by uid 500); 6 Jan 2010 08:11:39 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 26241 invoked by uid 500); 6 Jan 2010 08:11:39 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 26231 invoked by uid 500); 6 Jan 2010 08:11:39 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 26226 invoked by uid 99); 6 Jan 2010 08:11:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2010 08:11:39 +0000 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; Wed, 06 Jan 2010 08:11:37 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7DAFA234C04C for ; Wed, 6 Jan 2010 00:11:16 -0800 (PST) Message-ID: <1826093797.2511262765476499.JavaMail.jira@brutus.apache.org> Date: Wed, 6 Jan 2010 08:11:16 +0000 (UTC) From: "Savas Ali Tokmen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2331) WebDAV component In-Reply-To: <1267998790.981262620696165.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56777#action_56777 ] Savas Ali Tokmen commented on CAMEL-2331: ----------------------------------------- @Jon: No problems. I'm don't have any tool preference, ANT projects are just fine. On the other hand, do you mind if your binaries are (manually) deployed on a Maven2 repository? -- Apart from that, r25 of the project fixes many issues. Thanks Jon for accepting my patches; currently Sardine can LIST, PUT and GET I think for the creation of a Camel endpoint, that looks like the FTP endpoint, we'd also need to implement MOVE and MKDIR (MKCOL in WebDAV language) -- In our build environment, we have a whole stack that test WebDAV with Sardine. It uses the OW2 JOnAS application server, a WAR application for deploying a WebDAV resource and finally Maven for connecting to it and PUT, GET and DELETE files. -- I might have time this week to port these on the OW2 forge (open source). > WebDAV component > ---------------- > > Key: CAMEL-2331 > URL: https://issues.apache.org/activemq/browse/CAMEL-2331 > Project: Apache Camel > Issue Type: New Feature > Reporter: Savas Ali Tokmen > Fix For: Future > > > In the past, there had been plans for the camel-ftp to support WebDAV. This is not the case now. > It would be great for Camel to have a WebDAV component, that could be as easy to use as a File or FTP component, as a consumer or a producer. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.