Custom empty application class but provider subclass to force the registration
Le 22 déc. 2017 15:08, "John D. Ament" <[email protected]> a écrit : > What does your Application class look like, or are you using no > application class? > > On 2017-12-22 08:35, Romain Manni-Bucau <[email protected]> wrote: > > In meecrowave im using it and it works while the jar name is not excluded > > of the scanning > > > > Le 22 déc. 2017 14:16, "Sergey Beryozkin" <[email protected]> a > écrit : > > > > > It is annotated with CXF @Provider annotation - should be picked up by > the > > > CXF CDI extension > > > > > > Sergey > > > On 22/12/17 13:07, John D. Ament wrote: > > > > > >> I'm trying to finish up testing CDI injection of Context objects. > The one > > >> area I'm struggling with is the automatic registration of this > feature. I > > >> added a dependency on OpenTracing, just to confirm that injection via > CDI > > >> works (and to be honest, this is one of my use cases, working with > > >> tracing). However, it seems that this feature isn't automatically > > >> registered via CDI. Is there something I have to do to make it work? > > >> > > >> John > > >> > > >> > > >
