> 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