users@jaxb.java.net

Re: AbortSerializationException: a required object is missing

From: <JMedina_at_on.com>
Date: Thu, 14 Aug 2003 14:04:29 +0200

Forget this message. I found what I was doing wrong. (I assigned an empty
string to one attribute....)

JMedina_at_on.com wrote on 08/14/2003 11:00:47 AM:

> Hello,
>
> I am trying to marshal a JAXB object into XML, but I get
> "AbortSerializationException : a required object is missing"
>
> marshal(jaxbObject, sw);
>
> What does the exception mean ?
> How can I find more information about what object is missing ?
>
> -Jorge