Remove reliance on org.opendaylight.controller.sal.core.api.Broker
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / main / resources / org / opendaylight / blueprint / remote-rpc.xml
index f12a289b7d3b1a5fe92fd9a53cf7af636f84b244..233d7b8dce3b93fa491f995bf3afbd22a146bee7 100644 (file)
@@ -29,9 +29,9 @@
   <bean id="remoteRpcProvider" class="org.opendaylight.controller.remote.rpc.RemoteRpcProviderFactory"
           factory-method="createInstance" init-method="start" destroy-method="close">
     <argument ref="domRpcRegistry"/>
+    <argument ref="domRpcService"/>
     <argument ref="actorSystem"/>
     <argument ref="remoteRpcProviderConfig"/>
-    <property name="rpcService" ref="domRpcService"/>
   </bean>
 
 </blueprint>