users@jaxb.java.net

Re: Marshal output is incorrect when using derived types.

From: Robert Lowe <rmlowe_at_rmlowe.com>
Date: Fri, 15 Aug 2003 05:01:41 +0800

> I tried to add derived types to its container (FilesetsType) by creating new object with createEnumsetType() and createRulesetType().

Should you be creating instances of the elements (i.e. createEnumset() and createRuleset()) rather than the types (i.e. createEnumsetType() and createRulesetType())?

- Rob