SM-2388: Add "update-strategy" to camel-blueprint example Thanks to Filippo Balicchia for the patch
Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/3079aed0 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/3079aed0 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/3079aed0 Branch: refs/heads/servicemix-5.1.x Commit: 3079aed03466938638fce199de683bf0b7c23acf Parents: 7a5f1b5 Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 14:46:15 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 15:12:35 2014 +0100 ---------------------------------------------------------------------- .../src/main/resources/OSGI-INF/blueprint/blueprint.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/3079aed0/examples/camel/camel-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---------------------------------------------------------------------- diff --git a/examples/camel/camel-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/examples/camel/camel-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml index 05ed21e..38be5d0 100644 --- a/examples/camel/camel-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/examples/camel/camel-blueprint/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -19,11 +19,11 @@ --> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" - xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.0.0" + xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd"> - <cm:property-placeholder persistent-id="org.apache.servicemix.examples"> + <cm:property-placeholder persistent-id="org.apache.servicemix.examples" update-strategy="reload"> <cm:default-properties> <cm:property name="prefix" value="Blueprint-Example"/> </cm:default-properties>
