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 B0160CFA1 for ; Thu, 13 Jun 2013 20:19:03 +0000 (UTC) Received: (qmail 78230 invoked by uid 500); 13 Jun 2013 20:19:03 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 78153 invoked by uid 500); 13 Jun 2013 20:19:02 -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 78145 invoked by uid 99); 13 Jun 2013 20:19:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 20:19:02 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (nike.apache.org: encountered temporary error during SPF processing of domain of Neil.Corbet@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jun 2013 20:18:56 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UnDyJ-0002MG-Dh for users@cxf.apache.org; Thu, 13 Jun 2013 13:18:15 -0700 Date: Thu, 13 Jun 2013 13:18:15 -0700 (PDT) From: NCorbet To: users@cxf.apache.org Message-ID: <1371154695418-5729234.post@n5.nabble.com> In-Reply-To: <1371143699855-5729225.post@n5.nabble.com> References: <1371139914126-5729213.post@n5.nabble.com> <51B9F280.1030406@gmail.com> <1371141264593-5729218.post@n5.nabble.com> <51B9FA72.9040607@gmail.com> <1371143699855-5729225.post@n5.nabble.com> Subject: Re: JaxRs- Yet another Unmarshall / Marshall issue with CXF 2.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Sergey, I can see that JSONProvider is being called. The isWriteable() method does get called with my SimpleObject as the type. I can also see my annotations being passed through as well as application/json as the media type. It then goes to org.apache.cxf.jaxrs.provider.ProviderFactory chooseMessageWriter() method and it is here that it returns null. createMessageBodyWriter is called a few times to get a MessageBodyWriter( which is null everytime it is tried), then looks for jaxbwriters..they are null. Ultimately gives up and JAXRSOutInteceptor sends output that none were found. Does this help? Neil -- View this message in context: http://cxf.547215.n5.nabble.com/JaxRs-Yet-another-Unmarshall-Marshall-issue-with-CXF-2-7-2-tp5729213p5729234.html Sent from the cxf-user mailing list archive at Nabble.com.