users@jaxb.java.net

AbortSerializationException: a required object is missing

From: <JMedina_at_on.com>
Date: Thu, 14 Aug 2003 11:00:47 +0200

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