Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Mac OS
Platform: PC
-
574
-
High
Description
In RestConfImpl, when RPC methods that have no input arguments are implemented, they fail to return the result. The implementation returns a valid result object, but somewhere down the line, most likely in RestConfImpl's invokeRPC method, the result object becomes null. The user, as a result, gets a HTTP 204 No Content for their query. There are no exceptions printed out.
If I change the RPC to accept a dummy input argument, everything else remaining same, things work fine.
Attachments
Issue Links
- is duplicated by
-
CONTROLLER-301 Unable to retrieve RPC output using restconf
- Resolved