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 - Provide Web Services API/SPI for serverplugins
Summary: Provide Web Services API/SPI for serverplugins
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-05 16:58 UTC by Lukas Jungmann
Modified: 2008-08-07 13:30 UTC (History)
4 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.