PCE update to support constraints
[transportpce.git] / pce / src / main / resources / OSGI-INF / blueprint / pce-blueprint.xml
index 6b0dbb68cbcc09e1f2af3762ef082ad6c6211e77..7560106a0626e4742ddd9aee08e71f4999b0fbfa 100755 (executable)
@@ -13,6 +13,8 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
   odl:use-default-for-reference-types="true">
 
+  <reference id="networkTransactionImpl" interface="org.opendaylight.transportpce.common.network.NetworkTransactionService" />
+
   <reference id="dataBroker"
         interface="org.opendaylight.controller.md.sal.binding.api.DataBroker"
         odl:type="default"/>
@@ -27,7 +29,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
   <bean id="pceServiceImpl"
         class="org.opendaylight.transportpce.pce.service.PathComputationServiceImpl"
         init-method="init" destroy-method="close">
-    <argument ref="dataBroker"/>
+    <argument ref="networkTransactionImpl"/>
     <argument ref="notificationPublishService" />
   </bean>