Re: Service Loader Mediator (spifly)

2018-05-17 Thread David Bosschaert
Yeah, thinking more about it, the way it uses a weaving hook it currently expects to be started before other bundles. Thanks @Pierre for reminding us of that! I don't really like this ordering either though. Just a couple of thoughts from my side: * if you use static weaving this problem goes

Re: Service Loader Mediator (spifly)

2018-05-17 Thread Raymond Auge
On Thu, May 17, 2018 at 9:44 AM, Pierre De Rop wrote: > Hi Ray, David; > > I was thinking that the org.apache.aries.spifly.dynamic.bundle should be > started before all other bundles ? > David, am I correct ? (see http://aries.apache.org/modules/spi-fly.html, > in section

Re: Service Loader Mediator (spifly)

2018-05-17 Thread Pierre De Rop
Hi Ray, David; I was thinking that the org.apache.aries.spifly.dynamic.bundle should be started before all other bundles ? David, am I correct ? (see http://aries.apache.org/modules/spi-fly.html, in section "Use with Dynamic Weaving") cheers Pierre On Thu, May 17, 2018 at 12:42 PM, Raymond Auge

Re: Service Loader Mediator (spifly)

2018-05-17 Thread Raymond Auge
Ok, that's all I needed to hear. I'll file a bug report and try to make a test case. Thanks, - Ray On Thu, May 17, 2018 at 1:24 AM, David Bosschaert < david.bosscha...@gmail.com> wrote: > Hi Ray, > > Sounds like a bug to me. It shouldn't be restricted by start ordering. > Would it be possible