-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.0.0.Final
-
None
The following operation, in this case for the jmx subsystem resource, returns the version and xml-namespaces of the read resource:
[standalone@localhost:9990 /] /extension=org.jboss.as.jmx/subsystem=jmx:read-resource
{
"outcome" => "success",
"result" => {
"management-major-version" => 1,
"management-micro-version" => 0,
"management-minor-version" => 2,
"xml-namespaces" => [
"urn:jboss:domain:jmx:1.0",
"urn:jboss:domain:jmx:1.1",
"urn:jboss:domain:jmx:1.2",
"urn:jboss:domain:jmx:1.3"
]
}
}
Since wildlfly-core 7.0.0.Final, this operation does not return any value:
[standalone@localhost:9990 /] /extension=org.jboss.as.jmx/subsystem=jmx:read-resource
{
"outcome" => "success",
"result" => {}
}
The operation returns the same empty result for any subsystem read similarly under the extension resource.
- blocks
-
WFLY-13298 Set up mixed domain testing against EAP 7.3
-
- Closed
-