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/4c11b6a8 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/4c11b6a8 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/4c11b6a8 Branch: refs/heads/servicemix-5.3.x Commit: 4c11b6a80645a961ff8c8ca0beb184f7aee1891c Parents: b66f24b Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 14:46:15 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 15:13:46 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/4c11b6a8/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>
