users@jaxb.java.net

Can only obtain child elements of three (3) types

From: Shannon Hughes <srhughes_at_LUCENT.COM>
Date: Tue, 01 Jul 2003 07:30:50 -0600

I'm using JAXB classes generated from an XML schema that contains elements with children of many types of elements, sometimes up to a dozen. We are experiencing the problem that only the first three child elements can be accessed from a List...any separate child element type after the third defined type in the XML schema is not being unmarshalled into the JAXB java objects. Anyone experience this problem?