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 129323

Summary: Provide Web Services API/SPI for serverplugins
Product: webservices Reporter: Lukas Jungmann <jungi>
Component: CodeAssignee: Lukas Jungmann <jungi>
Status: VERIFIED FIXED    
Severity: blocker CC: mkuchtiak, phejl, rcruz, vkraemer
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Lukas Jungmann 2008-03-05 16:58:21 UTC
Define contract between Web Services support and server plugins in an API and provide SPI for serverplugins current
solution using J2eePlatform.isToolSupported(String toolName) for this is not sufficient, is very error prone, hard to
understand and requires a lot of work and maintenance from web services and serverplugin providers.
Comment 1 Vince Kraemer 2008-05-15 15:36:03 UTC
vk01: must be backward compatible with existing plugins.  No feature regression for plugins that do not migrate to this
new API.
Comment 2 Lukas Jungmann 2008-07-01 15:12:12 UTC
see issue 136912
Comment 3 Lukas Jungmann 2008-08-07 13:30:18 UTC
v.