Dale LaBossiere created EDGENT-374: -------------------------------------- Summary: IotProvider edgentControl commands are silent no-ops under some failure conditions Key: EDGENT-374 URL: https://issues.apache.org/jira/browse/EDGENT-374 Project: Edgent Issue Type: Bug Components: Providers Reporter: Dale LaBossiere Priority: Minor
Sending an IotProvider app an edgentControl command request is a silent no-op under at least these conditions: - unable to locate the specified MXBean service - e.g., due to misspelt name or alias) - unable to locate the Method for the bean - e.g., due to misspelt method name, wrong number or args specified Seems like JsonControlService.controlOperation() should log an error or at least a warn for these cases. -- This message was sent by Atlassian JIRA (v6.3.4#6332)