JDK-6635499 : Provide a method to localize the descriptions in an MBeanInfo
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2007-11-29
  • Updated: 2017-05-19
  • Resolved: 2008-11-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
JMX 1.4 introduced Descriptor fields to control localization of descriptions in MBeanInfo and the contained objects (MBeanAttributeInfo etc), but did not provide any methods to make use of those fields.  A method that takes an MBeanInfo and localizes it relative to a Locale and a ClassLoader (for looking up ResourceBundles) would greatly simplify this.  It should recognize sensible defaults for the Descriptor fields so they do not always have to be specified.

Comments
EVALUATION Fixed as part of 5072267 (A way to communicate client context such as locale to the JMX server).
13-11-2008

EVALUATION Targeted for JSR 255 (JMX 2.0 API).
29-11-2007