Repository: karaf-cellar Updated Branches: refs/heads/master d92c546e1 -> a8eb9e6f9
[KARAF-2892] Inject groupManager service in the event handler Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/a8eb9e6f Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/a8eb9e6f Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/a8eb9e6f Branch: refs/heads/master Commit: a8eb9e6f9f6972249e6fd53bc9d10079d86df622 Parents: d92c546 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Jun 16 08:01:54 2014 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Jun 16 08:01:54 2014 +0200 ---------------------------------------------------------------------- event/src/main/resources/OSGI-INF/blueprint/blueprint.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/a8eb9e6f/event/src/main/resources/OSGI-INF/blueprint/blueprint.xml ---------------------------------------------------------------------- diff --git a/event/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/event/src/main/resources/OSGI-INF/blueprint/blueprint.xml index 31edd17..577b34c 100644 --- a/event/src/main/resources/OSGI-INF/blueprint/blueprint.xml +++ b/event/src/main/resources/OSGI-INF/blueprint/blueprint.xml @@ -41,6 +41,7 @@ <!-- Cluster Event Handler --> <bean id="clusterEventHandler" class="org.apache.karaf.cellar.event.ClusterEventHandler" init-method="init" destroy-method="destroy"> <property name="configurationAdmin" ref="configurationAdmin"/> + <property name="groupManager" ref="groupManager"/> <property name="clusterManager" ref="clusterManager"/> <property name="eventAdmin" ref="eventAdmin"/> </bean>
