users@jaxb.java.net

Re: Schema versioning and schema evolution

From: Brett Porter <bporter_at_f2network.com.au>
Date: Mon, 11 Nov 2002 08:53:12 +1100

I've found the best solution in the new version is to use the <xsd:any>
type at the end of <xsd:sequence>.

In v0.21 there was a <rest/> binding to handle this, but the
documentation doesn't seem to specify how it should be done in 0.75.

Cheers,
Brett

On Sun, 2002-11-10 at 18:33, Sam wrote:
> Hi
>
> I m curious to understand how JAXB addresses the issues of
> schema evolution and versioning ?
>
> If the bindings are generated and the applications scheam evolves
> the obvious result is that the code will need to be recompiled.
>
> Is this the only solution ?
>
> Thanks
> /s