Camille Bégnis wrote: > > we are testing XXE as an applet, and are experiencing an issue with > FireFox 3.6.10, under Linux. Sometimes when doing an action that should > open a dialog, the dialog doesn't show and the interfaces freezes > somehow (the display works fine, but you cannot navigate into the > document anymore). > The error shown in java console below. > Any idea?
Yes. The following message indicates a problem with the ClassLoader of the Java plug-in. --- java.util.MissingResourceException: Can't find bundle for base name com.xmlmind.xmleditapp.app.part.Messages, locale en_US --- This problem is highly dependent on the version of the Java plug-in you use in your Web browser. Unfortunately, it seems that there are more and more ClassLoader problems with the newest versions of the Java plug-in. A possible workaround is described here: http://www.xmlmind.com/xmleditor/known_problems.html#applet_problems --- Please redeploy the applet by running deploywebstart, but this time using the latest JDK and without any of the following options: -jsapplet, -indexjars, -packjars. (More information in The deploywebstart command-line tool.) However doing this does not always fix the problem, which often lies in the Web browser and/or in the Java plug-in itself. --- -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

