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 2006/10/19 17:18:35 UTC

[jira] Created: (FELIX-158) Add Bundle.getBundleContext() method

Add Bundle.getBundleContext() method
------------------------------------

                 Key: FELIX-158
                 URL: http://issues.apache.org/jira/browse/FELIX-158
             Project: Felix
          Issue Type: New Feature
          Components: Declarative Services, Framework
            Reporter: Richard S. Hall
         Assigned To: Richard S. Hall


It looks likely that OSGi R4.1 will include this method for accessing bundle contexts in order to simplify creating cross-framework bundles that require such functionality, such as Declarative Services. This is a easy method to implement. It also needs to be guarded by security checks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (FELIX-158) Add Bundle.getBundleContext() method

Posted by "Richard S. Hall (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/FELIX-158?page=comments#action_12443552 ] 
            
Richard S. Hall commented on FELIX-158:
---------------------------------------

Add new security permission: AdminPermission[*,CONTEXT]

> Add Bundle.getBundleContext() method
> ------------------------------------
>
>                 Key: FELIX-158
>                 URL: http://issues.apache.org/jira/browse/FELIX-158
>             Project: Felix
>          Issue Type: New Feature
>          Components: Declarative Services, Framework
>            Reporter: Richard S. Hall
>         Assigned To: Richard S. Hall
>
> It looks likely that OSGi R4.1 will include this method for accessing bundle contexts in order to simplify creating cross-framework bundles that require such functionality, such as Declarative Services. This is a easy method to implement. It also needs to be guarded by security checks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (FELIX-158) Add Bundle.getBundleContext() method

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FELIX-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484900 ] 

Felix Meschberger commented on FELIX-158:
-----------------------------------------

Committed support for the new support (and fallback in case of pre-4.1 environments) for Declarative Services (Rev. 523350)

> Add Bundle.getBundleContext() method
> ------------------------------------
>
>                 Key: FELIX-158
>                 URL: https://issues.apache.org/jira/browse/FELIX-158
>             Project: Felix
>          Issue Type: New Feature
>          Components: Declarative Services, Framework
>            Reporter: Richard S. Hall
>         Assigned To: Richard S. Hall
>
> It looks likely that OSGi R4.1 will include this method for accessing bundle contexts in order to simplify creating cross-framework bundles that require such functionality, such as Declarative Services. This is a easy method to implement. It also needs to be guarded by security checks.

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