users@jaxb.java.net

Re: Schema versioning and schema evolution

From: Sam <bytecode_at_Phreaker.net>
Date: Sun, 10 Nov 2002 23:03:20 -0500

Hi Brett

Im m not sure I undertand what you're talking about.

How will this help if the schema changes in its definition ??
/s


Brett Porter wrote:
>
> 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