Thanks. The MacOS 1.6 doesn't show the problem for me when I just run 'mvn', so I was stumped.
On Mon, Mar 30, 2009 at 11:14 AM, Daniel Kulp <dk...@apache.org> wrote: > On Sat March 28 2009 2:40:34 pm Benson Margulies wrote: > > THe 1.6 build, which I presume uses the JAXB in JDK 1.6, is breaking. I > may > > need some help here. > > I'm on it. Seems to be a bug in something in the JDK, but I'm not sure > what. > We don't use the JAXB in the JDK. It MAY be the DOM in the JDK or maybe > something in xerces 2.9.1 is conflicting or something. I don't really > know. > > In anycase, the issue is that qnames in the xsd:union memberTypes that have > empty prefixes are not being resolved. So things like: > > <simpleType name="SimpleUnion"> > <union memberTypes="positiveInteger"> > .... > > just need to be changed to: > <simpleType name="SimpleUnion"> > <union memberTypes="xsd:positiveInteger"> > .... > > > I'm testing that fix now. > > > -- > Daniel Kulp > dk...@apache.org > http://www.dankulp.com/blog >