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 AA813E8EC for ; Sun, 16 Dec 2012 16:55:31 +0000 (UTC) Received: (qmail 49076 invoked by uid 500); 16 Dec 2012 16:55:31 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 49026 invoked by uid 500); 16 Dec 2012 16:55:30 -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 48991 invoked by uid 99); 16 Dec 2012 16:55:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 16:55:28 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of christian.mueller@gmail.com designates 209.85.214.173 as permitted sender) Received: from [209.85.214.173] (HELO mail-ob0-f173.google.com) (209.85.214.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Dec 2012 16:55:22 +0000 Received: by mail-ob0-f173.google.com with SMTP id xn12so4959236obc.32 for ; Sun, 16 Dec 2012 08:55:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=r4+ZFVUW276GxsKyqKqk1iExwVSa3PC6BuBViBBxgZc=; b=kgsViimQCMSrg6vEeOBJgC51OyFuOKjRB3G1C+vJYK1j2Mf77X13F2+yOiIyR4P8Ws 91+d18SnERc4VauE+4I7B4leUaLk7WHiTjipXxOXEeAaMwAj+NizbmlQAPi6QTpNaUaP YcuxGqQ8/kdm9EqzfxZkg7de8ejIfKdPB0MSmmghIrxcGWS+cLYdHrBIxf7GNWWj0ecu WVM2Isudt8Mce1JWh2sVo7r14TqGsN4beCRXrtv584zX9LDiiByA461JBAd6t5tYK+Fm eeazBB4eijJd8vIovSS1tZEtCGHignbAaS1oZLlv5gI+yJvftZr4LleCBv74ldKZmcDN 2vlA== MIME-Version: 1.0 Received: by 10.182.162.66 with SMTP id xy2mr5982765obb.82.1355676901443; Sun, 16 Dec 2012 08:55:01 -0800 (PST) Received: by 10.182.114.103 with HTTP; Sun, 16 Dec 2012 08:55:01 -0800 (PST) In-Reply-To: <1355664056357-5724167.post@n5.nabble.com> References: <1355664056357-5724167.post@n5.nabble.com> Date: Sun, 16 Dec 2012 17:55:01 +0100 Message-ID: Subject: Re: Doubt on File Transfer using spring From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=e89a8f839dfb2408d904d0fb20fa X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f839dfb2408d904d0fb20fa Content-Type: text/plain; charset=ISO-8859-1 I think the following links are helpful for you: [1] http://camel.apache.org/running-camel-standalone-and-have-it-keep-running.html [2] http://camel.apache.org/running-camel-standalone.html [3] https://svn.apache.org/repos/asf/camel/trunk/components/camel-spring/src/main/java/org/apache/camel/spring/Main.java [4] https://svn.apache.org/repos/asf/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/MainTest.java [5] https://svn.apache.org/repos/asf/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/MainExampleTest.java Best, Christian On Sun, Dec 16, 2012 at 2:20 PM, tamil13 wrote: > I am new to this camel framework. so I have one small doubt.. I can > transfer > file from one folder to another using simple camel coding. but I would like > to make up using spring framework. but when I write code in xml file. I > dont > know how to *call *this xml configuration file either from maven or java > class. Could anyone please help me on following issue? > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation=" > http://www.springframework.org/schema/beans > http://www.springframework.org/schema/beans/spring-beans-3.0.xsd > http://camel.apache.org/schema/spring > http://camel.apache.org/schema/spring/camel-spring.xsd"> > > > > > > > > > > > > > Above is my xml file and using maven built tool. > Thanks in advance?? > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Doubt-on-File-Transfer-using-spring-tp5724167.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- --e89a8f839dfb2408d904d0fb20fa--