Re: Help with using application.properties entries with Camel and Spring Boot

2019-08-05 Thread Larry Shields
Looking at the stack trace it looks like the problem is with what it being returned from your call to the Web Service. Reading from the properties file, I normally like to use a configuration class in Spring to hold these values. Then just Autowire it into the Route Builder class. Here's an exa

Help with using application.properties entries with Camel and Spring Boot

2019-08-05 Thread Viki Keaton
Hello- I'm new to Camel and excited about it's use. However, I find myself very frustrated with what seems to be the simplest of things. I have several questions, but will try and keep them in separate posts. I am using Eclipse, Camel 2.24.0, Spring Boot 2.2.0, Java 1.8, and I can not use any