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 Claus Ibsen
Hi See the info box on the top of this page http://camel.apache.org/using-propertyplaceholder.html On Wed, Nov 19, 2014 at 3:31 AM, harmohan.singh wrote: > i want to pass environment variables (O/S environment variables) to camel > routes. something like, > > > > similar to how the values are

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