Re: org.ops4j.pax.web.pax-web-extender-whiteboard 8.0.10 - Bad Manifest Entry

2022-12-08 Thread Dave Smith
What is the fragment bundle that adds the 3.1 . I am currently including the 4.0 and 3.0 javax.servlet. This is the 4.0-> jakarta.servlet-api And the 3.1 -> javax.servlet-api I am using org.ops4j.pax.web.pax-web-api org.ops4j.pax.web.pax-web-extender-whiteboard

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-20 Thread Dave Smith
>> >>>> Servlet Context >>>> {"name":"com.candatag.web.security.admin.services.AdminWebSecurity", >>>> "contextPath":"/admin", ..., "serviceId":40, "servletDTOs":[ >>>> - {"

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-19 Thread Dave Smith
> pon., 19 wrz 2022 o 20:21 Dave Smith napisaƂ(a): > >> I have been doing a little more testing. I have an activator method like >> this ... >> >> Thread context = new Thread(()->{ >> Hashtable aDic = new Hashtable<>(); >> aDic.put(HttpW

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-19 Thread Dave Smith
gt; Hello >>>>> >>>>> Actually, the initial reason of entire Pax Web 8 refactoring was the >>>>> context handling - ability to register one servlet into multiple contexts >>>>> and multiple servlets into one context. >>>>>

Re: PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-18 Thread Dave Smith
denDefaultContextsWithWhiteboardServlet() shows how "default" + > "/" context is overriden. > > Could you please share your project? It can be attached to an issue in > https://github.com/ops4j/org.ops4j.pax.web/issues > > kind regards > Grzegorz Grzybek > >

PAXWEB 8.0.9 Jetty - Correct way to override default context

2022-09-18 Thread Dave Smith
What is the correct way to override the default servlet context? I am doing this... @Component(service = ServletContextHelper.class,property = { Constants.SERVICE_RANKING+":Integer="+Integer.MAX_VALUE}) @HttpWhiteboardContext(name = "default",path = "/") public class NoSecurityContextImpl extends

Re: [ANN] Pax Web 9.0.0 released

2022-09-14 Thread Dave Smith
Awesome. How long does it take for it to be available in Maven central ? Dave On Wed, Sep 14, 2022 at 6:57 AM Grzegorz Grzybek wrote: > Hello > > I'd like to announce the release of new major version of Pax Web - version > 9! > > It's supposed to be a long term release being maintained in

Re: [ANN] - Pax Web 6.0.1 released

2017-01-07 Thread Dave Smith
Where is the download page? All I see is 4.x https://ops4j1.jira.com/wiki/display/paxweb/Pax+Web#suk= On Sat, Jan 7, 2017 at 3:39 AM, 'Achim Nierbeck' via OPS4J < ops4j@googlegroups.com> wrote: > Hi > > on behalf of the Pax Web team I'm proud to announce the first bug-fix > version of Pax Web