users@jaxb.java.net

sealing violation

From: Gary Marsh <glmarsh_at_cox.net>
Date: Sun, 04 May 2003 18:37:13 -0600

Hello;

While compiling the SampleApp1 I got the following error :

compile:
Compiling the schema...
Compiling file:/D:/Apps/jwsdp-1.1/jaxb-1.0/examples/users-guide/SampleApp1/po.xsd

BUILD FAILED
java.lang.SecurityException: sealing violation: package javax.xml.bind is sealed
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:225)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:186)

I am on a Windows 2000 box with the latest patches. Has anyone seen this error before and how do you correct it?

Thanks,

Gary