[ 
https://issues.apache.org/jira/browse/FELIX-575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600348#action_12600348
 ] 

Richard S. Hall commented on FELIX-575:
---------------------------------------

Currently, I don't believe the framework is checking the execution environment. 
The checking part would be easy, we just need to know the current execution 
environment. It would be best if we could automatically detect that from 
existing system properties, but I am not sure if there is a cross-platform way 
of doing that. Otherwise, we could add some configuration properties that allow 
people to set capabilities for the system bundle.

> Support environment capabilities and CapabilityProvider
> -------------------------------------------------------
>
>                 Key: FELIX-575
>                 URL: https://issues.apache.org/jira/browse/FELIX-575
>             Project: Felix
>          Issue Type: Bug
>          Components: Bundle Repository (OBR)
>            Reporter: Dimitry Voytenko
>
> It looks like environment capabilities are not supported. I tested with the 
> following example from OBR spec "5.9.7 Bundle-Execution Environment":
>   <require optional='false' multiple='false' name="ee" 
> filter="(|(ee=J2SE-1.4))"/>
> However, it doesn't look like Felix is currently using environment' 
> capabilities to satisfy such requirements.
> Additionally, I could find how one could add such capabilities using 
> CapabilityProvider as described by the spec as well.

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

Reply via email to