Re: Unable to set Camel Context Name

2019-09-25 Thread Mikael Andersson Wigander
Is NOT picking up… damn auto correct > On 25 Sep 2019, at 14:23, Mikael Andersson Wigander > wrote: > > Thx > > After some debugging I can’t see that CamelConfigurationProperties class is > picking up any of my values set in the application.yml file. > > However when routes are configured

Re: Unable to set Camel Context Name

2019-09-25 Thread Mikael Andersson Wigander
Thx After some debugging I can’t see that CamelConfigurationProperties class is picking up any of my values set in the application.yml file. However when routes are configured I get values from property holders such as @Value and “(())”… I think it has to do with jasypt since it bootstraps the

Re: Unable to set Camel Context Name

2019-09-25 Thread Claus Ibsen
Hi Hmm its a bit hard for us to help with so little information. However since you have a working app vs non-working then try to compare them. Are the similar how to bootstrap spring boot and Camel etc. Are you sure eg that yaml file is read. Maybe try to make a typo in the file, or some mistake o

Unable to set Camel Context Name

2019-09-25 Thread Mikael Andersson Wigander
In some of my applications, Spring Java, I get the default Camel context name “camel-1”. I have in my properties or yaml file the following: camel: name: State-Service springboot: name: State-Service I have other application with similar config working fine… M