Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Regions and Extension-Registry

Hi,

i got a question about the combination of regions and the extension-registry.

In my scenario i will have 2 separated regions. Lets call them A and B.
Additionally there are 2 bundles for each region:
  • Bundle-A-provider - Is added to region A and provides an equinox-extension with ID=foo
  • Bundle-A-consumer - Is added to region A and consumes an equinox-extension with ID=foo
  • Bundle-B-provider - Is added to region B and provides an equinox-extension with ID=foo
  • Bundle-B-consumer - Is added to region B and consumes an equinox-extension with ID=foo

My question:
Can equinox-registry deal with this use case? So will equinox ensure, that the provided extension from Bundle-A-provider is only consumeable by Bundle-A-consumer? Or will the extension from this provider also become used by Bundle-B-consumer?

Thanks,
Florian


Back to the top