Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7476410A94 for ; Wed, 24 Dec 2014 09:39:13 +0000 (UTC) Received: (qmail 97567 invoked by uid 500); 24 Dec 2014 09:39:13 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 97531 invoked by uid 500); 24 Dec 2014 09:39:13 -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 97519 invoked by uid 99); 24 Dec 2014 09:39:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Dec 2014 09:39:13 +0000 Date: Wed, 24 Dec 2014 09:39:13 +0000 (UTC) From: "funregis (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-6176) org.apache.cxf.jaxrs.bus.providers property is not taken in account in cxf bus MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 funregis created CXF-6176: ----------------------------- Summary: org.apache.cxf.jaxrs.bus.providers property is not taken in account in cxf bus Key: CXF-6176 URL: https://issues.apache.org/jira/browse/CXF-6176 Project: CXF Issue Type: Bug Components: Bus, JAX-RS Affects Versions: 3.0.3, 3.0.1 Environment: I'm on websphere 8.5.0.1 , and CXF 3.0.3 Reporter: funregis Priority: Critical I tried to set common providers at bus level to avoid to declare it on each jax-rs endpoint : when i call my web service : it's not working : [ERROR] [WebContainer : 29] org.apache.cxf.jaxrs.utils.JAXRSUtils : No message body reader has been found for class fr.stime.argosetoile.parametres.json.article.FiltreArticle, ContentType: application/json Cxf cannot find the json provider. And it's working when I am declaring it at each Jax-rs : -- This message was sent by Atlassian JIRA (v6.3.4#6332)