users@jaxb.java.net

RE: How to get XML name of attributes?

From: Markus Karg <karg_at_quipsy.de>
Date: Wed, 11 May 2011 10:53:15 +0200

Ok, but first I need to find the correct algorithm... ;-)

-----Original Message-----
From: aleksei.valikov_at_gmail.com [mailto:aleksei.valikov_at_gmail.com] On
Behalf Of Aleksei Valikov
Sent: Mittwoch, 11. Mai 2011 10:18
To: Markus Karg
Cc: users_at_jaxb.java.net
Subject: Re: How to get XML name of attributes?

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