Re: [Jamvm-general] JamVM and JAXB
Brought to you by:
rlougher
From: Mark W. <ma...@kl...> - 2009-03-01 21:29:41
|
Hi Teresa, On Sun, 2009-03-01 at 00:24 -0800, Teresa L. Johnson wrote: > Caused by: java.lang.NullPointerException > at org.relaxng.datatype.helpers.DatatypeLibraryLoader$Service > $Loader2.getResources(Unknown Source) > at org.relaxng.datatype.helpers.DatatypeLibraryLoader > $Service.<init>(Unknown Source) > [...] > It looks like the Gnu class > (gnu.xml.validation.xmlschema.XMLSchemaBuilder) is incompatible with > JAXB's > class (org.relaxng.datatype.helpers.DatatypeLibraryLoader). This looks like the following GNU Classpath bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38149 There is a suggestion in comment #1 on how to solve it. Could you try that out? If it works, we need to patch it upstream. Thanks, Mark |