users@jaxb.java.net

Schemagen fails when non-JAXB Annotation found

From: Alan Chaney <alan_at_muzlink.com>
Date: Wed, 17 Jun 2009 14:55:05 -0700

I've added some an annotation to some of my classes which are also jaxb
annotated. This annotation is nothing to do with JAXB
and is just for my own purposes.

Schemagen fails with and error:

> [schemagen] error: Could not create declaration for annotation type
> ConfigurationElement
my annotation is called 'ConfigurationElement'

Apart from removing the annotation is there any way to overcome this? It
seems an unnecessary limitation.

Regards

Alan Chaney