]
Brian Stansberry commented on WFCORE-3384:
------------------------------------------
The globally available operations are available on every resource. Trying to decide if
they are relevant for a particular resource and hiding them from the operation list is
something to think about some day but it is definitely not something I want getting
attention now.
misleading operations in configuration changes service
------------------------------------------------------
Key: WFCORE-3384
URL:
https://issues.jboss.org/browse/WFCORE-3384
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.8.Final
Reporter: Chao Wang
Assignee: ehsavoie Hugonnet
{noformat}
[standalone@localhost:9990 /]
/subsystem=core-management/service=configuration-changes:read-operation-names()
{
"outcome" => "success",
"result" => [
... ...
"list-add",
"list-changes",
"list-clear",
"list-get",
"list-remove",
... ...
{noformat}
Only list-changes is valid operation, other operations shouldn't be there as
configuration changes list is expected to be read-only, except for attribute max history.