Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 18439 invoked from network); 20 Mar 2011 11:07:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Mar 2011 11:07:54 -0000 Received: (qmail 94423 invoked by uid 500); 20 Mar 2011 11:07:53 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 94394 invoked by uid 500); 20 Mar 2011 11:07:53 -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 94386 invoked by uid 99); 20 Mar 2011 11:07:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Mar 2011 11:07:53 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of richardkettelerij@gmail.com designates 209.85.210.173 as permitted sender) Received: from [209.85.210.173] (HELO mail-iy0-f173.google.com) (209.85.210.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Mar 2011 11:07:48 +0000 Received: by iym7 with SMTP id 7so6044407iym.32 for ; Sun, 20 Mar 2011 04:07:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=AwNfqP5YSXiZq0vEeB5fDpPxQ2bDmP5x9+hJ6fSoQlk=; b=Hzm1CfK2b1GZb8jgR8qKMKyulnMXHZlX25mXpv1TDwSdIkeOLwf6hNA80gqEEU4UZk 9v2mePTA2Lp04E682pcwDPTMfKxHAovl6kW6tCyIE94RHfZqOZ9jdFRed/XsblhV+6Uu TB5HKsfWRhH6ZFbbDTeRSYQ7zp4sF9rFg8aAQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=WT32of8K0Fb51bFVSjFlWSilTInaD9T/2rfxIUr/prNmF7r9sa2xOQbZpRExlfj9vf JA/9BncuuhO7Og4owHzhGZb4o4n1UCBRhKaRb3reyN6qCoMbFgLDvYqX5YLL3oZlUuM6 GfjeKa3aaBYZxPyx9o8HsmIlxTS1a/KWbXmh4= Received: by 10.231.181.137 with SMTP id by9mr3032303ibb.60.1300619247255; Sun, 20 Mar 2011 04:07:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.17.77 with HTTP; Sun, 20 Mar 2011 04:07:06 -0700 (PDT) In-Reply-To: <1300587719270-4099794.post@n5.nabble.com> References: <1300572085128-4089201.post@n5.nabble.com> <1300587719270-4099794.post@n5.nabble.com> From: Richard Kettelerij Date: Sun, 20 Mar 2011 12:07:06 +0100 Message-ID: Subject: Re: trying several parameters of FileComponent... To: users@camel.apache.org Content-Type: multipart/alternative; boundary=0016e68fa7843880d7049ee80498 --0016e68fa7843880d7049ee80498 Content-Type: text/plain; charset=ISO-8859-1 The RouteType class revealed that you're (still) using Camel 1.x. The file component in 1.x doesn't have a "initialDelay" option, instead you should use "consumer.initialDelay" (available since Camel 1.4). See http://camel.apache.org/file.html. The docs on http://camel.apache.org/file2.html are for Camel 2.x. Tip: When asking questions on the mailing list it's always helpful to mention the Camel version you're using, especially if it isn't the most recent version. Also you might want to consider upgrading to Camel 2.x since Camel 1.x is no longer maintained. On Sun, Mar 20, 2011 at 3:21 AM, dead_devil_66 wrote: > and yes, i tried by sequencing from and to in that manner but no success > > from("file:/home/echo66/data/inbox/?delete=true&initialDelay=1000") > .to("file:/home/echo66/data/outbox/"); > > -- > View this message in context: > http://camel.465427.n5.nabble.com/trying-several-parameters-of-FileComponent-tp4089201p4099794.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --0016e68fa7843880d7049ee80498--