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 102870 - For JBoss 4.2 the ROOT and jbossws-context app is shown
Summary: For JBoss 4.2 the ROOT and jbossws-context app is shown
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 105548 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-04-28 10:29 UTC by Michal Mocnak
Modified: 2007-08-17 15:12 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 2007-04-28 10:29:41 UTC
Under web application node there are server's applications visible and it's
possible to perform undeploy on them. They shouldn't be visible.
Comment 1 Sherold Dev 2007-08-15 17:15:58 UTC
I would not hide the applications, we might only disable the undeploy action for those applications.
Comment 2 Sherold Dev 2007-08-15 17:33:19 UTC
*** Issue 105548 has been marked as a duplicate of this issue. ***
Comment 3 Petr Hejl 2007-08-17 15:12:00 UTC
Fixed jbossws-context, however root application remains visible because it is not system application and deploying to
root context is common use case. The problem of the deployment to the existing context should be solved by fixing issue
91792. 

Checking in src/org/netbeans/modules/j2ee/jboss4/JBDeployer.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/JBDeployer.java,v  <--  JBDeployer.java
new revision: 1.16; previous revision: 1.15
done
Checking in src/org/netbeans/modules/j2ee/jboss4/nodes/JBEarModulesChildren.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/JBEarModulesChildren.java,v  <-- 
JBEarModulesChildren.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/j2ee/jboss4/nodes/JBWebApplicationsChildren.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/JBWebApplicationsChildren.java,v  <-- 
JBWebApplicationsChildren.java
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/j2ee/jboss4/nodes/Util.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Util.java,v  <--  Util.java
new revision: 1.7; previous revision: 1.6
done