Brian Stansberry created WFCORE-2092:
----------------------------------------
Summary: ProxyControllerRegistration does not properly implement
getOperationDescriptions
Key: WFCORE-2092
URL:
https://issues.jboss.org/browse/WFCORE-2092
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
A ProxyControllerRegistration is kind of a strange beast, as it represents a resource that
has a dual nature, both as a leaf resource on the local process and as the root resource
on the remote process. One place where this falls apart is with getOperationDescriptions,
which does nothing locally, resulting in only ops on the remote side being described.
But a ProxyControllerRegistration can also have local ops; e.g. stop/kill/destroy ops on a
/host=x/server=y resource. But because of this bug those ops can be invoked but they do
not appear in things like read-operation-names output.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)