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 74832 - 'Show Admin Console' and 'Show JMX Console' enable check shouldn't be dependent on availability of JSR-77
Summary: 'Show Admin Console' and 'Show JMX Console' enable check shouldn't be depende...
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-04-11 13:36 UTC by Michal Mocnak
Modified: 2006-05-31 19:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Mocnak 2006-04-11 13:36:51 UTC
Rewrite enable() method of these actions via URLConnection instead of using of the JMX service.
Comment 1 Michal Mocnak 2006-04-11 15:31:18 UTC
URLConnection check implemented...

Modified:
Checking in ShowJMXConsoleAction.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/ShowJMXConsoleAction.java,v
 <--  ShowJMXConsoleAction.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Checking in Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.1.2.5; previous revision: 1.1.2.4
done
Checking in ShowAdminToolAction.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/ShowAdminToolAction.java,v
 <--  ShowAdminToolAction.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Comment 2 Michal Mocnak 2006-04-11 15:53:15 UTC
Verified