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 2011/09/21 17:47:09 UTC

[jira] [Reopened] (FELIX-3115) Bundle-RequiredExecutionEnvironment matching fails when multiple environment is specified in org.osgi.framework.executionenvironment

     [ https://issues.apache.org/jira/browse/FELIX-3115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Richard S. Hall reopened FELIX-3115:
------------------------------------


> Bundle-RequiredExecutionEnvironment matching fails when multiple environment is specified in org.osgi.framework.executionenvironment
> ------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-3115
>                 URL: https://issues.apache.org/jira/browse/FELIX-3115
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>    Affects Versions: bundlerepository-1.6.2
>            Reporter: Sahoo
>
> OBR failed to a bundle which has Bundle-RequiredExecutionEnvironment as J2SE-1.5 in an environment where 
> org.osgi.framework.executionenvironment=JavaSE-1.6,J2SE-1.5,J2SE1.4,J2SE-1.3,J2SE-1.2
> This seems to be a bug in FilterImpl.matchCase() method which is failing to match a requirement like:
> ee:(|(ee=J2SE-1.5))
> with a capability like:
> ee:{ee=JavaSE-1.6,J2SE-1.5,J2SE1.4,J2SE-1.3,J2SE-1.2}
> If I set org.osgi.framework.executionenvironment=J2SE-1.5, the bundle deploys fine.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira