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

Summary: Implement ServerInstanceDescriptor
Product: serverplugins Reporter: Petr Hejl <phejl>
Component: GlassFishAssignee: _ pcw <pcw>
Status: RESOLVED FIXED    
Severity: blocker CC: mkuchtiak
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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