Repository: servicemix Updated Branches: refs/heads/servicemix-5.0.x cd7e4add7 -> dd6a5e398
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/f83df72e Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/f83df72e Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/f83df72e Branch: refs/heads/servicemix-5.0.x Commit: f83df72e73aef67ce7dfa72630393b2a624d4fa0 Parents: cd7e4ad Author: Krzysztof Sobkowiak <[email protected]> Authored: Tue Nov 11 14:46:15 2014 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Tue Nov 11 14:47:16 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/f83df72e/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>
