T-API context creation on feature install
[transportpce.git] / tapi / src / main / resources / OSGI-INF / blueprint / tapi-blueprint.xml
index 75aa579324f679821af3cb1edc1c17e911068b3b..31c00bb6ed002040e712c723d6deab8bb6acd602 100644 (file)
@@ -20,7 +20,10 @@ Author: Gilles Thouenon <gilles.thouenon@orange.com>
           interface="org.opendaylight.mdsal.binding.api.RpcProviderService"/>
 
     <reference id="serviceHandlerService"
-          interface="org.opendaylight.transportpce.servicehandler.service.ServiceHandlerOperations" />
+          interface="org.opendaylight.yang.gen.v1.http.org.openroadm.service.rev190531.OrgOpenroadmServiceService" />
+
+    <reference id="networkTransactionImpl"
+          interface="org.opendaylight.transportpce.common.network.NetworkTransactionService" />
 
     <bean id="tapiListener"
           class="org.opendaylight.transportpce.tapi.utils.TapiListener">
@@ -33,6 +36,7 @@ Author: Gilles Thouenon <gilles.thouenon@orange.com>
         <argument ref="rpcProviderService" />
         <argument ref="serviceHandlerService" />
         <argument ref="tapiListener" />
+        <argument ref="networkTransactionImpl" />
     </bean>
 
 </blueprint>