[jboss-jira] [JBoss JIRA] (WFLY-1839) Missing access control meta data for attributes
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Aug 6 16:22:26 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12795466#comment-12795466 ]
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 at 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list