Re: How to get Spring System Environment variables in camel properties

2014-11-19 Thread harmohan.singh
do you mean However Spring have a limitation which prevents 3rd party frameworks to leverage Spring property placeholders to the fullest yea, i got that -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-Spring-System-Environment-variables-in-camel-properties

How to get Spring System Environment variables in camel properties

2014-11-18 Thread harmohan.singh
this message in context: http://camel.465427.n5.nabble.com/How-to-get-Spring-System-Environment-variables-in-camel-properties-tp5759281.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: How to get Spring System Environment variables in camel properties

2014-11-18 Thread harmohan.singh
Work around: set jvm variable from environment variable so, my config was -DshoudIStart=${shoudIStart} route id=route1 autoStartup={{shoudIStart}} / -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-Spring-System-Environment-variables-in-camel-properties

Re: How to get Spring System Environment variables in camel properties

2014-11-18 Thread Claus Ibsen
']} like {{systemEnvironment['shouldIStart']}} but it looks like the syntax {{}} is only configured with ${} and not #{} is there another way to pass the env variables to routes -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-Spring-System-Environment-variables