Hi, I just modified the test so that it better fits into your given use-case, e.g. now also the "from clause" contains a placeholder (as in your case):
Test: https://github.com/apache/camel/blob/master/components/camel-spring/src/test/java/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurer3Test.java Spring setup: https://github.com/apache/camel/blob/master/components/camel-spring/src/test/resources/org/apache/camel/component/properties/CamelSpringPropertyPlaceholderConfigurer3Test.xml Babak Babak Vahdat wrote > Hi > > Sorry for the confusion, given your concrete use-case I just added a test > showing how you can achieve this "dynamic" behaviour: > > http://git-wip-us.apache.org/repos/asf/camel/diff/17f9678a > > Babak > salemi wrote >> Thanks Babak. >> >> When Spring comes up and it tries to resolve the properties for the >> beans, it doesn't use the PropertiesResolver and it uses >> PropertyPlaceholderConfigurer's method called processProperties which >> uses a PlaceholderResolvingStringValueResolver and you can't overwrite it >> ! >> >> The code always calls the method resolvePlaceholder in >> PropertyPlaceholderConfigurer. -- View this message in context: http://camel.465427.n5.nabble.com/dynamicly-change-the-url-of-the-from-element-after-the-camelcontext-is-started-tp5740599p5740793.html Sent from the Camel - Users mailing list archive at Nabble.com.
