Hi

Change cm namespace form
  xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0";
to
  xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0";
and change lile from
<cm:property-placeholder persistent-id="foo">
to
<cm:property-placeholder persistent-id="foo" update-strategy="reload">

After change config file $KARAF_HOME/etc/foo.cfg, blueprint restart all
camel route in this bundle.


Aleksey

--
View this message in context: 
http://camel.465427.n5.nabble.com/Overwrite-blueprint-properties-in-camel-blueprint-tests-tp5710948p5713531.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to