Return-Path: Delivered-To: apmail-incubator-aries-dev-archive@minotaur.apache.org Received: (qmail 82454 invoked from network); 11 Feb 2010 09:42:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 09:42:55 -0000 Received: (qmail 34305 invoked by uid 500); 11 Feb 2010 09:42:54 -0000 Delivered-To: apmail-incubator-aries-dev-archive@incubator.apache.org Received: (qmail 34191 invoked by uid 500); 11 Feb 2010 09:42:54 -0000 Mailing-List: contact aries-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-dev@incubator.apache.org Received: (qmail 34011 invoked by uid 99); 11 Feb 2010 09:42:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 09:42:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 09:42:53 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6A09529A0018 for ; Thu, 11 Feb 2010 01:42:33 -0800 (PST) Message-ID: <1697997095.203911265881353433.JavaMail.jira@brutus.apache.org> Date: Thu, 11 Feb 2010 09:42:33 +0000 (UTC) From: "Valentin Mahrwald (JIRA)" To: aries-dev@incubator.apache.org Subject: [jira] Closed: (ARIES-59) Optional service reference cause blueprint to wait In-Reply-To: <2000761906.1259663120651.JavaMail.jira@brutus> 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/ARIES-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Mahrwald closed ARIES-59. ---------------------------------- > Optional service reference cause blueprint to wait > -------------------------------------------------- > > Key: ARIES-59 > URL: https://issues.apache.org/jira/browse/ARIES-59 > Project: Aries > Issue Type: Bug > Components: Blueprint > Reporter: Valentin Mahrwald > Assignee: Valentin Mahrwald > > Section 121.7.9 suggests with its definition of "optional" ... > "optional - Optional indicates that the satisfaction of this reference is not relevant for any registered services, or for the grace period." > that optional service references should not cause a wait when the application tries to use the service. However, in the current implementation the blueprint container will block on optional service references as well as mandatory ones. > This is quite a major problem since it means the blueprint extender itself can get blocked up if enough (3) bean init methods try to use optional and not-satisfied service references. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.