Return-Path: X-Original-To: apmail-openejb-users-archive@www.apache.org Delivered-To: apmail-openejb-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 A79E5D440 for ; Wed, 22 Aug 2012 17:54:03 +0000 (UTC) Received: (qmail 29638 invoked by uid 500); 22 Aug 2012 17:54:03 -0000 Delivered-To: apmail-openejb-users-archive@openejb.apache.org Received: (qmail 29618 invoked by uid 500); 22 Aug 2012 17:54:03 -0000 Mailing-List: contact users-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openejb.apache.org Delivered-To: mailing list users@openejb.apache.org Received: (qmail 29610 invoked by uid 99); 22 Aug 2012 17:54:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 17:54:03 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of todd.deshane.excelsior@gmail.com designates 209.85.214.196 as permitted sender) Received: from [209.85.214.196] (HELO mail-ob0-f196.google.com) (209.85.214.196) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Aug 2012 17:53:58 +0000 Received: by obhx4 with SMTP id x4so414328obh.11 for ; Wed, 22 Aug 2012 10:53:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=e3DU0On66QWqoYX7/1x2df6h4ARsKsqj9rwg7IX89B0=; b=xKskGvMRPxjAJlirykAaqW8QxnFQgzJQOjw2J34ivOMaTRSjB/WuWSMoBUADYRkIxN mPspFukQEzX+sPZSd6rVZh8J/N4BC7Ud5sEQ0GDcR2JaAZHZLBXBIyi5SIdtC1BMbewx cFhuAkzMh/hVn1eamVUy7F3FcllqMPsMpMbk/0igqD7CsUQbCIBpomhlEgnsmaZWGW3/ JHgxnf5lGWzfi+lgd/0kpNhq4QE6a4BNIKm9mb4vBJY37BC+ytDpcksQEszGvSwG9/EP YtfFzJkZcLZ/Jc8dEYwDpn0ps6qdbrPzEViplgrMWcBQb/PGXxZMTBBlgvBCPUjNvUhn Kq/g== MIME-Version: 1.0 Received: by 10.60.13.232 with SMTP id k8mr15961851oec.81.1345658018005; Wed, 22 Aug 2012 10:53:38 -0700 (PDT) Received: by 10.76.97.228 with HTTP; Wed, 22 Aug 2012 10:53:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Aug 2012 13:53:37 -0400 Message-ID: Subject: Re: HTTP Method Extensions From: Todd Deshane To: users@openejb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Suggestions on how to go about debugging this issue? Thanks, Todd On Wed, Aug 22, 2012 at 1:41 PM, Romain Manni-Bucau wrote: > it is supported by cxf (https://issues.apache.org/jira/browse/CXF-4224 ) so > the issue should be elsewhere > > *Romain Manni-Bucau* > *Twitter: @rmannibucau* > *Blog: http://rmannibucau.wordpress.com* > > > > > 2012/8/22 Todd Deshane > >> Example ex04_1 implements a PATCH HTTP method extension [1], however, >> the findTargetMethod is not finding it. "HTTP Method: UNSUPPORTED" is >> being thrown by TomEE. >> >> Aug 22, 2012 1:06:38 PM org.apache.cxf.jaxrs.utils.JAXRSUtils >> findTargetMethod >> WARNING: No operation matching request path >> "/workbook-ex04_1-1.0/customers/1" is found, Relative Path: /1, HTTP >> Method: UNSUPPORTED, ContentType: application/xml, Accept: */*,. >> Please enable FINE/TRACE log level for more details. >> >> I was wondering if they is a way to get this to work? >> >> Thanks, >> Todd >> >> >> [1] >> https://github.com/resteasy/Resteasy/blob/master/jaxrs/examples/oreilly-workbook/ex04_1/src/main/java/org/ieft/annotations/PATCH.java >>