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 140796 - Implement WSStack API for GlassFish,Tomcat,JBoss.
Summary: Implement WSStack API for GlassFish,Tomcat,JBoss.
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 140219
Blocks:
  Show dependency tree
 
Reported: 2008-07-18 18:11 UTC by Milan Kuchtiak
Modified: 2008-07-31 13:42 UTC (History)
0 users

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 Milan Kuchtiak 2008-07-18 18:11:18 UTC
Replace following methods :
J2eePlatformImpl.isToolSupported(String toolName);
J2eePlatformImpl.getClassPathEntries(String toolName);
with WSStack API/SPI implementation.

Implement that for all j2ee server plugins that supports JAX-WS, JAX-RPC.
Comment 1 Milan Kuchtiak 2008-07-23 09:55:29 UTC
I'll start with fixing (WS Stack API implementation) just after LookupProvider is implemented in J2EE Server (Issue 140219).