Cameron,
I'm talking about using JWSD 1.6 on JDK 6, not using a newer JAX-WS on JDK6.
Has anyone gotten JWSDP 1.6 to work on JDK6?
Thanks,
Ryan
________________________________
From: Cameron Taggart [mailto:cameron.taggart_at_gmail.com]
Sent: Fri 1/19/2007 2:17 PM
To: users_at_jax-ws.dev.java.net
Subject: Re: JDK 6
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
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
For additional commands, e-mail: users-help_at_jax-ws.dev.java.net