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 A9AC3100BF for ; Mon, 27 Jan 2014 20:14:38 +0000 (UTC) Received: (qmail 83172 invoked by uid 500); 27 Jan 2014 20:14:38 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 83117 invoked by uid 500); 27 Jan 2014 20:14:38 -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 83109 invoked by uid 99); 27 Jan 2014 20:14:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jan 2014 20:14:37 +0000 Date: Mon, 27 Jan 2014 20:14:37 +0000 (UTC) From: "Heath Kesler (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-5528) CXF Blueprint resource classes should have a more simple definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Heath Kesler updated CXF-5528: ------------------------------ Attachment: SimpleJAXRSTest.zip Here is a simple test that can be used. Just 'mvn clean install' on the directory and deploy to karaf. Once started you should be able to hit the endpoint using: http://localhost:8181/cxf/test/string which is defined by the resource class. > CXF Blueprint resource classes should have a more simple definition > ------------------------------------------------------------------- > > Key: CXF-5528 > URL: https://issues.apache.org/jira/browse/CXF-5528 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 2.7.8 > Reporter: Heath Kesler > Attachments: SimpleJAXRSTest.zip, cxf-5528-patch.diff > > > When defining serviceBeans in the blueprint xml file, we first have to define the bean then reference that bean from the serviceBean definition. It would be nice to have a short cut that allowed us to just define the class name in the rsServer xml. Something like > > > > > > I will be submitting a patch shortly with an associated test. I look forward to feedback. -- This message was sent by Atlassian JIRA (v6.1.5#6160)