users@jaxb.java.net

Re: Problem with using JAXB from applet

From: Ed Mooney <Ed.Mooney_at_sun.com>
Date: Tue, 18 Mar 2003 09:25:51 -0500

Hi Hyun,

Search for "ExceptionInInitializerError" in the March archives for a
seemingly related problem and workaround.

Regards,
--
Ed Mooney         |Sun Microsystems, Inc.|Time flies like
Java Web Services |UBUR02-201            |an arrow, but
Ed.Mooney_at_Sun.COM |1 Network Drive       |fruit flies like
781-442-0459      |Burlington, MA  01803 |a banana. Groucho
Hyun Shin wrote:
> Hi,
>
> I am trying to use JAXB from applet but I am getting AccessControlException during unmarshal. The following are stack trace of Exception and the test programs I used (which is modified from SampleApp1 in users guide in order to run in the applet). Of course the same program has no problem if it is invoked as an application. Of course, I haven't had such problem using early access version.
>
> Any clue?
> Regards,
> -Hyun
>
[ ... ]