users@jax-ws.java.net

Re: JDK 6

From: Cameron Taggart <cameron.taggart_at_gmail.com>
Date: Fri, 19 Jan 2007 11:17:15 -0800

I think your questions may be partially answered by this post blog entry.

Problems using JAX-WS 2.1 and JAXB 2.1 with JDK 6?
http://weblogs.java.net/blog/ramapulavarthi/archive/2007/01/problems_using.html

Basically, if the Java 6 has it inside and you need to upgrade it, you
need to use the endorsed mechanism. For me I just copied jaxb-api.jar
and jaxws-api.jar to D:\java\jdk1.6.0\jre\lib\endorsed. Or I used
this VM argument in Eclipse 3.2.1
-Djava.endorsed.dirs=D:\java\jaxws-ri-2.1EA3\lib.

hope that helps,
Cameron

On 1/18/07, Ryan LeCompte <Ryan.LeCompte_at_pango.com> wrote:
>
>
> Hello,
>
> I just wanted to confirm that JWSDP 1.6 is supported on JDK 6, although
> JAX-WS 2.0 is now bundled, correct? Are there any extra steps that need to
> occur when using JWSDP 1.6 with JDK 6? Do I have to remove or upgrade
> certain JARs (I think I remember SAAJ having to be upgraded or something
> like that)?
>
> Thanks,
> Ryan
>