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