users@jaxb.java.net

Re: Error Upgrading to JAXB 1.0.1

From: Andrew Wellman <aj_at_wellmans.com>
Date: Fri, 20 Jun 2003 10:36:40 -0600

Thanks,
After reading your email I realized that I had changed the jaxb-xjc.jar
file to add my custom serializers and must have broken something.
Instead I created a separate jar file and added it to my classpath. Now
I can move on to getting it all to compile...

Regards,
AJ

On Fri, 20 Jun 2003 08:48:31 -0700
Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM> wrote:

> The error is happening where we try to copy files into the
> impl.runtime package from the jaxb-xjc.jar file.
>
> We see those exceptions when we forgot to set up the classpath
> correctly, which happens often while developing XJC, but since it's a
> jar file, I have hard time understanding why it's happening.
>
> Do you see this error regardless of the schema you compile? Or is
> there any particular schema that causes this problem?
>
> --
> Kohsuke Kawaguchi <kohsuke.kawaguchi_at_sun.com>