Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 66669 invoked from network); 18 Oct 2007 12:13:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 12:13:47 -0000 Received: (qmail 30191 invoked by uid 500); 18 Oct 2007 12:13:35 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 30173 invoked by uid 500); 18 Oct 2007 12:13:35 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 30164 invoked by uid 99); 18 Oct 2007 12:13:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 05:13:35 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 12:13:37 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IiUFZ-00086r-8k for camel-user@activemq.apache.org; Thu, 18 Oct 2007 05:13:17 -0700 Message-ID: <13272207.post@talk.nabble.com> Date: Thu, 18 Oct 2007 05:13:17 -0700 (PDT) From: pascal J To: camel-user@activemq.apache.org Subject: Re: how to do that in camel xml ? In-Reply-To: <13043602.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jacob.p@mipih.fr References: <13021883.post@talk.nabble.com> <13036872.post@talk.nabble.com> <13042915.post@talk.nabble.com> <13043318.post@talk.nabble.com> <13043602.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Do you realize that you have a typo in the bean name? In your route you reference a processor bean named "testProcessor" but your declared bean is named "testeProcessor". It may or may not be the problem you currently have, I don't know. Pascal J. Paulo Ramos wrote: > > 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-2.0.xsd > http://activemq.apache.org/camel/schema/spring > http://activemq.apache.org/camel/schema/spring/camel-spring.xsd"> > > xmlns="http://activemq.apache.org/camel/schema/spring"> > org.apache.camel.example > > > > > > > > > > class="org.apache.camel.example.spring.TestProcessor"/> > > > -- View this message in context: http://www.nabble.com/how-to-do-that-in-camel-xml---tf4562649s22882.html#a13272207 Sent from the Camel - Users mailing list archive at Nabble.com.