users@jax-ws.java.net

Re: Issue with usage of JAXWS 2.1/Tomcat 5.5/Netbeans 5.5

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Wed, 07 Mar 2007 10:15:05 -0800

I think JAXWS 2.1 is part of NB 5.5.1. Get it from
http://www.netbeans.org/community/releases/55/1/index.html.

-vivek.

Prashant Jamkhedkar wrote:
> BTW,
>
> Is there a JAXWS 2.1 netbeans module (just as JAXWS 2.0 or WSIT one) to be
> downloaded ?
>
> Thanks,
> Prashant
>
> ------------------------------------------------------------------------
> *From:* Prashant Jamkhedkar [mailto:Prashant_Jamkhedkar_at_symantec.com]
> *Sent:* Wednesday, March 07, 2007 9:44 AM
> *To:* users_at_jax-ws.dev.java.net
> *Subject:* Issue with usage of JAXWS 2.1/Tomcat 5.5/Netbeans 5.5
>
> Hi,
>
> I am using Netbeans to create web services running on Tomcat 5.5.2.
> If I run with bundled JAXWS 2.0 with Netbeans, the web service runs fine
> (even with JDK 1.6).
> If I use JAXWS 2.1 RI (add library to netbeans 5.5), and try to run,
> it gives me
> the following messages, I have tried copying jaxb-api.jar under jdk6's
> jre/lib/endorsed
> directory, but still see the issue. Do I have to put these in Tomcat's
> bootstrap
> classloader ? I am not sure the correct place to put the jar in ?
>
> Appreciate your time spent on this.