users@jaxb.java.net

JAXB in applet under Windows problem after ClassLoader

From: Jérôme Vuibert <jerome.vuibert_at_fleximage.fr>
Date: Thu, 29 Jan 2004 15:18:26 +0100

Hi.

I am using wsdp 1.3. I use jdk1.3.1_01

I am under Windows (XP, but it has to work under NT too).

I have done an applet which exploit JAXB. This applet, libs, jaxb.properties... are in a jar file.

I had the famous problem of "jaxb.properties not found" which has been solved by defining a classLoader which replace \ by /.

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 ?

Note that the same applet, but under a debogger (ie. as an application) works very fine.

Thanks a lot for your help.

Jerome