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/23 21:06:07 UTC

[jira] Created: (FELIX-1272) Need to special case getResource()/getResources()/loadClass() for fragment bundles

Need to special case getResource()/getResources()/loadClass() for fragment bundles
----------------------------------------------------------------------------------

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


The following Bundle methods must be special cased for fragments:

* getResource() should always return null.
* getResources() should always return null.
* loadClass() should always throw a CNFE.

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


[jira] Closed: (FELIX-1272) Need to special case getResource()/getResources()/loadClass() for fragment bundles

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

Richard S. Hall closed FELIX-1272.
----------------------------------

    Resolution: Fixed

Committed a fix.

> Need to special case getResource()/getResources()/loadClass() for fragment bundles
> ----------------------------------------------------------------------------------
>
>                 Key: FELIX-1272
>                 URL: https://issues.apache.org/jira/browse/FELIX-1272
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework, Specification compliance
>    Affects Versions: felix-1.8.1
>            Reporter: Richard S. Hall
>            Assignee: Richard S. Hall
>            Priority: Minor
>             Fix For: felix-2.0.0
>
>
> The following Bundle methods must be special cased for fragments:
> * getResource() should always return null.
> * getResources() should always return null.
> * loadClass() should always throw a CNFE.

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