On Tue, Dec 8, 2009 at 7:11 AM, Josh Hester <Josh.Hester_at_sas.com> wrote:
> Thanks again, I'd like to use these versions as we're already using them elsewhere. Why would they need to be compatible with JAXB 2.0?
>
> We are using these same jars in other places without incident.
If you are using JAXB v1 for something, then you probably do need to
continue them.
It does sound like version incompatibility of some kind; very common
thing with Eclipse, esp. when project has too many dependencies on too
many things. And I have had problems if both JAXB v1 and v2 jars are
included. Typical solution is to get rid of v1 ones.
So, have a look at dependant libraries, see if any of them has the
JAXBException. If not, you need jar that has, and that should be api
jar for jaxb.
-+ Tatu +-