Re: Felix Http Jetty packaging as uber bundle?

2018-07-16 Thread Eric Norman
Hi Karl, I understand how ServiceLoader works. But in OSGi the proper way to do ServiceLoader is what is described in the Service Loader Mediator specification (see [1]). Playing with the TCCL is just a workaround and error prone. Also, it seems to me that setting the TCCL to a specific

Re: Configurator R7 example

2018-07-16 Thread Raymond Auge
On Mon, Jul 16, 2018 at 10:42 AM, David Jencks wrote: > Inline... > > Sent from my iPhone > > > On Jul 16, 2018, at 6:34 AM, Raymond Auge > wrote: > > > > On Mon, Jul 16, 2018 at 6:16 AM, Philipp Höfler < > > philipp.hoef...@pernexas.com> wrote: > > > >> Hallo Ray, > >> > >> thanks for your

Re: Configurator R7 example

2018-07-16 Thread David Jencks
Inline... Sent from my iPhone > On Jul 16, 2018, at 6:34 AM, Raymond Auge wrote: > > On Mon, Jul 16, 2018 at 6:16 AM, Philipp Höfler < > philipp.hoef...@pernexas.com> wrote: > >> Hallo Ray, >> >> thanks for your detailed explanation. You're right, I think one can >> consider this scenario as

Re: Configurator R7 example

2018-07-16 Thread Raymond Auge
On Mon, Jul 16, 2018 at 6:16 AM, Philipp Höfler < philipp.hoef...@pernexas.com> wrote: > Hallo Ray, > > thanks for your detailed explanation. You're right, I think one can > consider this scenario as multi-tenant. > This sounds pretty promising. > > The following points are unclear to me: > *

Re: Re[2]: ServletContainerInitializer

2018-07-16 Thread Raymond Auge
On Mon, Jul 16, 2018 at 4:35 AM, Thomas Driessen < thomas.driessen...@gmail.com> wrote: > Hi Carsten, hi Ray, > > thanks for your answers. > I've proposed the whiteboard solution to the Vaadin guys. > > @Ray > Could you explain your idea? Unfortunatly I can not access this bug report. > Yeah,

AW: Configurator R7 example

2018-07-16 Thread Philipp Höfler
Hallo Ray, thanks for your detailed explanation. You're right, I think one can consider this scenario as multi-tenant. This sounds pretty promising. The following points are unclear to me: * Even if I decouple the configuration from the endpoint, the security check has to be done in the

Re[2]: ServletContainerInitializer

2018-07-16 Thread Thomas Driessen
Hi Carsten, hi Ray, thanks for your answers. I've proposed the whiteboard solution to the Vaadin guys. @Ray Could you explain your idea? Unfortunatly I can not access this bug report. Kind regards, Thomas -- Originalnachricht -- Von: "Raymond Auge" An: "felix users" Cc: "Thomas

Re: Felix Http Jetty packaging as uber bundle?

2018-07-16 Thread Karl Pauls
Hi Eric, sorry, I was a bit brief in my last mail (was on my phone). The point is: the TCCL is the mechanism intended for configuring a ServiceLoader. That is how this is supposed to work. The problem typically is that in OSGi it is either not set or its set to the wrong classloader. However, it