Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 419631071C for ; Wed, 11 Feb 2015 10:09:12 +0000 (UTC) Received: (qmail 58678 invoked by uid 500); 11 Feb 2015 10:09:12 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 58594 invoked by uid 500); 11 Feb 2015 10:09:12 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 58582 invoked by uid 99); 11 Feb 2015 10:09:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2015 10:09:11 +0000 Date: Wed, 11 Feb 2015 10:09:11 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FELIX-4793) Factory components with empty configuration are created even if configuration is required or available MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Carsten Ziegeler created FELIX-4793: --------------------------------------- Summary: Factory components with empty configuration are created even if configuration is required or available Key: FELIX-4793 URL: https://issues.apache.org/jira/browse/FELIX-4793 Project: Felix Issue Type: Bug Components: Declarative Services (SCR) Affects Versions: scr-2.0.0 Reporter: Carsten Ziegeler Fix For: scr-2.0.0 If a factory component sets the configuration policy to required, a factory component without a configuration is created. Similar, if the policy is optional for a factory configuration and there is a configuration in Config Admin, two instances are created and both are kept active. -- This message was sent by Atlassian JIRA (v6.3.4#6332)