Thank you Babak. It had to overwrite the following methods in order for
Spring and Camel to work.
public class MyBridgePropertyPlaceholderConfigurer extends
BridgePropertyPlaceholderConfigurer{
@Override
protected String resolvePlaceholder(String placeholder, Properties
props,
int systemPropertiesMode){......}
@Override
public Properties resolveProperties(CamelContext context, boolean
ignoreMissingLocation, String... uri){........}
}
Ali
-----
Alireza Salemi
--
View this message in context:
http://camel.465427.n5.nabble.com/dynamicly-change-the-url-of-the-from-element-after-the-camelcontext-is-started-tp5740599p5741057.html
Sent from the Camel - Users mailing list archive at Nabble.com.