users@jaxb.java.net

Re: Your Report (Review ID: 227897) - NullPointerException runnin g xjc version 1.0.2

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Mon, 01 Dec 2003 09:11:15 -0800

Thanks. I confirmed the problem and I think I fixed it. The fix should
be available in the next week's build.

Alternatively, to workaround this problem, you can change

  <xs:attribute name="version" type="xs:float" use="required" fixed="1.0"/>

to

  <xs:attribute name="version" type="xs:float" use="required" />


regards,
--
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net