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 56105 - API to delete an instance from the registry
Summary: API to delete an instance from the registry
Status: RESOLVED DUPLICATE of bug 129041
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: Macintosh All
: P3 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 04:56 UTC by Vince Kraemer
Modified: 2008-04-08 08:59 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 Vince Kraemer 2005-03-10 04:56:13 UTC
It takes a long time to create an app server instance/domain.

To prevent the operation from hanging... I need to spawn a second thread.

If the create operation fails, I need a way to automatically remove the instance that got registered

Currently, I pop up a dialog to tell the user to delete the instance manually.
Comment 1 Sherold Dev 2005-03-10 10:24:53 UTC
Is this really needed? Wouldn't it be better not to create a new instance unless
it is "safe" - you know it can be created. I mean for instance after clicking
the finish button on the wizard you can display a "please wait, a new domain is
being created..." message or progress dialog and add the server instance in the
server registry afterwards.
Comment 2 Vince Kraemer 2005-03-10 17:23:05 UTC
The domain creation is "very likely" to succeed.  Putting in a blocking and/or
progress dialog seems klunky.  

Note: I am not expecting this for 4.1.  I am just trying to "look ahead".
Comment 3 Petr Hejl 2008-04-08 08:59:19 UTC

*** This issue has been marked as a duplicate of 129041 ***