You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2009/06/30 20:28:47 UTC

[jira] Created: (FELIX-1287) System bundle operations from RFC-132 (e.g., init(), start(), stop(), waitForStop()) are using wrong lock object

System bundle operations from RFC-132 (e.g., init(), start(), stop(), waitForStop()) are using wrong lock object
----------------------------------------------------------------------------------------------------------------

                 Key: FELIX-1287
                 URL: https://issues.apache.org/jira/browse/FELIX-1287
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: felix-1.8.1
            Reporter: Richard S. Hall
            Assignee: Richard S. Hall
             Fix For: felix-2.0.0


The system bundle uses "this" as the lock object for performing operations on its state. For normal bundles, we acquire bundle locks, so we should probably do the same for the system bundle for consistency.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-1287) System bundle operations from RFC-132 (e.g., init(), start(), stop(), waitForStop()) are using wrong lock object

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall closed FELIX-1287.
----------------------------------

    Resolution: Fixed

I committed a fix for this.

> System bundle operations from RFC-132 (e.g., init(), start(), stop(), waitForStop()) are using wrong lock object
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1287
>                 URL: https://issues.apache.org/jira/browse/FELIX-1287
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> The system bundle uses "this" as the lock object for performing operations on its state. For normal bundles, we acquire bundle locks, so we should probably do the same for the system bundle for consistency.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.