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 99192D93F for ; Fri, 19 Oct 2012 07:27:21 +0000 (UTC) Received: (qmail 65774 invoked by uid 500); 19 Oct 2012 07:27:21 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 65726 invoked by uid 500); 19 Oct 2012 07:27:20 -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 65537 invoked by uid 99); 19 Oct 2012 07:27:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2012 07:27:19 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of willem.jiang@gmail.com designates 209.85.160.45 as permitted sender) Received: from [209.85.160.45] (HELO mail-pb0-f45.google.com) (209.85.160.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Oct 2012 07:27:14 +0000 Received: by mail-pb0-f45.google.com with SMTP id rp2so239370pbb.32 for ; Fri, 19 Oct 2012 00:26:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:content-transfer-encoding :content-disposition; bh=Fc+3ngiSOO8nzTy8SUwgdmfEyL6v3IkB2Xkh9sCw8l8=; b=R7lilKoiwbhJdHJrUDvkJ6MAIopi8uLtymc16RA9Jt4g6JSYQza2hwoJcCfq1Alw4V 9cE8vMasIIrYGmvCXXptu867bDcD+VN0oxRVgwwnt/uF3HuEP3erZ2QCTvX4wcRny/eT gZNyUf735kLKA/BVSJd7dS3nhdX8boDTeXM8j51zyQeqsRcKuPeQaiGVUsT3qwGIKscl 7DaJYTpHOGFHYEjDCad8MAS94zPkiLvaxPFNvXoe876DnKo4uUhWxRur5E1BDmukR060 0pRhVBt8ifkdfeNzkBuINvmv7urHrU4TBFnKsAQ/WqorlLqcimg+C8ACIKE2ozsJq6ff kLvg== Received: by 10.68.216.2 with SMTP id om2mr2787332pbc.88.1350631614452; Fri, 19 Oct 2012 00:26:54 -0700 (PDT) Received: from [10.66.17.5] ([203.114.244.88]) by mx.google.com with ESMTPS id kn8sm824569pbc.24.2012.10.19.00.26.52 (version=SSLv3 cipher=OTHER); Fri, 19 Oct 2012 00:26:53 -0700 (PDT) Date: Fri, 19 Oct 2012 15:26:47 +0800 From: Willem jiang To: users@camel.apache.org Message-ID: <5354F88259B44E7B8416C1F363739A53@gmail.com> In-Reply-To: <1350554730254-5721226.post@n5.nabble.com> References: <1350484821476-5721182.post@n5.nabble.com> <1350542062916-5721218.post@n5.nabble.com> <460D6683E4EA45D7913C167A1084B1EE@gmail.com> <1350554730254-5721226.post@n5.nabble.com> Subject: Re: Strange problem when bridging amq to cxf X-Mailer: sparrow 1.6.4 (build 1176) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Yeah, camel-jms component need the message body to be Serializable. Or you need to marshal and unmarshal the POJO with JAXB or other date format. BTW, I just committed the test into the trunk[1] [1]http://svn.apache.org/viewvc?rev=1399986&view=rev -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: willemjiang On Thursday, October 18, 2012 at 6:05 PM, jkob wrote: > Finally I found out what is the problem. > > Some web services return POJOs that are serializable but don't implement the > Serializable interface. It seems camel is not able to do the unmarshalling > then. > > > > -- > View this message in context: http://camel.465427.n5.nabble.com/Strange-problem-when-bridging-amq-to-cxf-tp5721182p5721226.html > Sent from the Camel - Users mailing list archive at Nabble.com (http://Nabble.com).