You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2010/06/29 19:10:49 UTC

[jira] Created: (FELIX-2457) Bundle repository does not respect NO_SYSTEM_BUNDLE or NO_LOCAL_RESOURCES flags

Bundle repository does not respect NO_SYSTEM_BUNDLE or NO_LOCAL_RESOURCES flags
-------------------------------------------------------------------------------

                 Key: FELIX-2457
                 URL: https://issues.apache.org/jira/browse/FELIX-2457
             Project: Felix
          Issue Type: Bug
          Components: Bundle Repository (OBR)
    Affects Versions: bundlerepository-1.6.4
            Reporter: Jarek Gawor


When passing a Resolver.NO_SYSTEM_BUNDLE or  NO_LOCAL_RESOURCES flags to resolver, the system bundle or local resources are still considered during resolution.


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


[jira] Updated: (FELIX-2457) Bundle repository does not respect NO_SYSTEM_BUNDLE or NO_LOCAL_RESOURCES flags

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

Jarek Gawor updated FELIX-2457:
-------------------------------

    Attachment: FELIX-2457.patch

Patch for this problem. The problem is that the getResources() call to obtain a list of local resources is made before the m_resolutionFlags variable is set to the specified flags.


> Bundle repository does not respect NO_SYSTEM_BUNDLE or NO_LOCAL_RESOURCES flags
> -------------------------------------------------------------------------------
>
>                 Key: FELIX-2457
>                 URL: https://issues.apache.org/jira/browse/FELIX-2457
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>    Affects Versions: bundlerepository-1.6.4
>            Reporter: Jarek Gawor
>         Attachments: FELIX-2457.patch
>
>
> When passing a Resolver.NO_SYSTEM_BUNDLE or  NO_LOCAL_RESOURCES flags to resolver, the system bundle or local resources are still considered during resolution.

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