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/03 18:08:54 UTC

[jira] Created: (FELIX-2385) Execution environment property is not correctly exposed

Execution environment property is not correctly exposed
-------------------------------------------------------

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


The org.osgi.framework.executionenvironment property can be a list of comma separated of supported execution environments. Currently, the OBR assumes it contains a single value and publishes it as a single capability. If the value of this property is a list, the OBR resolution will pretty much fail since the filter generated based on the Bundle-RequiredExecutionEnvironment header will not match the single capability.


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


[jira] Resolved: (FELIX-2385) Execution environment property is not correctly exposed

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

Guillaume Nodet resolved FELIX-2385.
------------------------------------

         Assignee: Guillaume Nodet
    Fix Version/s: bundlerepository-1.6.4
       Resolution: Fixed

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	bundlerepository/src/main/java/org/apache/felix/bundlerepository/impl/LocalResourceImpl.java
Committed r952615


> Execution environment property is not correctly exposed
> -------------------------------------------------------
>
>                 Key: FELIX-2385
>                 URL: https://issues.apache.org/jira/browse/FELIX-2385
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>    Affects Versions: bundlerepository-1.6.2
>            Reporter: Jarek Gawor
>            Assignee: Guillaume Nodet
>             Fix For: bundlerepository-1.6.4
>
>         Attachments: FELIX-2385.patch
>
>
> The org.osgi.framework.executionenvironment property can be a list of comma separated of supported execution environments. Currently, the OBR assumes it contains a single value and publishes it as a single capability. If the value of this property is a list, the OBR resolution will pretty much fail since the filter generated based on the Bundle-RequiredExecutionEnvironment header will not match the single capability.

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


[jira] Updated: (FELIX-2385) Execution environment property is not correctly exposed

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

Jarek Gawor updated FELIX-2385:
-------------------------------

    Attachment: FELIX-2385.patch

A patch for this issue. The patch publishes each value in the org.osgi.framework.executionenvironment property as a separate capability.


> Execution environment property is not correctly exposed
> -------------------------------------------------------
>
>                 Key: FELIX-2385
>                 URL: https://issues.apache.org/jira/browse/FELIX-2385
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>    Affects Versions: bundlerepository-1.6.2
>            Reporter: Jarek Gawor
>         Attachments: FELIX-2385.patch
>
>
> The org.osgi.framework.executionenvironment property can be a list of comma separated of supported execution environments. Currently, the OBR assumes it contains a single value and publishes it as a single capability. If the value of this property is a list, the OBR resolution will pretty much fail since the filter generated based on the Bundle-RequiredExecutionEnvironment header will not match the single capability.

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