[jboss-jira] [JBoss JIRA] (WFLY-1839) Missing access control meta data for attributes

Kabir Khan (JIRA) jira-events at lists.jboss.org
Tue Aug 6 17:49:26 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kabir Khan closed WFLY-1839.
----------------------------

    Resolution: Done


Brian beat me to it, but there are no attributes - see org.jboss.as.mail.extension.MailSubsystemResource
                
> 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