[
https://issues.jboss.org/browse/WFCORE-1993?page=com.atlassian.jira.plugi...
]
Brian Stansberry updated WFCORE-1993:
-------------------------------------
Description:
{code}
/core-service=platform-mbean:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "Provides the management interface for
monitoring and management of the Java virtual machine as well as the operating system on
which the Java virtual machine is running. Exposes the JDK-provided JMX MBeans in the
java.lang, java.nio and java.util.logging JMX domains.", ...
{code}
but java.util.logging JMX domain is not available in this service.
Not exposing those mbeans is deliberate, so change the description.
was:
{code}
/core-service=platform-mbean:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "Provides the management interface for
monitoring and management of the Java virtual machine as well as the operating system on
which the Java virtual machine is running. Exposes the JDK-provided JMX MBeans in the
java.lang, java.nio and java.util.logging JMX domains.", ...
{code}
but java.util.logging JMX domain is not available in this service.
Either add the 'Logging' type to the platform-mbean or change the description.
Logging MBean not available in platform-mbean core service
----------------------------------------------------------
Key: WFCORE-1993
URL:
https://issues.jboss.org/browse/WFCORE-1993
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: Pavel Jelinek
Assignee: Brian Stansberry
{code}
/core-service=platform-mbean:read-resource-description
{
"outcome" => "success",
"result" => {
"description" => "Provides the management interface for
monitoring and management of the Java virtual machine as well as the operating system on
which the Java virtual machine is running. Exposes the JDK-provided JMX MBeans in the
java.lang, java.nio and java.util.logging JMX domains.", ...
{code}
but java.util.logging JMX domain is not available in this service.
Not exposing those mbeans is deliberate, so change the description.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)