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 D90D2100CE for ; Thu, 26 Sep 2013 13:20:20 +0000 (UTC) Received: (qmail 26500 invoked by uid 500); 26 Sep 2013 13:20:17 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 25990 invoked by uid 500); 26 Sep 2013 13:20:13 -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 25692 invoked by uid 99); 26 Sep 2013 13:20:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 13:20:07 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Sep 2013 13:20:01 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VPBTo-0000Cn-0s for users@camel.apache.org; Thu, 26 Sep 2013 06:19:40 -0700 Date: Thu, 26 Sep 2013 06:19:40 -0700 (PDT) From: Jens To: users@camel.apache.org Message-ID: <1380201580021-5740234.post@n5.nabble.com> In-Reply-To: <1380121803540-5740205.post@n5.nabble.com> References: <1380121803540-5740205.post@n5.nabble.com> Subject: Re: Mocking CXF service with XSLT MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jens wrote > Hi, > > I'm trying to "implement" a CXF JAX-WS service using an XSL > transformation, ie. > > from("cxf:bean:...").to("xslt:..."); > > The CXF endpoint has a JMSConfiguration with a replyDestination attached > and I also tried setting exchangePattern=InOut explicitly but > unfortunately, in either case, CXF does not put the reply on the reply > queue and the exchange ends with no output whatsoever. > > The last log output I get from CXF is "Invkoing handleMessage on > interceptor org.apache.cxf.interceptor.OutgoingChainInterceptor@XXXXX" > > Any idea why the response isn't sent back? Is there anything I need to do > to "prepare" the response message for the CXF endpoint. Fwiw, I also tried > converting the (string) transformation result to a CxfPayload but that > didn't make any difference. > > Camel version used is 2.8.4. > > Thanks, > Jens I think I figured it out. It seems to be related to bugs in the integration of CXF asynchronous mode again. If I switch the receiving CXF JMS endpoint to synchronous, this works as expected. Jens -- View this message in context: http://camel.465427.n5.nabble.com/Mocking-CXF-service-with-XSLT-tp5740205p5740234.html Sent from the Camel - Users mailing list archive at Nabble.com.