Uploaded image for project: 'netconf'
  1. netconf
  2. NETCONF-1116

Do not use RpcService in NETCONF components

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Medium Medium
    • 7.0.0
    • None
    • None

      A quick grep is showing these users of deprecated API:

      ./netconf/apps/netconf-topology-impl/src/main/java/org/opendaylight/netconf/topology/impl/NetconfTopologyImpl.java:        rpcReg = rpcProviderService.registerRpcImplementation(NetconfNodeTopologyService.class,
      ./netconf/apps/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/NetconfTopologyManager.java:        rpcReg = rpcProviderService.registerRpcImplementation(NetconfNodeTopologyService.class,
      ./netconf/netconf/tools/netconf-test-perf/src/main/java/org/opendaylight/test/endtoend/EndtoendTestService.java:        registration = rpcProviderService.registerRpcImplementation(NcmountService.class,
      ./netconf/plugins/netconf-client-mdsal/src/main/java/org/opendaylight/netconf/client/mdsal/impl/NetconfSalKeystoreService.java:        reg = rpcProvider.registerRpcImplementation(NetconfKeystoreService.class, this);
      ./netconf/plugins/netconf-client-mdsal/src/test/java/org/opendaylight/netconf/client/mdsal/impl/NetconfSalKeystoreServiceTest.java:        doReturn(rpcReg).when(rpcProvider).registerRpcImplementation(eq(NetconfKeystoreService.class), any());
      

      Convert them to new-style yang.binding.Rpc-based implementations.

            ojo Oleksandr Zharov
            rovarga Robert Varga
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: