This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71399 - Add possibility to run JMX console
Summary: Add possibility to run JMX console
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 12:47 UTC by Libor Kotouc
Modified: 2006-06-04 23:44 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Libor Kotouc 2006-01-14 12:47:12 UTC
Now only the web console can be run, it could be valuable to add new action for
running the JMX console, too.
Comment 1 Michal Mocnak 2006-03-08 17:25:53 UTC
The 'View JMX Console' action has been added into the popup menu under the 'View
Admin Console' action.

Modified:
Checking in JBManagerNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/JBManagerNode.java,v
 <--  JBManagerNode.java
new revision: 1.4.12.2.2.3; previous revision: 1.4.12.2.2.2
done
RCS file:
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/ShowJMXConsoleAction.java,v
done
Checking in actions/ShowJMXConsoleAction.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/ShowJMXConsoleAction.java,v
 <--  ShowJMXConsoleAction.java
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in actions/Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Comment 2 Michal Mocnak 2006-03-22 11:43:51 UTC
Verified