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 61985 - Allow to specify additional IPs before new instance is registered
Summary: Allow to specify additional IPs before new instance is registered
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 15:20 UTC by Sherold Dev
Modified: 2005-09-05 10:01 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 Sherold Dev 2005-08-09 15:20:59 UTC
Currently the InstanceProperties.createInstanceProperties() methods is used to
register new server in the add new server wizard. After the new instance is
registered all the interested ServerInstance listeners are notified that the new
server instance was added. These listeners, however, might want to create for
example a J2eePlatform instance for the given server, which might not be
possible unless some additional instance properties are provided. (This is
currenlty a problem in the jboss plugin).

One possible solution might be to change semantics of the
createInstanceProperties() method, so that it will return a not yet registered
IP instance and to add a registeredInstanceProperties() method which would
perform the actual registration.
Comment 1 Pavel Buzek 2005-08-14 03:17:13 UTC
IMO this is not needed, 61981 was fixed w/o needing this (see comment in issue
61981). Changing to ENH, if there is not other usecase then 61981 feel free to
close this as wontfix.
Comment 2 Sherold Dev 2005-08-16 10:05:39 UTC
OK, closing as WONTFIX.