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 253708 - In Server Properties dialog Remove action menu on Servers does nothing
Summary: In Server Properties dialog Remove action menu on Servers does nothing
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 8.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-24 05:03 UTC by satory
Modified: 2015-08-08 02:02 UTC (History)
1 user (show)

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 satory 2015-07-24 05:03:45 UTC
[ JDK VERSION : 1.8.0_45 ]

While going through the Glassfish tests for the beta readiness tests, I noticed
that when the server properties dialog is open, and you right click on a
server, the Remove menu doesn't remove the server.  In fact it seems to do
nothing.

STEPS:
   * In Server Manager test case:
1. Right-click "GlassFish Default" node and choose Properties
2. Servers Manager is opened
3. Check settings of application servers
4. Try to add server and remove it then.
   
ACTUAL:
   Removing by the context menu does nothing, 

EXPECTED:
   The remove context menu should behave like the remove server button thats
found in the properties dialog
Comment 1 Petr Hejl 2015-07-30 06:51:47 UTC
Please provide a link to the test case.
Comment 2 muellermi 2015-08-02 21:07:37 UTC
Issue confirmed. Does not depend on any test case.
It simply can be followed by this:


- use tools, Servers
- right click any server
- within this context menu, choose remove server

--> no function

(do not choose remove server from the Servers manager, this is quite ok)
Comment 3 Petr Hejl 2015-08-03 09:11:00 UTC
Reproducible for GF only. The context menu should not be there at first place.
Comment 4 Petr Hejl 2015-08-07 12:03:02 UTC
Fixed in web-main 4520a379dc99.
Comment 5 Quality Engineering 2015-08-08 02:02:23 UTC
Integrated into 'main-silver', will be available in build *201508080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4520a379dc99
User: Petr Hejl <phejl@netbeans.org>
Log: #253708 - In Server Properties dialog Remove action menu on Servers does nothing