users@jaxb.java.net

SerializationException

From: Petra Malik <petra_at_cs.waikato.ac.nz>
Date: Mon, 09 Jun 2003 11:46:32 +1200

Hi,

using JAXB 1.0.1, I get an exception (while marshalling) which I did not
get with JAXB 1.0:

com.sun.xml.bind.serializer.AbortSerializationException:
A tree contains a reference to ID "DATE.3" but its not a part of the
object graph

What does that mean?
My XML file does contain a node with attribute Id="DATE.3" and a node
with attribute
Idref="DATE.3".
I validated the XML file against the XML Schema using Xerces-J 2 and it
seems to be OK.

Regards,
Petra