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