FULL PRODUCT VERSION :
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
java version "1.6.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-beta-b59g)
Java HotSpot(TM) Client VM (build 1.6.0-beta-b59g, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
The JMX 1.2 specification states that java.util.Date is a basic type. (p. 63)
But the jconsole does not provide editing support for this basic type.
Therefore all MBean attributes of type java.util.Date are rendered as
readonly attributes regardless whether they are read/write or read-only
prohibiting editing them.
The management console should provide editors for all listed basic types.
This bug (no, its not an request for enhancement) is still present in 6.0 beta.
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
java version "1.6.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-beta-b59g)
Java HotSpot(TM) Client VM (build 1.6.0-beta-b59g, mixed mode, sharing)
A DESCRIPTION OF THE PROBLEM :
The JMX 1.2 specification states that java.util.Date is a basic type. (p. 63)
But the jconsole does not provide editing support for this basic type.
Therefore all MBean attributes of type java.util.Date are rendered as
readonly attributes regardless whether they are read/write or read-only
prohibiting editing them.
The management console should provide editors for all listed basic types.
This bug (no, its not an request for enhancement) is still present in 6.0 beta.
REPRODUCIBILITY :
This bug can be reproduced always.