python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to add Camel properties component to camel context?
I'm currently trying to add properties component with location set to my properties file to use properties placeholders in my project:
PropertiesComponent pc = new PropertiesComponent();
pc.setLocatio...
Hellmick
Votes: 0
Answers: 1
Error in camel-servletlistener and springframework.web while running in tomcat 10
I have a spring web-app which uses camel-servletlistener(2.25.4), camel-urlrewrite(2.25.4) and springframework.web(5.3.15) internally. these dependencies uses javax.servlet internally because of which...
Suhail Ahmed
Votes: 0
Answers: 1
Apache Camel: routes inheritance - moving code to the super class
I have the following supercalss BaseRouteBuilder where I am handling the common exception. All my routes extends this class 1234Route extends BaseRouteBuilder. In all my route I am calling at the end ...
benz
Votes: 0
Answers: 1
How to use jacksonxml as xmlDataFormat for bindingMode.auto in camel 3.3.0
I changed my version of camel from 3.1.0 to 3.3.0 and my setting for bindingMode.auto doesn't work. These are the currently configurations:
For the rest endpoint:
private void getBooksRoute() {
...
eepinera
Votes: 0
Answers: 1