Return-Path: Delivered-To: apmail-incubator-aries-dev-archive@minotaur.apache.org Received: (qmail 80827 invoked from network); 28 Oct 2010 15:51:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Oct 2010 15:51:44 -0000 Received: (qmail 82898 invoked by uid 500); 28 Oct 2010 15:51:44 -0000 Delivered-To: apmail-incubator-aries-dev-archive@incubator.apache.org Received: (qmail 82851 invoked by uid 500); 28 Oct 2010 15:51:42 -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 82843 invoked by uid 99); 28 Oct 2010 15:51:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 15:51:42 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Oct 2010 15:51:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9SFpLmh010306 for ; Thu, 28 Oct 2010 15:51:22 GMT Message-ID: <4694472.122901288281081693.JavaMail.jira@thor> Date: Thu, 28 Oct 2010 11:51:21 -0400 (EDT) From: "Chris Wilkinson (JIRA)" To: aries-dev@incubator.apache.org Subject: [jira] Updated: (ARIES-472) BundleFramework not stopping bundles correctly In-Reply-To: <12211320.122841288280839886.JavaMail.jira@thor> 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-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Wilkinson updated ARIES-472: ---------------------------------- Attachment: stopproblem.diff This patch needs to be applied from the trunk/application/application-runtime-framework directory. > BundleFramework not stopping bundles correctly > ---------------------------------------------- > > Key: ARIES-472 > URL: https://issues.apache.org/jira/browse/ARIES-472 > Project: Aries > Issue Type: Bug > Components: Application > Reporter: Chris Wilkinson > Priority: Minor > Attachments: stopproblem.diff > > > The BundleFramework.stop(Bundle b) method is not checking for fragments before stopping the given bundle. > The behaviour should mirror the checking in the start method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.