Well, thinks go since my post.
Since the post, I have found the dev site of SUN which purpose weekly build
libs of JAXB and its sources.
The problem from the classLoader is over, so no need to make a new class for
bypassing it.
But it would be to simple.
Now, when my applet is loading here is the message displayed in the java
console :
java.lang.SecurityException: no manifiest section for signature file entry
org/w3c/dom/traversal/TreeWalker.class
at sun.security.util.SignatureFileVerifier.verifySection(Unknown Source)
at sun.security.util.SignatureFileVerifier.process(Unknown Source)
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.util.jar.JarVerifier.update(Unknown Source)
at java.util.jar.JarFile.initializeVerifier(Unknown Source)
at java.util.jar.JarFile.getInputStream(Unknown Source)
at sun.misc.URLClassPath$5.getInputStream(Unknown Source)
at sun.misc.Resource.getBytes(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
I tried different release of javac, and java plug-in (always same version
between javac and plug-in). The result is the same, only the name of the
mentionned class differs.
Don't know what to do now ?????
Jerome
----- Original Message -----
From: <Andrew.Ferguson_at_arm.com>
To: <users_at_jaxb.dev.java.net>
Sent: Thursday, January 29, 2004 5:15 PM
Subject: Re: JAXB in applet under Windows problem after ClassLoader
>But now i have the following message :
> >java.util.MissingResourceException: Can't find bundle for base name
>javax.xml.bind.Messages, locale fr_FR.
> >What does it mean ? What is the problem ? How to solve that ?
have you written a custom classloader? the message would be consistent with
a custom classloader that hasn't overridden certain methods (sorry - can't
remember what these are of the top of my head)
thanks,
Andrew
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
For additional commands, e-mail: users-help_at_jaxb.dev.java.net