fix Databroker deprecated warnings
[transportpce.git] / pce / src / main / resources / OSGI-INF / blueprint / pce-blueprint.xml
index 7560106a0626e4742ddd9aee08e71f4999b0fbfa..7caaa39fe7cbf92145739fcce816a3c3e8102139 100755 (executable)
@@ -16,14 +16,14 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <reference id="networkTransactionImpl" interface="org.opendaylight.transportpce.common.network.NetworkTransactionService" />
 
   <reference id="dataBroker"
-        interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
+        interface="org.opendaylight.mdsal.binding.api.DataBroker"
         odl:type="default"/>
 
-  <reference id="rpcRegistry"
-        interface="org.opendaylight.controller.sal.binding.api.RpcProviderRegistry"/>
+  <reference id="rpcService"
+        interface="org.opendaylight.mdsal.binding.api.RpcProviderService"/>
 
   <reference id="notificationPublishService"
-        interface="org.opendaylight.controller.md.sal.binding.api.NotificationPublishService"
+        interface="org.opendaylight.mdsal.binding.api.NotificationPublishService"
         odl:type="default" />
 
   <bean id="pceServiceImpl"
@@ -36,7 +36,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <bean id="provider"
         class="org.opendaylight.transportpce.pce.impl.PceProvider"
         init-method="init" destroy-method="close">
-    <argument ref="rpcRegistry" />
+    <argument ref="rpcService" />
     <argument ref="pceServiceImpl" />
   </bean>