Repository: servicemix Updated Branches: refs/heads/servicemix-5.4.x c883d87bc -> 1d6f077af
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/905675fa Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/905675fa Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/905675fa Branch: refs/heads/servicemix-5.4.x Commit: 905675fa50282c46761e00ca1ee37a380889f361 Parents: c883d87 Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 14:46:15 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 15:14:36 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/905675fa/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>
