tim08 commented on issue #656: URL: https://github.com/apache/camel-karaf/issues/656#issuecomment-3617209159
Maybe this will help me figure out the problem: my current /cxf page (which I installed using the servlet above) doesn't display the installed services because the DestinationRegistry is empty: karaf 4.4.8 - camel-cxf 4.10.7 ``` karaf@root()> service:get org.apache.cxf.transport.http.DestinationRegistry service:get org.apache.cxf.transport.http.DestinationRegistry DestinationsPaths [] SortedDestinations [] Destinations [] ``` karaf 4.2.16 - camel-cxf 2.25.4 ``` karaf@root()> service:get org.apache.cxf.transport.http.DestinationRegistry DestinationsPaths [/catalogs, /service1, /service2, /service3, http://0.0.0.0:9091/service4, /service5, /service6, /service7, /service8, /service9] SortedDestinations [org.apache.cxf.transport.servlet.ServletDestination@7bb01fe0, org.apache.cxf.transport.servlet.ServletDestination@443227a3, org.apache.cxf.transport.servlet.ServletDestination@f8d099d, org.apache.cxf.transport.http_jetty.JettyHTTPDestination@268bc202, org.apache.cxf.transport.servlet.ServletDestination@5dbf862c, org.apache.cxf.transport.servlet.ServletDestination@8e5ad07, org.apache.cxf.transport.servlet.ServletDestination@6f439c67, org.apache.cxf.transport.servlet.ServletDestination@1720c85f, org.apache.cxf.transport.servlet.ServletDestination@368fa271, org.apache.cxf.transport.servlet.ServletDestination@13a7bc32] Destinations [org.apache.cxf.transport.servlet.ServletDestination@7bb01fe0, org.apache.cxf.transport.servlet.ServletDestination@13a7bc32, org.apache.cxf.transport.servlet.ServletDestination@443227a3, org.apache.cxf.transport.servlet.ServletDestination@f8d099d, org.apache.cxf.transport.http_jetty.JettyHTTPDestination@268bc202, org.apache.cxf.transport.servlet.ServletDestination@8e5ad07, org.apache.cxf.transport.servlet.ServletDestination@1720c85f, org.apache.cxf.transport.servlet.ServletDestination@6f439c67, org.apache.cxf.transport.servlet.ServletDestination@368fa271, org.apache.cxf.transport.servlet.ServletDestination@5dbf862c] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
