users@jaxb.java.net

Re: Validator deprecation

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Fri, 18 Feb 2011 19:04:55 +0100

OK, then it's Marshaller.setSchema(.)
-W

On 18 February 2011 16:28, Oblio Leitch <oblio.leitch_at_gmail.com> wrote:

> Ok, perhaps some context. I've got an xsd that I'm using to create objects
> which I would then instantiate and populate from another source. I need the
> objects that are created to be able to validate on demand as I go. Once
> I've moved in the data, I'll marshal and save. At no point, really, do I
> create an Unmarshaller.
>
>
> On Fri, Feb 18, 2011 at 10:19 AM, Wolfgang Laun <wolfgang.laun_at_gmail.com>wrote:
>
>> The idea is to use Unmarshaller.setSchema(.)
>> -W
>>
>>
>> On 18 February 2011 14:46, Oblio Leitch <oblio.leitch_at_gmail.com> wrote:
>>
>>> If the Validator is deprecated, what should we use instead? I'm
>>> interested in doing on-demand validation as well as during marshalling.
>>
>>
>>
>