> How does JAXB support potential changes to schemas? If I make changes to
> a schema and generate java objects again - are the new objects
> "compatible" with the old xml files?
Whether those new objects can still parse the old XML files depends on
whether your new schema still allows old documents.
If it does, old XML files are still valid with the new schema, so they
will unmarshal successfully. Otherwise some error could be reported.
regards,
--
Kohsuke KAWAGUCHI 408-276-7063 (x17063)
Sun Microsystems kohsuke.kawaguchi_at_sun.com