Chao Wang created WFCORE-3384:
---------------------------------
Summary: 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: Brian Stansberry
{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.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)