RFR 8129215: com.sun.jmx.mbeanserver.Introspector may provide results inconsistent with the JavaBeans Introspector

Alan Bateman Alan.Bateman at oracle.com
Fri Jun 19 10:23:47 UTC 2015



On 19/06/2015 10:56, Jaroslav Bachorik wrote:
> :
>
> According to the JMX spec there should be 2 attributes: 'attribute' 
> and 'Attribute'
> However, there is only one attribute resolved by the JavaBeans 
> Introspector and it is 'attribute'. Furthermore, the 'getattribute' 
> method is chosen as the getter method, rather counter-intuitively.
The JMX monitor API specifies that it works like 
Introspector.getBeanInfo when it can't extract the value by other means. 
Are there are other areas in JMX where Introspector is used?

-Alan


More information about the serviceability-dev mailing list