JDK-6475122 : MBeansTab: Jemmy automated tests can't grab MBean tree
  • Type: Bug
  • Component: tools
  • Sub-Component: jconsole
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: sparc
  • Submitted: 2006-09-26
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
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 6 JDK 7
6u4Fixed 7 b05Fixed
Description
Jemmy expects the root node to be named.

Comments
EVALUATION Give a name to the MBean tree root node.
20-10-2006

SUGGESTED FIX Provide a name to root node : public XTree(MBeansTab mbeansTab) { this(new DefaultMutableTreeNode("MBeansTreeRoot"), mbeansTab); }
26-09-2006