David M. Lloyd wrote:
So for those of us who are mostly JAXB-ignorant - if I give
propOrder={}
this means that no additional order (beyond what's in the XSD, if
validation is enabled) will be enforced, right? So I should be adding
this to every XmlType in my MC metadata class definitions?
Yes, propOrder should match the order in the XSD. And, of course, XML
should follow the same order.
Make sure it's all consistent before the next release.
Thanks,
Alexey