users@jaxb.java.net

Re: jaxb and null values

From: Andrew Wellman <aj_at_wellmans.com>
Date: Thu, 08 May 2003 06:13:31 -0600

If you delcare elements with minOccurrs="0", JAXB will do a null check.

On Thu, 8 May 2003 10:52:43 +0100
Tim Davidson <tim.davidson_at_greenhatconsulting.com> wrote:

> Does anyone know if Jaxb can cope with null values?
>
> We have null values in the java class and Jaxb throws errors when any of the values are null.
>
> if this a bug? can anone help?
>