Specialize RestconfInvokeOperationsServiceImpl.invokeRpc()
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / nb / rfc8040 / RestconfApplication.java
index 59f36b70bdaf9f3c6f7ce2d50cdb5ee2da01e5bc..861c5f6d03effc1a14fca956ae072d817d1a3f9a 100644 (file)
@@ -37,7 +37,7 @@ public class RestconfApplication extends AbstractRestconfApplication {
             streamSubscription,
             new RestconfDataServiceImpl(databindProvider, dataBroker, mountPointService, streamSubscription,
                 actionService, configuration),
-            new RestconfInvokeOperationsServiceImpl(rpcService, mountPointService, configuration),
+            new RestconfInvokeOperationsServiceImpl(databindProvider, rpcService, mountPointService, configuration),
             new RestconfOperationsServiceImpl(databindProvider, mountPointService),
             new RestconfSchemaServiceImpl(domSchemaService, mountPointService),
             new RestconfImpl(databindProvider)));