RE: Missing jaxws-api-2.1-1.jar in CXF 2.1.1

2008-06-24 Thread Wolf, Chris (IT)
x27;re deplying in a servlet container (since the container provides that API) -Chris W. -Original Message- From: Arul Dhesiaseelan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 3:45 PM To: users@cxf.apache.org Subject: Re: Missing jaxws-api-2.1-1.jar in CXF 2.1.1 In order to use

Re: Missing jaxws-api-2.1-1.jar in CXF 2.1.1

2008-06-24 Thread Arul Dhesiaseelan
In order to use CXF in JDK 1.5, you need to depend on the bundled JAX-WS jars. Lookslike, CXF 2.1.1 replaces jaxws-api-2.1-1.jar with geronimo-jaxws_2.1_spec-1.0.jar which is the JAX-WS API jar from geronimo. -Arul Bharath Thippireddy wrote: Thanks Chris. We are using JDK jdk1.5.0_10.Does C

RE: Missing jaxws-api-2.1-1.jar in CXF 2.1.1

2008-06-24 Thread Bharath Thippireddy
Thanks Chris. We are using JDK jdk1.5.0_10.Does CXF 2.1.1 only work on JDK-1.6.0_04 or above? thanks and regards, bharath "Wolf, Chris \(IT\)" <[EMAIL PROTECTED]> wrote on 06/24/2008 02:26:31 PM: > If you use JDK-1.6.0_04 or above, then the JAX-WS API is part of the > runtime. > >-Chris

RE: Missing jaxws-api-2.1-1.jar in CXF 2.1.1

2008-06-24 Thread Wolf, Chris (IT)
If you use JDK-1.6.0_04 or above, then the JAX-WS API is part of the runtime. -Chris W. -Original Message- From: Bharath Thippireddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 2:24 PM To: users@cxf.apache.org Subject: Missing jaxws-api-2.1-1.jar in CXF 2.1.1 We were tryi