Re: Sling data migrations

2020-12-03 Thread Nicolas Peltier
Hey Carlos, not sure i know SingleComponentManager nor your way of using an osgi service. The way i know is 1. check that sling pipes bundle is active (it needs sling query dependency), 2. check that plumberimpl is active 3. in your code have plumber as a reference (with the osgi annotation)

Re: Sling data migrations

2020-12-03 Thread Carlos Munoz
Hi Nicholas, I'm reviving this thread as I have continued to experiment with pipes (specifically version 3.1.0) but I am getting an error when trying to get a reference to the Plumber service. I've tracked down the error down to the class SingleComponentManager, line 277: implementationObject =

Re: Form Authentication for SPA

2020-12-03 Thread Robert Munteanu
Hi Nicola, On Wed, 2020-12-02 at 16:41 +0100, Nicola Cisternino wrote: > Hi all. > > I am exploring the Sling Form Based AuthenticationHandler > < >