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 78011 - Undeploy action does not work with JBoss EJB3 profile
Summary: Undeploy action does not work with JBoss EJB3 profile
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-06-15 16:33 UTC by Libor Kotouc
Modified: 2006-06-19 09:33 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 Libor Kotouc 2006-06-15 16:33:15 UTC
1. install JBoss EJB3 profile
2. create a web app with non-trivial context path (e.g. /myModules/WebModule/)
3. deploy web app
4. in the Runtime tab under JBoss server - try to undeploy the web module

w/o success because there is no easy way how to get the .war file name for this
web app (this is because jboss.management.local service is missing in the EJB3
profile).
Comment 1 Libor Kotouc 2006-06-15 16:39:09 UTC
Fixed. Undeploy action removed from the web app nodes.

Checking in JBWebModuleNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBWebModuleNode.java,v
 <--  JBWebModuleNode.java
new revision: 1.1.4.6; previous revision: 1.1.4.5
done
Comment 2 Michal Mocnak 2006-06-19 09:33:41 UTC
Verified