dev@jaxb.java.net

name algorithm changes

From: Ryan Shoemaker - JavaSoft East <Ryan.Shoemaker_at_Sun.COM>
Date: Tue, 21 Jun 2005 16:14:10 -0400

Kohsuke,

I noticed that some of my J2S unit tests are failing because of
post-EA2 naming changes. Given declarations like:

     boolean boolean_primitive;

I used to get schema types like:

     <xs:element name="booleanPrimitive" .../>

but now I get:

     <xs:element name="boolean_primitive" .../>

Is this a bug or did the spec change or something else?

Thanks,

--Ryan