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 111663 - JAX-WS lib needs to be added to the project
Summary: JAX-WS lib needs to be added to the project
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 16:59 UTC by Lukas Jungmann
Modified: 2007-10-22 16:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-08-01 16:59:16 UTC
- have a web project w/ some REST ws for Tomcat
- D'n'D some StrikeIron ws from the template into the REST ws

=> jax-ws wsclient generation fails because of missing JAX-WS library in the project
Comment 1 Nam Nguyen 2007-08-31 08:00:55 UTC
Later: we could detect if jaxws is already on classpath.  Currently Tomcat support is not targeted for beta1.
Comment 2 Nam Nguyen 2007-10-15 22:57:03 UTC
This is now more important in order match support for JBOSS by JAX WS.
Comment 3 Peter Liu 2007-10-16 00:23:50 UTC
Just curious, how does the jaxws libraries get added jaxws web services for tomcat and jboss?

Comment 4 Nam Nguyen 2007-10-17 06:54:24 UTC
They are added to compile classpath and also packaged to web-inf/lib.
Comment 5 Nam Nguyen 2007-10-17 07:18:17 UTC
This issue is solved by having the REST component DnD use client jar from Services Tab.  We don't have to generate the
client in each project anymore.

I am able to drag strikeiron SaleandUseTaxComplete40 component to CustomerResource and run test successfully without
having to add JAX-WS 2.1 library.  Rest library already have jaxws-api.jar for client invocation code.
Comment 6 Lukas Jungmann 2007-10-22 16:44:20 UTC
v.