Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DD232200BA8 for ; Mon, 24 Oct 2016 11:36:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DBB55160AEB; Mon, 24 Oct 2016 09:36:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 55960160AE1 for ; Mon, 24 Oct 2016 11:36:59 +0200 (CEST) Received: (qmail 60492 invoked by uid 500); 24 Oct 2016 09:36:58 -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 60480 invoked by uid 99); 24 Oct 2016 09:36:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 09:36:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 53EAF2C0D55 for ; Mon, 24 Oct 2016 09:36:58 +0000 (UTC) Date: Mon, 24 Oct 2016 09:36:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-7105) Don't register default application if no services discovered MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 09:37:00 -0000 [ https://issues.apache.org/jira/browse/CXF-7105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601464#comment-15601464 ] ASF GitHub Bot commented on CXF-7105: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cxf/pull/185 > Don't register default application if no services discovered > ------------------------------------------------------------ > > Key: CXF-7105 > URL: https://issues.apache.org/jira/browse/CXF-7105 > Project: CXF > Issue Type: Bug > Components: Integration > Affects Versions: 3.1.9 > Reporter: John D. Ament > Fix For: 3.1.9 > > > In certain cases, the CXF CDI integration may be included blindly in a framework. In these cases, if the user does not provide any JAX-RS resources the integration will fail to deploy a server. This scenario should be handled gracefully by not registering the application. -- This message was sent by Atlassian JIRA (v6.3.4#6332)