Uploaded image for project: 'jsonrpc'
  1. jsonrpc
  2. JSONRPC-58

Do not use RpcService in JSONRPC components

    XMLWordPrintable

Details

    • Task
    • Status: Confirmed
    • Medium
    • Resolution: Unresolved
    • None
    • None
    • None

    Description

      A quick grep is showing these users of deprecated API:

      ./jsonrpc/provider/common/src/test/java/org/opendaylight/jsonrpc/provider/common/RemoteRpcInvokerTest.java:        rpcReg = rpcAdapter.registerRpcImplementation(TestModelRpcService.class, new TestModelServiceImpl());
      ./jsonrpc/provider/single/src/main/java/org/opendaylight/jsonrpc/provider/single/JsonRPCProvider.java:        rpcReg = rpcProviderService.registerRpcImplementation(JsonrpcService.class, this);
      

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

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              ivanhrasko Ivan Hrasko
              rovarga Robert Varga
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: