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 173884 - Please enhance netbeans to be able to easily change jaxws imlementations.
Summary: Please enhance netbeans to be able to easily change jaxws imlementations.
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 15:47 UTC by sandi_ro
Modified: 2009-10-07 13:09 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 sandi_ro 2009-10-06 15:47:25 UTC
Please enhance netbeans to be able to easily and reliable change jaxws tooling imlementations.
see also : 173668
Comment 1 Milan Kuchtiak 2009-10-06 17:07:03 UTC
The only workaround for now is to change the content(jar files) in JAX-WS 2.1 library - in Library Manager.
(Tools -> Libraries).
You can change those jars that, de-facto it will be JAX-WS 2.2 library.

Note: the content of nbproject directory, especially ant scripts shouldn't be modified by user.
Comment 2 Milan Kuchtiak 2009-10-07 13:09:15 UTC
There is another, legal and recommended by Netbeans, workaround to change targets in jaxws-build.xml.

- imagine that nbproject/jaxws-build.xml is imported to nbproject/build-impl.xml, which is imported to build.xml.
- build.xml is the file designated for user modification - not files under nbproject folder
- you can simply copy any target (e.g  wsimport-init target) from nbproject/jaxws-build.xml to build.xml, then modify 
it in build.xml
- when you run/build the project the target from build.xml will be used, not one from jaxws-build.xml.