Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 73689 invoked from network); 27 Dec 2010 16:38:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Dec 2010 16:38:05 -0000 Received: (qmail 58820 invoked by uid 500); 27 Dec 2010 16:38:05 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 58509 invoked by uid 500); 27 Dec 2010 16:38:03 -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 58499 invoked by uid 99); 27 Dec 2010 16:38:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 16:38:02 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [148.87.113.121] (HELO rcsinet10.oracle.com) (148.87.113.121) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Dec 2010 16:37:54 +0000 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id oBRGbVVK008630 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 27 Dec 2010 16:37:32 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id oBRGbUIv016647; Mon, 27 Dec 2010 16:37:31 GMT Received: from abhmt015.oracle.com by acsmt353.oracle.com with ESMTP id 908368251293467773; Mon, 27 Dec 2010 08:36:13 -0800 Received: from [192.168.1.2] (/117.202.17.177) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 27 Dec 2010 08:36:13 -0800 Message-ID: <4D18C120.3040206@oracle.com> Date: Mon, 27 Dec 2010 22:08:56 +0530 From: Sahoo Reply-To: sanjeeb.sahoo@oracle.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4 MIME-Version: 1.0 To: dev@felix.apache.org CC: "Richard S. Hall" Subject: Re: Possible synchronization issue with BundleContext.getBundle() References: <4D1814E9.5000908@oracle.com> <4D18B49B.1070007@ungoverned.org> In-Reply-To: <4D18B49B.1070007@ungoverned.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On Monday 27 December 2010 09:15 PM, Richard S. Hall wrote: > Want to open a bug on this issue? > > Is this a theoretical exercise or are you suffering from this? Just filed 2748. It's theoretical. Before changing my code to use BundleContext.getBundle(), I looked the framework implementation to see how it handled bundle states and discovered the issue. Sahoo