Return-Path: Delivered-To: apmail-cxf-users-archive@www.apache.org Received: (qmail 65220 invoked from network); 30 Oct 2009 18:21:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 18:21:55 -0000 Received: (qmail 36340 invoked by uid 500); 30 Oct 2009 18:21:54 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 36280 invoked by uid 500); 30 Oct 2009 18:21:54 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 36270 invoked by uid 99); 30 Oct 2009 18:21:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 18:21:54 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.40.44.89] (HELO smtprelay.hostedemail.com) (216.40.44.89) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 18:21:43 +0000 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay01.hostedemail.com (Postfix) with SMTP id 4EC6E9F85F8 for ; Fri, 30 Oct 2009 18:21:22 +0000 (UTC) X-Spam-Summary: 50,0,0,f858d599d7a00b6a,907452bc8cfe1759,dkulp@apache.org,users@cxf.apache.org:smcompte@yahoo.fr,RULES_HIT:355:379:599:601:945:967:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1542:1593:1594:1711:1730:1747:1766:1792:2393:2525:2553:2560:2564:2682:2685:2828:2857:2859:2900:2933:2937:2939:2942:2945:2947:2951:2954:3022:3027:3352:3653:3865:3866:3867:3868:3869:3870:3871:3873:3876:3877:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4250:4321:4605:4699:5007:6114:6119:6261:7679:7903:7974:8501:8957:8985:9025:9388,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fu,MSBL:none,DNSBL:none X-Session-Marker: 64616E406B756C702E636F6D X-Filterd-Recvd-Size: 3439 Received: from server.dankulp.com (server1.dankulp.com [66.207.172.168]) (Authenticated sender: dan@kulp.com) by omf03.hostedemail.com (Postfix) with ESMTP for ; Fri, 30 Oct 2009 18:21:22 +0000 (UTC) Received: by server.dankulp.com (Postfix, from userid 5000) id AC7E35070020; Fri, 30 Oct 2009 14:21:21 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.2.1-gr1 (2007-05-02) on server.dankulp.com X-Spam-Level: X-Msg-File: /tmp/mailfilter.1nB4IJEfeJ Received: from dilbert.localnet (c-24-91-141-225.hsd1.ma.comcast.net [24.91.141.225]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.dankulp.com (Postfix) with ESMTPSA id BD8195070016; Fri, 30 Oct 2009 14:21:16 -0400 (EDT) From: Daniel Kulp To: users@cxf.apache.org Subject: Re: Execution failed with CXF Date: Fri, 30 Oct 2009 14:21:01 -0400 User-Agent: KMail/1.12.2 (Linux/2.6.31-gentoo-r3; KDE/4.3.2; x86_64; ; ) Cc: wonderbox References: <26115209.post@talk.nabble.com> In-Reply-To: <26115209.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910301421.01965.dkulp@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-3.4 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=unavailable version=3.2.1-gr1 You need to check the versions of the jars you are picking up. You seem to be picking up an older version of cxf-api jar, but newer versions of cxf-rt- transport-http. Most likely, you are conflicting with things already built into Mule. If they would upgrade their versions.............. Dan On Thu October 29 2009 11:25:54 am wonderbox wrote: > I have found an error when i run a client web service with CXF using a > configuration java like the sample configuration in the documentation of > cxf and this client web service was run on a Mule Server : > Error is : > > "http://cxf.apache.org/docs/client-http-transport-including-ssl-support.htm > l" part Using java code > > the error is : > > Exception in thread "main" java.lang.NoSuchMethodError: > org.apache.cxf.message.Exchange.isSynchronous()Z > at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleRespons > e(HTTPConduit.java:1939) at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPCon > duit.java:1867) at > org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) > at > org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:595) > at > org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInte > rceptor.handleMessage(MessageSenderInterceptor.java:62) at > org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChai > n.java:220) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:296) at > org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:242) at > org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > at > org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:178) > at $Proxy42.otaHotelAvailRQ(Unknown Source) > at > e_commerce.wonderbox.ota.HotelServiceWsClient.main(HotelServiceWsClient.jav > a:72) > > Where is the problem ? > -- Daniel Kulp dkulp@apache.org http://www.dankulp.com/blog