]
James Perkins closed WFLY-1279.
-------------------------------
Resolution: Out of Date
The {{PlatformLoggingMXBeanAttributeHandler}} no longer seems to exist.
Logging MBeans should use java.lang.management.PlatformLoggingMXBean
--------------------------------------------------------------------
Key: WFLY-1279
URL:
https://issues.jboss.org/browse/WFLY-1279
Project: WildFly
Issue Type: Task
Components: JMX
Reporter: James Perkins
Assignee: James Perkins
Priority: Minor
See {{PlatformLoggingMXBeanAttributeHandler}} for an example. These should probably be
reviewed for logging changes as well.
The note:
{code}
Implementation note: This implementation uses indirect access to the mbean (i.e. via the
{@code MBeanServerConnection} API) in order to avoid adding a compile time dependency on
JDK 7. If the base
JDK requirement for JBoss AS ever moves to JDK 7, this implementation can be updated to
use the
{@code java.lang.management.PlatformLoggingMXBean} interface.
{code}