Re: [osgi-dev] Setting reference target in component

2018-08-01 Thread Alain Picard via osgi-dev
Thanks Tim. I had read that thread but didn't make the association. I think my case falls between some of the described solutions and part of your point in 2, a bit of redesign :) Alain On Tue, Jul 31, 2018 at 12:42 PM Tim Ward wrote: > This sounds like a variation on this question >

Re: [osgi-dev] Setting reference target in component

2018-07-31 Thread Tim Ward via osgi-dev
This sounds like a variation on this question asked a few weeks ago in the osgi-dev list. In summary, there are a couple of ways to achieve what you’re trying to do, and using configuration admin may or may not be the best approac

[osgi-dev] Setting reference target in component

2018-07-31 Thread Alain Picard via osgi-dev
I need to configure some Component to be session scoped. I have followed the article from Dirk at http://blog.vogella.com/2017/02/24/control-osgi-ds-component-instances-via-configuration-admin/ which matches what I want. But in my case the Component that configures the service is also the has a r