BGPCEP-730: Fix ModifiedNodeDoesNotExistException
[bgpcep.git] / bgp / rib-impl / src / main / resources / org / opendaylight / blueprint / bgp-rib.xml
index 418fd0e3d688c27fe607caf4b39d0b5bad8a0aec..b5bce64cb604e460eb05a69ca36ec15e1a782d78 100644 (file)
@@ -54,6 +54,7 @@
         init-method="init"
         destroy-method="close">
     <argument value="global-bgp"/>
+    <argument ref="clusterSingletonServiceProvider"/>
     <argument ref="blueprintContainer"/>
     <argument ref="blueprintBundleContext"/>
     <argument ref="dataBroker"/>
@@ -61,7 +62,6 @@
   </bean>
 
   <bean id="ribImpl" class="org.opendaylight.protocol.bgp.rib.impl.config.RibImpl" scope="prototype">
-    <argument ref="clusterSingletonServiceProvider"/>
     <argument ref="globalBgpExtensions"/>
     <argument ref="BGPDispatcher"/>
     <argument ref="codecTreeFactory"/>