Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 72936 invoked from network); 4 Nov 2008 15:58:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Nov 2008 15:58:40 -0000 Received: (qmail 92766 invoked by uid 500); 4 Nov 2008 15:58:46 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 92750 invoked by uid 500); 4 Nov 2008 15:58:46 -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 92733 invoked by uid 99); 4 Nov 2008 15:58:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2008 07:58:46 -0800 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; Tue, 04 Nov 2008 15:57:28 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KxOID-0001qy-F0 for camel-user@activemq.apache.org; Tue, 04 Nov 2008 07:58:09 -0800 Message-ID: <20325085.post@talk.nabble.com> Date: Tue, 4 Nov 2008 07:58:09 -0800 (PST) From: TomStrummer To: camel-user@activemq.apache.org Subject: Re: POJO services using Serializable objects as messages In-Reply-To: <20311335.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: tomstrummer@gmail.com References: <20311335.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org As a follow-up, if I use the built-in ActiveMQ support in Camel, it seems to work: from("timer://tutorial?fixedRate=true&delay=3000&period=10000") .to("bean:bidRetriever") .to("activemq:bidQueue"); from("activemq:bidQueue") .to("bean:bidPersistence") .to("log:tom-bidList"); So only when passing the message on to a ServiceMix JBI endpoint do I get the above error. I'd still like to figure out how to make this work through JBI if that's possible. Thanks. -- View this message in context: http://www.nabble.com/POJO-services-using-Serializable-objects-as-messages-tp20311335s22882p20325085.html Sent from the Camel - Users mailing list archive at Nabble.com.