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 145164 - Implement ServerInstanceDescriptor
Summary: Implement ServerInstanceDescriptor
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-26 15:15 UTC by Petr Hejl
Modified: 2008-09-03 19:29 UTC (History)
1 user (show)

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 Petr Hejl 2008-08-26 15:15:05 UTC
Please implement ServerInstanceDescriptor for gfv2 & 3. This spi allows (through api) clients such as webservices to
query the server port. So far they figure it through leaking InstanceProperties without any guarantee that queried
property exists (it is an implementation detail of the server plugin).

API issue which introduced the spi class is issue 133751.
Comment 1 Milan Kuchtiak 2008-08-27 09:35:26 UTC
I am begging you as well. We really use that API in web services support to detect server port and host name..
Comment 2 _ pcw 2008-08-27 16:56:54 UTC
I'll look into this today.
Comment 3 Quality Engineering 2008-08-30 17:25:28 UTC
Integrated into 'main-golden', available in build *200808301401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/471452f678a8
User: pcw@netbeans.org
Log: #145164 Implemented ServerInstanceDescriptor api in V3 plugin
Comment 4 Vince Kraemer 2008-09-03 19:29:58 UTC
checked in, so I assume it is fixed