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 A9B1E2009F3 for ; Sat, 21 May 2016 07:00:19 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A7DA1160A25; Sat, 21 May 2016 05:00:19 +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 21DE6160A2B for ; Sat, 21 May 2016 07:00:18 +0200 (CEST) Received: (qmail 84427 invoked by uid 500); 21 May 2016 05:00:18 -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 83919 invoked by uid 99); 21 May 2016 05:00:17 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 May 2016 05:00:17 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6DA6B2C1F62 for ; Sat, 21 May 2016 05:00:17 +0000 (UTC) Date: Sat, 21 May 2016 05:00:17 +0000 (UTC) From: "David Jencks (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FELIX-1824) Cirular References are not currently explicitly checked and detected MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 21 May 2016 05:00:19 -0000 [ https://issues.apache.org/jira/browse/FELIX-1824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks resolved FELIX-1824. --------------------------------- Resolution: Fixed Assignee: David Jencks Fix Version/s: scr-2.0.4 I'm not quite sure why I thought the previous fix didn't log appropriately. I think the improved logging I committed for FELIX-4417 definitely satisfies the spec. > Cirular References are not currently explicitly checked and detected > -------------------------------------------------------------------- > > Key: FELIX-1824 > URL: https://issues.apache.org/jira/browse/FELIX-1824 > Project: Felix > Issue Type: Bug > Components: Declarative Services (SCR), Specification compliance > Affects Versions: scr-1.0.8, scr-1.2.0 > Reporter: Felix Meschberger > Assignee: David Jencks > Fix For: scr-2.0.4 > > > According to the Declarative Services Specification Section 112.3.5, Circular References, circular service references must be detected and logged: > Circular references must be detected by SCR when it attempts to satisfy > component configurations and SCR must fail to satisfy the references > involved in the cycle and log an error message with the Log Service, if > present. > This is not currently implemented like this, particularly there is not logging of such situations. -- This message was sent by Atlassian JIRA (v6.3.4#6332)