[jboss-jira] [JBoss JIRA] (WFLY-2183) Module and ClassName fields are disabled in new Custom handler dialog
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Mon Sep 30 07:14:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12808186#comment-12808186 ]
Heiko Braun commented on WFLY-2183:
-----------------------------------
It's a server side issue. The attributes are flagged as "writable=false":
{noformat}
[domain at localhost:9999 /] /profile=default/subsystem=logging/custom-handler=*:read-resource-description(access-control=trim-descriptions, operations=true){role=administrator}
{
"outcome" => "success",
"result" => [{
"address" => [
("profile" => "default"),
("subsystem" => "logging"),
("custom-handler" => "*")
],
"outcome" => "success",
"result" => {
"description" => undefined,
"attributes" => undefined,
"operations" => undefined,
"children" => {},
"access-control" => {
"default" => {
"read" => true,
"write" => true,
"attributes" => {
"enabled" => {
"read" => true,
"write" => true
},
"module" => {
"read" => true,
"write" => false
},
"class" => {
"read" => true,
"write" => false
},
"properties" => {
"read" => true,
"write" => true
},
"formatter" => {
"read" => true,
"write" => true
},
"filter-spec" => {
"read" => true,
"write" => true
},
"level" => {
"read" => true,
"write" => true
},
"name" => {
"read" => true,
"write" => false
},
"encoding" => {
"read" => true,
"write" => true
},
"filter" => {
"read" => true,
"write" => true
}
},
"operations" => {
"read-children-names" => {"execute" => true},
"read-operation-description" => {"execute" => true},
"remove" => {"execute" => true},
"update-properties" => {"execute" => true},
"read-resource-description" => {"execute" => true},
"enable" => {"execute" => true},
"read-resource" => {"execute" => true},
"change-log-level" => {"execute" => true},
"add" => {"execute" => true},
"read-attribute" => {"execute" => true},
"whoami" => {"execute" => true},
"read-children-types" => {"execute" => true},
"read-operation-names" => {"execute" => true},
"undefine-attribute" => {"execute" => true},
"read-children-resources" => {"execute" => true},
"disable" => {"execute" => true},
"write-attribute" => {"execute" => true}
}
},
"exceptions" => {}
}
}
}]
}
{noformat}
> Module and ClassName fields are disabled in new Custom handler dialog
> ---------------------------------------------------------------------
>
> Key: WFLY-2183
> URL: https://issues.jboss.org/browse/WFLY-2183
> Project: WildFly
> Issue Type: Bug
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Fix For: 8.0.0.CR1
>
>
--
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