users@jaxb.java.net

Re: Problem with using JAXB from applet

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Tue, 18 Mar 2003 11:27:29 -0800

> Let me have one question to you all. Has anybody ever been able to run JAXB
> on the browser ?

I think so. As Ed pointed out, search the archive for a problem related
to applets and system property access.

This particular bug is caused by Xerces, as you see in the stack trace.
Xerces is accessing a system property, which you can't when you are an
applet.

So you should file a bug against Xerces and have them fix that bug in
XMLEntityManager. Meanwhile, you should use another XML parser (like
Crimson, AElfred, etc) that doesn't access system properties.

regards,
--
Kohsuke KAWAGUCHI                  408-276-7063 (x17063)
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com