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 D3EADEA5A for ; Tue, 20 Nov 2012 10:59:45 +0000 (UTC) Received: (qmail 45419 invoked by uid 500); 20 Nov 2012 10:59:41 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 45218 invoked by uid 500); 20 Nov 2012 10:59:41 -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 44512 invoked by uid 99); 20 Nov 2012 10:59:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2012 10:59:40 +0000 Date: Tue, 20 Nov 2012 10:59:40 +0000 (UTC) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Message-ID: <648795662.6201.1353409180132.JavaMail.jiratomcat@arcas> In-Reply-To: <556375955.8607.1296771388921.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (FELIX-2823) Uncaught exception in case of circular service reference 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/FELIX-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed FELIX-2823. ------------------------------------ Close after release > Uncaught exception in case of circular service reference > -------------------------------------------------------- > > Key: FELIX-2823 > URL: https://issues.apache.org/jira/browse/FELIX-2823 > Project: Felix > Issue Type: Bug > Components: Declarative Services (SCR) > Affects Versions: scr-1.6.0 > Reporter: Felix Meschberger > Assignee: Felix Meschberger > Fix For: scr-1.6.2 > > > The DependencyManager.getService(ServiceReference) method catches IllegalStateException possibly thrown from the BundleContext.getService method. Unfortunately this is not the only possible exception thrown from this method. So we have to catch Exception in general and log that situation properly to cope with the situation and help developers/deployers. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira