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 1F89E109C5 for ; Thu, 27 Feb 2014 11:16:25 +0000 (UTC) Received: (qmail 52166 invoked by uid 500); 27 Feb 2014 11:16:24 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 51987 invoked by uid 500); 27 Feb 2014 11:16:22 -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 51740 invoked by uid 99); 27 Feb 2014 11:16:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 11:16:21 +0000 Date: Thu, 27 Feb 2014 11:16:21 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CXF-5576) Initital support for CDI integration 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-5576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13914402#comment-13914402 ] Sergey Beryozkin edited comment on CXF-5576 at 2/27/14 11:14 AM: ----------------------------------------------------------------- Hi Andriy, thanks for the update. I hope it is not urgent :-), so please take as long time as you need. Just a quick question: can we cut few corners for a start and tell CDI, this is my JAX-RS root, or this is my JAX-WS service class, instead of getting it discovering the service roots/classes ? Cheers, Sergey was (Author: sergey_beryozkin): Hi Andriy, thanks for the update. I hope it is not urgent :-), so please take as long time as you need. Just a quick question: can we cut few corners for a start and tell CDI, this is my JAX-RS root, or this is my JAX-RS service class, instead of getting it discovering the service roots/classes ? Cheers, Sergey > Initital support for CDI integration > ------------------------------------ > > Key: CXF-5576 > URL: https://issues.apache.org/jira/browse/CXF-5576 > Project: CXF > Issue Type: Improvement > Components: Core > Affects Versions: 3.0.0 > Reporter: Andriy Redko > Assignee: Andriy Redko > Labels: cdi > > A per section 10.2.3 Context and Dependency Injection (CDI) of JAX-RS 2.0 specification, in a product that supports CDI, the implementations MUST support the use of CDI-style Beans as root resource classes, providers and Application subclasses. Providers and Application subclasses MUST be singletons or use application scope. -- This message was sent by Atlassian JIRA (v6.1.5#6160)