Re: jaxrs-whiteboard 1.0.4

2019-04-25 Thread Nhut Thai Le
Thanks Carlos, I'll try this out. Thai On Wed, Apr 24, 2019 at 12:47 PM Carlos Sierra Andrés wrote: > Hi Thai, > > that servlet context helper might belong to the default application, as > described here: > https://osgi.org/specification/osgi.cmpn/7.0.0/service.jaxrs.html#service.jaxrs.whitebo

Re: jaxrs-whiteboard 1.0.4

2019-04-24 Thread Carlos Sierra Andrés
Hi Thai, that servlet context helper might belong to the default application, as described here: https://osgi.org/specification/osgi.cmpn/7.0.0/service.jaxrs.html#service.jaxrs.whiteboard you can check if that is the case if the value of the property "osgi.jaxrs.name" is ".default". In the case o

Re: jaxrs-whiteboard 1.0.4

2019-04-24 Thread Carlos Sierra Andrés
Hi Thai Le, to match spec requirements the jaxrs whiteboard registers one ServletContextHelper per JAX-RS application (unless you use aries proprietary extensions to reuse pre existing servlet context helpers) and then deploys CXF servlet in it. The servlet context helper carries the properties fr