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/07/01 21:19:47 UTC

[jira] Created: (FELIX-1292) PackageAdmin.getBundle(Class) should return null if the bundle associated with the passed in class is from another framework

PackageAdmin.getBundle(Class) should return null if the bundle associated with the passed in class is from another framework
----------------------------------------------------------------------------------------------------------------------------

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


The spec says PackageAdmin.getBundle(Class) should return null for classes loaded from a bundle where the bundle is associated with a different framework. We are not specifically checking for this case and just blindly return the Bundle object for the other framework instance.

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


[jira] Closed: (FELIX-1292) PackageAdmin.getBundle(Class) should return null if the bundle associated with the passed in class is from another framework

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

Richard S. Hall closed FELIX-1292.
----------------------------------

    Resolution: Fixed

I committed a fix for this.

> PackageAdmin.getBundle(Class) should return null if the bundle associated with the passed in class is from another framework
> ----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-1292
>                 URL: https://issues.apache.org/jira/browse/FELIX-1292
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>             Fix For: felix-2.0.0
>
>
> The spec says PackageAdmin.getBundle(Class) should return null for classes loaded from a bundle where the bundle is associated with a different framework. We are not specifically checking for this case and just blindly return the Bundle object for the other framework instance.

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