Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56A761851E for ; Thu, 12 Nov 2015 10:20:11 +0000 (UTC) Received: (qmail 68056 invoked by uid 500); 12 Nov 2015 10:20:11 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 67989 invoked by uid 500); 12 Nov 2015 10:20:11 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 67957 invoked by uid 500); 12 Nov 2015 10:20:11 -0000 Delivered-To: apmail-incubator-celix-commits@incubator.apache.org Received: (qmail 67948 invoked by uid 99); 12 Nov 2015 10:20:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Nov 2015 10:20:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EDF962C14F8 for ; Thu, 12 Nov 2015 10:20:10 +0000 (UTC) Date: Thu, 12 Nov 2015 10:20:10 +0000 (UTC) From: "Bjoern Petri (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CELIX-287) racecondition for framework event listener 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/CELIX-287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bjoern Petri closed CELIX-287. ------------------------------ Resolution: Fixed > racecondition for framework event listener > ------------------------------------------ > > Key: CELIX-287 > URL: https://issues.apache.org/jira/browse/CELIX-287 > Project: Celix > Issue Type: Bug > Components: Framework > Reporter: Bjoern Petri > Assignee: Bjoern Petri > > Both, bundleEvent and frameworkEvent contains a pointer to the bundle that triggered the event. The problem is that the state of the bundle could have already changed when the event is processed by e.g. the logservice. -- This message was sent by Atlassian JIRA (v6.3.4#6332)