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 136264

Summary: Implementation of ServerInstanceDescriptor
Product: serverplugins Reporter: Petr Hejl <phejl>
Component: Sun Appserver 9Assignee: Vince Kraemer <vkraemer>
Status: RESOLVED FIXED    
Severity: blocker CC: mkuchtiak
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 126985    

Description Petr Hejl 2008-06-02 13:38:56 UTC
Please implement
org.netbeans.modules.j2ee.deployment.plugins.spi.OptionalDeploymentManagerFactory.getServerInstanceDescriptor() in order
to provide API access to properties of the server required by clients. This way we can get rid of InstanceProperties
leak hacks.
Comment 1 Vince Kraemer 2008-09-03 23:13:45 UTC
http://hg.netbeans.org/main/rev/f09b6478d0b7 by pcw