wiedkla wrote:
> Hi,
>
> thank you for your reply.
>
> I tried my best to use jaxb2-reflection with xjc generated classes,
> but I did not succeed yet. Bundeling a full JAXB 2.0 implementation
> with jaxb2-reflection would solve this problem, indeed.
>
> Btw., if there are different releases of JAXB 2.0, where can I inform
> myselft about the version thread(s)?
1. do JAXBContext.toString() and it will give you the build ID and other
information.
2. java -jar jaxb-xjc.jar -version
3. check META-INF/MANIFEST.MF of any JAXB jar.
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com