Hi, I'm fumbling my way through Declarative Services, gleaning knowledge from here and there. I've been trying to figure things out, but I think it's time to ask for help.
The problem is, when I chose DS for my service registration mechanism, I was under the impression that all "INSTALLED" impl bundles would automatically be registered. After further reading, it seems that only "ACTIVE" bundles are registered. I guess my questions are: * Is the following page http://www.eclipsezone.com/articles/extensions-vs-services/ correct when it says "All service component XML files declared through the Service- Component manifest entry are automatically registered." ? Based on that description, the behavior sounds like Extensions "All <extension> nodes in the plugin.xml are automatically registered.", which definitely allow registration of >=INSTALLED bundles. * If only ACTIVE bundles are registered, how can I work around this fact and search all INSTALLED bundles? My consuming bundle needs to be able to retrieve impls from any >=INSTALLED bundle. Thanks, Luke -- View this message in context: http://old.nabble.com/Declarative-Services%2C-loading-from-%3CACTIVE-bundles-tp26224997p26224997.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

