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 145297 - Missing ability to query WSStack from a project
Summary: Missing ability to query WSStack from a project
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Macintosh All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-27 14:01 UTC by Martin Grebac
Modified: 2008-08-27 14:01 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Grebac 2008-08-27 14:01:30 UTC
My usecase is as following. In WSIT config dialog, I need to decide whether to allow metro1.3 configuration options or
not. The decision is based on JAX-WS version used in the project. For Web/Ejb projects, I do retrieve the WSStack
version from J2eePlatform lookup, however for J2SE project, I don't have a way to find out which WSStack has been added
to classpath. On the other hand, if user does add some kind of Metro libraries to Webapp classpath (to use that in his
app instead of libraries from server), we don't have a general way to find this out. I think that this kind of
functionality would be useful to have in WSStack api in general.