tim08 opened a new issue, #656:
URL: https://github.com/apache/camel-karaf/issues/656

   Previously(karaf 4.2.16, camel 2.25.4), when using camel-cxf, the following 
page was available, 
   <img width="1292" height="528" alt="Image" 
src="https://github.com/user-attachments/assets/3588ab23-a140-4ef0-8ab8-f36e992c58f4";
 />
   
   I know that Camel 4 requires CXF 4+ (which has lost OSGI support), so I had 
to port some of the functionality from the old version (thank you very much). I 
also saw the following comment 
   
https://github.com/apache/camel-karaf/blob/camel-karaf-4.10.7/components/camel-cxf/camel-cxf-all/src/main/java/org/apache/camel/component/cxf/transport/http/osgi/HTTPTransportActivator.java#L57
   
   But I don't really understand why if I install the following dependencies on 
clean Karaf 4.4.8 (which has OSGI 8):
   
   ```
   feature:repo-add cxf 3.6.5 && feature:install cxf
   ```
   
   I see that the page http://localhost:8181/cxf is available, and 
org.osgi.service.http.HttpService is also available.
   
   <img width="1880" height="860" alt="Image" 
src="https://github.com/user-attachments/assets/160f16f1-9d92-4003-8bcd-cd03589cee52";
 />
   
   
   What are the alternatives to restore this functionality for camel-cxf 4? Do 
I need an older version of OPS4J Pax Web API?
   
   
   
   
   


-- 
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]

Reply via email to