]
Brian Stansberry commented on WFLY-1839:
----------------------------------------
The resource has no attributes. Its children do.
Missing access control meta data for attributes
-----------------------------------------------
Key: WFLY-1839
URL:
https://issues.jboss.org/browse/WFLY-1839
Project: WildFly
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Priority: Critical
Fix For: 8.0.0.CR1
Where is the attribute meta data?
{noformat}
[standalone@localhost:9990 /]
/subsystem=mail:read-resource-description(access-control=true){roles=maintainer}
{
"outcome" => "success",
"result" => {
"description" => "The mail subsystem",
"attributes" => {},
"operations" => undefined,
"children" => {"mail-session" => {
"description" => "Mail session definition",
"model-description" => undefined
}},
"access-control" => {
"default" => {
"read-config" => true,
"write-config" => true,
"read-runtime" => true,
"write-runtime" => true,
"attributes" => {}
},
"exceptions" => {}
}
}
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: