ServiceDatastore instantiation in ServiceHandler
[transportpce.git] / servicehandler / src / main / resources / OSGI-INF / blueprint / servicehandler-blueprint.xml
index 6c7513f33e9fa0d08dd30ce4d47a088de27778a9..393ad9e3a7240a57781c2952af629e4a9775f172 100644 (file)
@@ -60,6 +60,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
         <argument ref="pceListener" />
         <argument ref="rendererListener" />
         <argument ref="networkModelListener" />
+        <argument ref="serviceDatastoreOperation" />
     </bean>
 
     <bean id="provider"
@@ -71,6 +72,7 @@ Author: Martial Coulibaly <martial.coulibaly@gfi.com> on behalf of Orange
         <argument ref="notificationPublishService" />
         <argument ref="pathComputationService" />
         <argument ref="rendererServiceOperations" />
+        <argument ref="serviceDatastoreOperation" />
     </bean>
 
     <service ref="serviceHandlerImpl"