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-tp

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} -- View this message in context: http://camel.465427.n5.nabble.com/How-to-get-Spring-System-Environment-variables-in-camel-properties-tp5759281p5759283.html Sent from the Camel - Users ma

How to get Spring System Environment variables in camel properties

2014-11-18 Thread harmohan.singh
i want to pass environment variables (O/S environment variables) to camel routes. something like, similar to how the values are set for configuring properties location: location=file:${env:APP_HOME}/etc/foo.properties but, since that doesnt work. i thought of using spring systemEnvironment to