Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33DBF102E7 for ; Fri, 30 May 2014 05:39:40 +0000 (UTC) Received: (qmail 16866 invoked by uid 500); 30 May 2014 05:39:39 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 16820 invoked by uid 500); 30 May 2014 05:39:39 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 16812 invoked by uid 99); 30 May 2014 05:39:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 05:39:39 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of polakakng@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 05:39:35 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WqFX8-00043V-Um for users@camel.apache.org; Thu, 29 May 2014 22:39:14 -0700 Date: Thu, 29 May 2014 22:39:14 -0700 (PDT) From: ramana To: users@camel.apache.org Message-ID: <1401428354943-5751735.post@n5.nabble.com> In-Reply-To: <1398247307810-5750482.post@n5.nabble.com> References: <1398247307810-5750482.post@n5.nabble.com> Subject: Re: camel file moving after process to default .camel or .done, MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org i able to solve..... When using files on windows, make sure that if you use any custom code that read the file using a stream ,such af FileInputStream, etc. you must close the stream. On windows the file cannot be moved/deleted if that occurs. So double check your own code first. -- View this message in context: http://camel.465427.n5.nabble.com/camel-file-moving-after-process-to-default-camel-or-done-tp5750482p5751735.html Sent from the Camel - Users mailing list archive at Nabble.com.