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