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 33865 - Unify behaviour of Deleting JNDI contexts
Summary: Unify behaviour of Deleting JNDI contexts
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: jndi (show other bugs)
Version: -S1S-
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-23 15:52 UTC by David Kaspar
Modified: 2011-09-19 23:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2003-05-23 15:52:08 UTC
If you have bound some JNDI context and you decide
to remove it, you just invoke "Disconnect Context"
popup menu action.

If you have bound some broken JNDI context
(context marked by red 'x') and you decide to
remove it, you need to invoke "Delete" popup menu
action and confirm object deletion in appeared dialog.

I think these behaviours should be unified because
at least both context types are equally important.
Moreover I think valid context is more important -
so behaviours should be exchanged.