users@jaxb.java.net

Re: Version conflicts with JAXB in NetBeans and JDK 1.6

From: Stefan Bar <stefan_bar_at_bellsouth.net>
Date: Mon, 6 Aug 2007 07:05:14 -0700 (PDT)

Milan Kuchtiak wrote:
>
> Hi.
>
> For Tomcat, you need to specify the JAVA_ENDORSED_DIRS environment
> variable,
> that will reference the directory containing jaxb-api.jar (the same as
> bundled with Netbeans).
>
> Example :
> export JAVA_ENDORSED_DIRS=/usr/java/jdk1.6.0/jre/lib/endorsed
>
> Milan
>

So the problem is that in Java 6 the com.sun.xml.bind package has been moved
to coml.sun.xml.internal.bind. This breaks the compatibility with Jaxb RI.
Will that get fixed? After all NamespacePrefixMapper is described as public
class. It should not be in "internal" package?
-- 
View this message in context: http://www.nabble.com/Version-conflicts-with-JAXB-in-NetBeans-and-JDK-1.6-tf3758944.html#a12016797
Sent from the java.net - jaxb users mailing list archive at Nabble.com.