Re: Apache Camel REST DSL and Apache Karaf

2025-06-19 Thread Chaz Kettleson
Hi JB, I started playing around with this. I tried using the camel-servlet. I decided to try and register the CamelHttpTransportServlet by using DS to get a HttpService and registerServlet. I realized that camel 4x is now using EE9 apis so these are jakarta not javax. Could this be why it's not re

Re: Apache Camel REST DSL and Apache Karaf

2025-06-18 Thread Jean-Baptiste Onofré
Hi We should add a wrapper in camel-Karaf to use existing Karaf http connectors. By default the camel components create a new connector. Let me try something quickly here. Regards JB Le mer. 18 juin 2025 à 00:45, Chaz Kettleson a écrit : > Hello, > > I'm using Camel 4x on Apache Karaf and ha

Apache Camel REST DSL and Apache Karaf

2025-06-17 Thread Chaz Kettleson
Hello, I'm using Camel 4x on Apache Karaf and have a small component that exposes a CamelContext as a service. I'm using the Java DSL and deploying my routes -- everything seems to work. I'm currently using Aries JAX-RS Whiteboard and deploying resources within my own application base. Similarly,