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 141285 - Preregistered web services cannot be deleted
Summary: Preregistered web services cannot be deleted
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-23 09:27 UTC by Roman Mostyka
Modified: 2008-07-23 21:21 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 Roman Mostyka 2008-07-23 09:27:33 UTC
1. Expand some preregistered web service group node.
2. Rightclick some web service.

Result: "Delete" popup menu item is disabled. Customer should be able to remove unnecessary stuff, but preregistered web
services can be unnecessary if customer doesn't use them at all.
Comment 1 Peter Liu 2008-07-23 19:35:59 UTC
I am changing this to an enhancement.  This is really a feature where we let the users hide/unhide the services they
don't want to see.
Comment 2 Lukas Jungmann 2008-07-23 20:13:45 UTC
Peter, I was about writing that workaround for this can be to uninstall particular module using Tools->Plugins but this
is not possible any more in dev builds since service modules (like Facebook, Flickr etc.) are now (in manifest.mf):

AutoUpdate-Show-In-Client: false

perhaps reverting this change could solve this. What do you think?
Comment 3 Peter Liu 2008-07-23 20:56:27 UTC
I am not sure if we can revert it because Ayub just recently created a kit containing all the saas sevices modules to
fix another issue. I'll talk to Ayub about this.

Comment 4 Peter Liu 2008-07-23 21:21:42 UTC
I just posted a question to nbdev asking whether it is okay to set the AutoUpdate-Show-In-Client flag to true even if
the module already belongs to a kit.