You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2014/04/17 07:49:14 UTC

[jira] [Commented] (FELIX-4467) Option to use system bundle context for tracking bundles

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

David Jencks commented on FELIX-4467:
-------------------------------------

My initial implementation assumes that you aren't likely to change this setting while ds is running, so if you do it shuts down all ds components and starts over.  Anyone object?

> Option to use system bundle context for tracking bundles
> --------------------------------------------------------
>
>                 Key: FELIX-4467
>                 URL: https://issues.apache.org/jira/browse/FELIX-4467
>             Project: Felix
>          Issue Type: Bug
>          Components: Declarative Services (SCR)
>            Reporter: Thomas Watson
>            Assignee: David Jencks
>
> My understanding is that the SCR implementation bundle uses its own bundle context to track bundles that contain service components.  A majority of the time this is the correct thing to do.
> In environments that use an isolation engine there may be scenarios where the SCR bundle context does not have visibility to all the bundles it should be extending.  For example, OSGi Subsystems or Equinox regions.  In such scenarios it may be desirable to install a single implementation of SCR which has the ability to extend all bundles installed in the framework regardless of what subsystem or region the extendee bundle is installed.
> One way to accomplish this is to use the system bundle context to track bundle to extend.  SCR still needs to use the extendee context in order interact with the service registry on behalf of the extendee bundle (e.g. listen for service registrations, get services etc.).
> If we do this there should probably be an option to enable using the system.bundle context and the default behavior is to still use the context of the SCR bundle



--
This message was sent by Atlassian JIRA
(v6.2#6252)