Re: Help debug ServiceDependency in DM4-R8

2016-09-27 Thread Pierre De Rop
Thanks Mdu, I will look into it. cheers; /pierre On Mon, Sep 26, 2016 at 10:14 PM, mduduzik wrote: > Pierre, > I created FELIX-5365 > issue. > > > > -- > View this message in context: http://apache-felix.18485.x6. >

Re: Help debug ServiceDependency in DM4-R8

2016-09-26 Thread mduduzik
Pierre, I created FELIX-5365 issue. -- View this message in context: http://apache-felix.18485.x6.nabble.com/Help-debug-ServiceDependency-in-DM4-R8-tp5018369p5018604.html Sent from the Apache Felix - Users mailing list archive at

Re: Help debug ServiceDependency in DM4-R8

2016-09-19 Thread mduduzik
Hi Pierre, Sorry it took long to follow up. I'll create a feature request as advised. Regards. -Mdu -- View this message in context: http://apache-felix.18485.x6.nabble.com/Help-debug-ServiceDependency-in-DM4-R8-tp5018369p5018502.html Sent from the Apache Felix - Users mailing list archive at

Re: Help debug ServiceDependency in DM4-R8

2016-09-12 Thread Pierre De Rop
Hi Mdu, Can you please open a change request issue in Jira for the "Dependency Manager Shell" component ? We'll then investigate if an improvement could be done. Also, can you please describe in jira the issue you had in order to avoid going to the wrong direction ? my understanding about the

Re: Help debug ServiceDependency in DM4-R8

2016-09-09 Thread mduduzik
Pierre, Like Ray, you are spot on. See my response post shortly before your recommendation. I think "dm wtf" can be improved to make my silly mistake obvious - or provide better hints. Thanks. -Mdu -- View this message in context:

Re: Help debug ServiceDependency in DM4-R8

2016-09-09 Thread mduduzik
Ray, That was the root cause. The publishing bundle was using an internal (private) package and consuming bundle using one from cmpn. I'm sure this saved me a few hours - at the least. It'd be great if shell(gogo) command like 'dm wtf' can tell you component from bundle X is waiting for a service

Re: Help debug ServiceDependency in DM4-R8

2016-09-09 Thread Pierre De Rop
By the way, the doc for the dm shell can be found here: http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager/tutorials/leveraging-the-shell.html cheers /Pierre On Sat, Sep 10, 2016 at 12:10 AM, Pierre De Rop wrote: > Hi Mdu, > > indeed, it

Re: Help debug ServiceDependency in DM4-R8

2016-09-09 Thread Pierre De Rop
Hi Mdu, indeed, it might be possible that the service consumer bundle is importing the package of the service it consumes from a bundle b1, while the service provider bundle is importing the package of the service from another bundle b2. in this case, the consumer won't see the service. can you

Re: Help debug ServiceDependency in DM4-R8

2016-09-09 Thread Raymond Auge
Note that service visibility is subject to class space coherence... What does that mean? It means that the package who's interface the service is published under, has to be the same package imported by the referencing code. The service registry won't offer up the service to the bundle who would