Repository: brooklyn-server Updated Branches: refs/heads/master 9679a382b -> 4ed0e6e7b
Don't trigger karaf-init bundle reload when editing etc/o.a.b.osgilauncher.cfg Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/6e429939 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/6e429939 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/6e429939 Branch: refs/heads/master Commit: 6e42993977808513753491d591115682bab80a62 Parents: b1cafd8 Author: Svetoslav Neykov <[email protected]> Authored: Tue Aug 30 22:23:13 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Tue Aug 30 22:23:13 2016 +0300 ---------------------------------------------------------------------- karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/6e429939/karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---------------------------------------------------------------------- diff --git a/karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml index 9907cec..2262c20 100644 --- a/karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/karaf/init/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -33,7 +33,7 @@ limitations under the License. <reference id="configAdmin" interface="org.osgi.service.cm.ConfigurationAdmin" /> - <cm:property-placeholder persistent-id="org.apache.brooklyn.osgilauncher" update-strategy="reload"> + <cm:property-placeholder persistent-id="org.apache.brooklyn.osgilauncher" update-strategy="none"> <cm:default-properties> <cm:property name="ignoreCatalogErrors" value="true" /> <cm:property name="ignorePersistenceErrors" value="true" />
