Hi, Thank you very much for your response. I was able to track down part of the problem. The web app I am working with is quite large (many wars installed) and due to the new fragment scanning it was taking a very long time to start up. As a workaround we had limited the jars to scan and hadn’t included the jetty websocket jars. Now that I’ve added those to the include list I can see that the initializer is firing. However, that revealed a second problem that I’m now trying to track down. Previously I had included a context parameter in the web.xml file to not add the dynamic filter: “org.eclipse.jetty.websocket.jsr356.addDynamicFilter”. I can see that the context param is still getting read when the web.xml is processed by pax, and added to the OsgiContextModel in the BundleWebApplication.buildModel, however in the jetty WebSockerServerContainer.initialize method that parameter doesn’t seem to be visible in the servlet context. I can see that context parameters seem to be getting copied around as various contexts are created but it’s not obvious to me where the disconnect is happening. This was working in pax 7, is there something new that needs to be done with regard to context parms now? Thanks again. -hs
-- On Mar 1, 2023, at 6:12 AM, Grzegorz Grzybek <gr.grzy...@gmail.com> wrote:
-- ------------------ OPS4J - http://www.ops4j.org - ops4j@googlegroups.com --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ops4j/18300FCF-9782-4EB5-8A36-E08B888B5DB2%40gmail.com. |
- Important Pax Web 8 milestone achieved Grzegorz Grzybek
- Re: Important Pax Web 8 milestone achieved infinite...@gmail.com
- Re: Important Pax Web 8 milestone achieved Grzegorz Grzybek
- Re: Important Pax Web 8 milestone achie... Infinite Universe