users@jaxb.java.net

Re: Changing JAXB version

From: Laura Ferguson <allenderl_at_acm.org>
Date: Tue, 27 May 2003 13:45:26 -0400

At 07:34 PM 5/27/2003 +0200, you wrote:
>hi,
>I've changed my JAXB version from beta to 1.0 simply changing "jar" files
>with the new ones (jwsdp-1.1), but now my marshal doesn't work anymore with
>this exception :

You've got lots more work to do.
1) Create a schema from your dtd.
2) Regenerate the generated classes using the revised xjc
3) See what changes these changes cause in the rest of your code -- there
will be some.

Along the way, you'll need to do a careful installation of jwsdp-1.1, copy
new libraries into any lib folders, etc....
This could take just a few hours or a week... depending.
Good luck...
Laura