Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 64613 invoked from network); 11 Feb 2010 08:46:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 08:46:57 -0000 Received: (qmail 76727 invoked by uid 500); 11 Feb 2010 08:46:57 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 76686 invoked by uid 500); 11 Feb 2010 08:46:57 -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 76674 invoked by uid 500); 11 Feb 2010 08:46:57 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 76668 invoked by uid 99); 11 Feb 2010 08:46:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 08:46:57 +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; Thu, 11 Feb 2010 08:46:54 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3F7629A0013 for ; Thu, 11 Feb 2010 00:46:33 -0800 (PST) Message-ID: <1559860001.17091265877993866.JavaMail.jira@brutus.apache.org> Date: Thu, 11 Feb 2010 08:46:33 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-2460) The cafe example - When started it does not output any activity to the console In-Reply-To: <2074034306.16881265873433679.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-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2460. -------------------------------- Resolution: Working as Designed > The cafe example - When started it does not output any activity to the console > ------------------------------------------------------------------------------- > > Key: CAMEL-2460 > URL: https://issues.apache.org/activemq/browse/CAMEL-2460 > Project: Apache Camel > Issue Type: Task > Components: examples > Affects Versions: 2.2.0 > Reporter: Claus Ibsen > Assignee: Willem Jiang > Priority: Minor > Fix For: 2.3.0 > > > http://camel.apache.org/cafe-example.html > The wiki page states that the client will output drinks prepared and whatnot. But this is what I get when running it. > Wait for 30 sec before shutting down with ctrl + c > {code} > [pache.camel.spring.Main.main()] DefaultCamelContext INFO Apache Camel 2.2.0-fuse-01-00 (CamelContext:camel) is starting > [pache.camel.spring.Main.main()] DefaultCamelContext INFO JMX enabled. Using DefaultManagedLifecycleStrategy. > [pache.camel.spring.Main.main()] DefaultCamelContext INFO Started 5 routes > [pache.camel.spring.Main.main()] DefaultCamelContext INFO Apache Camel 2.2.0-fuse-01-00 (CamelContext:camel) started > ^C[ Thread-2] Main$HangupInterceptor INFO Received hang up - stopping the main instance. > [ Thread-2] MainSupport INFO Apache Camel 2.2.0-fuse-01-00 stopping > [ Thread-2] ClassPathXmlApplicationContext INFO Closing org.springframework.context.support.ClassPathXmlApplicationContext@bfc7be: display name [org.springframework.context.support.ClassPathXmlApplicationContext@bfc7be]; startup date [Thu Feb 11 08:27:03 CET 2010]; root of context hierarchy > [ Thread-2] DefaultListableBeanFactory INFO Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@342fd2: defining beans [aggregatorStrategy,orderSplitter,drinkRouter,waiter,barista,template,consumerTemplate,camel:beanPostProcessor,camel]; root of factory hierarchy > [ Thread-2] DefaultCamelContext INFO Apache Camel 2.2.0-fuse-01-00 (CamelContext:camel) is stopping > [ Thread-2] DefaultShutdownStrategy INFO Starting to graceful shutdown routes (timeout 300 seconds) > [ Camel thread 6: ShutdownTask] DefaultShutdownStrategy INFO Route: route1 shutdown complete. > [ Camel thread 6: ShutdownTask] DefaultShutdownStrategy INFO Route: route2 shutdown complete. > [ Camel thread 6: ShutdownTask] DefaultShutdownStrategy INFO Route: route3 shutdown deferred. > [ Camel thread 6: ShutdownTask] DefaultShutdownStrategy INFO Route: route4 shutdown deferred. > [ Camel thread 6: ShutdownTask] DefaultShutdownStrategy INFO Route: route5 shutdown complete. > [ Camel thread 6: ShutdownTask] DefaultShutdownStrategy INFO Route: route3 shutdown complete. > [ Camel thread 6: ShutdownTask] DefaultShutdownStrategy INFO Route: route4 shutdown complete. > [ Thread-2] DefaultShutdownStrategy INFO Graceful shutdown of routes completed in 0 seconds > [ Thread-2] DefaultInflightRepository INFO Shutting down with no inflight exchanges. > [ Thread-2] DefaultCamelContext INFO Apache Camel 2.2.0-fuse-01-00 (CamelContext:camel) stopped > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.