RE: Pulling property placeholders out of camel route definitions

2015-03-11 Thread shreyas
Subject: RE: Pulling property placeholders out of camel route definitions > > Hey Shreyas, thanks for the reply. > > In this case, I want to pull out all variables from a compiled > RouteDefinition, be it that route was provided by the Java DSL or XML DSL. > > CamelContext#resol

RE: Pulling property placeholders out of camel route definitions

2015-03-11 Thread slush
component for them to set them on the camel context so that I may then call resolvePropertyPlaceholders on that string with those properties fulfilled. -- View this message in context: http://camel.465427.n5.nabble.com/Pulling-property-placeholders-out-of-camel-route-definitions-tp5763960p57

RE: Pulling property placeholders out of camel route definitions

2015-03-10 Thread shreyas
look possible. > > Thanks! > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Pulling-property-placeholders-out-of-camel-route-definitions-tp5763960.html > Sent from the Camel Development mailing list archive at Nabble.com.

Pulling property placeholders out of camel route definitions

2015-03-10 Thread slush
the properties come from the template for DRY principles. I looked at the PropertiesComponent as well as its PropertiesParser and PropertiesResolver but from what I see this doesn't look possible. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Pulling-propert