Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 28259 invoked from network); 16 Dec 2010 21:30:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Dec 2010 21:30:26 -0000 Received: (qmail 38561 invoked by uid 500); 16 Dec 2010 21:30:25 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 38533 invoked by uid 500); 16 Dec 2010 21:30:25 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 38525 invoked by uid 99); 16 Dec 2010 21:30:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 21:30:25 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Dec 2010 21:30:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBGLU1ua012834 for ; Thu, 16 Dec 2010 21:30:01 GMT Message-ID: <20099351.165761292535001680.JavaMail.jira@thor> Date: Thu, 16 Dec 2010 16:30:01 -0500 (EST) From: "Rahul Somasunderam (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-3198) XMLBeansElementProvider doesn't support text/xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org XMLBeansElementProvider doesn't support text/xml ------------------------------------------------ Key: CXF-3198 URL: https://issues.apache.org/jira/browse/CXF-3198 Project: CXF Issue Type: Bug Components: JAX-RS Affects Versions: 2.2.10 Reporter: Rahul Somasunderam Link to Forum: http://cxf.547215.n5.nabble.com/XmlBeans-with-contentType-text-xml-doesn-t-work-td3308350.html XmlBeansElementProvider supports only application/xml. Should support "application/xml", "application/*+xml", "text/xml". This means that when a REST Client uses text/xml, it gets a HTTP 415. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.