Petteri Stenius wrote:
>
> Hello all,
>
> Some more background on my issue. We have a fairly large project using
> JAXB 1.0 generated interfaces for XML processing and we are planning on
> migrating to JAXB 2.0. To me the statement "JAXB 2.0 will be backward
> compatible with JAXB 1.0", on the JSR 222 page
> http://jcp.org/en/jsr/detail?id=222, sounds like it should be fairly
> straight forward to migrate a project from JAXB 1.0 to JAXB 2.0.
>
> Am I completely wrong here? What is meant with the "backward compatible"
> statement?
>
It means that you can take any existing JAXB 1.0.x app and run them
on the JAXB 2.0 runtime. If you recompile your schema with the 2.0
version of XJC, you will get the new bindings defined by the 2.0 spec.
Thanks,
--Ryan