users@jaxb.java.net

[1.0.1] deprecated compiler warnings on com.sun.xml.bind.*

From: Gary Gregory <ggregory_at_seagullsw.com>
Date: Sat, 07 Jun 2003 19:21:16 -0400

Hello all,

Is it normal that I am getting deprecation compiler warnings for much of
everything in the JAXB-generated code referring to, for example:

com.sun.xml.bind.unmarshaller.UnmarshallableObject,
com.sun.xml.bind.serializer.XMLSerializable,
com.sun.xml.bind.validator.ValidatableObject

but not for:

com.sun.xml.bind.RIElement,

?

I have not changed my XJC invocation from 1.0.

Gary