Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-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 73D9A10340 for ; Mon, 15 Dec 2014 21:01:09 +0000 (UTC) Received: (qmail 23846 invoked by uid 500); 15 Dec 2014 21:01:09 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 23770 invoked by uid 500); 15 Dec 2014 21:01:09 -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 23759 invoked by uid 99); 15 Dec 2014 21:01:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2014 21:01:08 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of Kevin.Schnake@issinc.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Dec 2014 21:01:02 +0000 Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 072A4DCB2DC for ; Mon, 15 Dec 2014 13:00:40 -0800 (PST) Date: Mon, 15 Dec 2014 14:00:39 -0700 (MST) From: criedluv To: users@cxf.apache.org Message-ID: <1418677239811-5752388.post@n5.nabble.com> Subject: Rest client returning ClientException, cause: #3732 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org My rest client is throwing the above exception upon invoking a method on a CXF Web service method. I cant tell if execution reaches the rest method or not. Error text: "Method pkg.methodName() is not a valid resource method". My model entry for the method is: I'm using the following: CXF: 2.7.12 Spring: 3.2.5.RELEASE JAXWS/JAXRS Servlet.xml: includes jaxws and jaxrs definitions with a reference to a jaxrs model definition file. I can invoke another method from the same REST interface/implementation just fine. I can invoke the same method via SOAP. thanks! -- View this message in context: http://cxf.547215.n5.nabble.com/Rest-client-returning-ClientException-cause-3732-tp5752388.html Sent from the cxf-user mailing list archive at Nabble.com.