users@jaxb.java.net

Re: How to get XML name of attributes?

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Wed, 11 May 2011 10:17:34 +0200

Hi,

> I *do* have that class in the classpath, as it is contained in Sun's
> Java SE 6 as this contains some parts of the JAXB RI. But I do not have
> necessarily the latest JAXB RI in the classpath (which is a different
> JAR).

This is enough. JDK containns JAXB RI with renamed packages.
What I'd do:
* Add (temporarily) JAXB RI and develop the code against it.
* When it works - remove JAXB RI.
* Correct that package names.

Bye,
/lexi