Heiko Braun created AS7-3566:
--------------------------------
Summary: Inconsistent managemtn model of the JMX subsystem
Key: AS7-3566
URL:
https://issues.jboss.org/browse/AS7-3566
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
Fix For: 7.1.1.Final
The description doesn't contain any "connector" children, however the actual
model does:
{noformat}
[domain@192.168.2.126:9999 /] /profile=default/subsystem=jmx:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "The configuration of the JMX
subsystem.",
"attributes" => {"show-model" => {
"type" => BOOLEAN,
"description" => "Set to 'true' to include MBeans
for the model controller resources",
"expressions-allowed" => false,
"nillable" => true,
"access-type" => "read-write",
"storage" => "configuration",
"restart-required" => "no-services"
}},
"operations" => undefined,
"children" => {"remoting-connector" => {
"description" => "JBoss remoting connectors for the JMX
subsystem.",
"model-description" => undefined
}}
}
}
{noformat}
{noformat}
[domain@192.168.2.126:9999 /]
/profile=default/subsystem=jmx:read-resource(recursive=true)
{
"outcome" => "success",
"result" => {
"connector" => {},
"remoting-connector" => undefined,
"show-model" => true
}
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira