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

2022-12-09 Thread dave....@candata.com
;> Dave >> >> On Thu, Dec 8, 2022 at 12:39 PM Grzegorz Grzybek >> wrote: >> >>> Hello >>> >>> First - your message was marked as spam (I clicked that it's not a spam). >>> Second - that doesn't really matter that much. Jetty in Pax W

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

2022-12-06 Thread dave....@candata.com
Just downloaded 8.0.14 , it still has the same bad Manifest Entry On Monday, December 5, 2022 at 7:41:50 PM UTC-5 dave@candata.com wrote: > In the manifest your servlet def > javax.servlet.annotation;version="[3.1,5)" > > java

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

2022-12-05 Thread dave....@candata.com
In the manifest your servlet def javax.servlet.annotation;version="[3.1,5)" javax.servlet.http;version="[3.1,5)" javax.servlet;version="[3.1,5)" However you reference

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

2022-09-28 Thread dave....@candata.com
ust saw new Tomcat release, which I want to include, but the release > should be ready this week. > > There were some TCCL related issues (one fixed, caused two other issues, > then reverted), but it's fine now ;) > > regards > Grzegorz Grzybek > > pon., 26 wrz 2022 o 18:50 da

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

2022-09-26 Thread dave....@candata.com
I see you have committed a fix. Are you planning a release? Or should I build from source to test? Dave On Tuesday, September 20, 2022 at 6:37:43 AM UTC-5 dave@candata.com wrote: > As I suspected tuning on the debugging added extra delays and thus I am > now able to get logs

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

2022-09-19 Thread dave....@candata.com
nant, somebody knows the context is there but it is in an unregistered state so the servlet modal does not get attached. Dave On Sunday, September 18, 2022 at 8:50:28 AM UTC-5 dave@candata.com wrote: > My other question would be if you are "Unregistering " the default c

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

2022-09-18 Thread dave....@candata.com
My other question would be if you are "Unregistering " the default context should it still show up in the HttpServiceRuntime.getRuntimeDTO().servletContextDTOs ? It does now Dave On Sunday, September 18, 2022 at 8:43:33 AM UTC-5 dave@candata.com wrote: > It will be a