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 73330 - Disable 'Show Admin Console' action if it's not deployed
Summary: Disable 'Show Admin Console' action if it's not deployed
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-03-07 11:37 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-03-07 11:37:53 UTC
If the user has a JBoss AS installation without Web-Console package the 'Show
Admin Console' action should be disabled. Add check if it's deployed or not.
Comment 1 Michal Mocnak 2006-03-08 16:59:36 UTC
The 'Show Admin Console' action is disabled when the 'web-console.war' package
is not deployed in jboss server.

Modified:
Checking in nodes/JBManagerNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/JBManagerNode.java,v
 <--  JBManagerNode.java
new revision: 1.4.12.2.2.2; previous revision: 1.4.12.2.2.1
done
Checking in nodes/Util.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/Util.java,v
 <--  Util.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Checking in nodes/Bundle.properties;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3.38.3; previous revision: 1.3.38.2
done
Removing nodes/ShowAdminToolAction.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/ShowAdminToolAction.java,v
 <--  ShowAdminToolAction.java
new revision: delete; previous revision: 1.1.14.2.2
done
RCS file:
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/Bundle.properties,v
done
Checking in nodes/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.1; previous revision: 1.1
done
RCS file:
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/ShowAdminToolAction.java,v
done
Checking in nodes/actions/ShowAdminToolAction.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/ShowAdminToolAction.java,v
 <--  ShowAdminToolAction.java
new revision: 1.1.2.1; previous revision: 1.1
done
Checking in JBDeploymentManager.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeploymentManager.java,v
 <--  JBDeploymentManager.java
new revision: 1.6.8.4.2.1; previous revision: 1.6.8.4
done
Comment 2 Michal Mocnak 2006-03-22 11:40:17 UTC
Verified