users@jaxb.java.net

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

From: Gary Gregory <ggregory_at_seagullsw.com>
Date: Tue, 10 Jun 2003 02:25:47 -0400

Nevermind this one. Our build was using the old 1.0 ant task with 1.0 libs
and we were then compiling vs. 1.0.1 libs, duh.

Gary

-----Original Message-----
From: Gary Gregory
Sent: Saturday, June 07, 2003 16:21
To: 'Discussion list for the Java Architecture for XML Binding'
Subject: [1.0.1] deprecated compiler warnings on com.sun.xml.bind.*

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