Hello,
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?
Thanks,
Camille.
Exception in thread "AWT-EventQueue-1" java.lang.ExceptionInInitializerError
at
com.xmlmind.xmleditapp.app.part.AddViewDialog.createPositionToggles(AddViewDialog.java:133)
at
com.xmlmind.xmleditapp.app.part.AddViewDialog.createForm(AddViewDialog.java:85)
at com.xmlmind.guiutil.DialogBase.initialize(DialogBase.java:112)
at com.xmlmind.guiutil.DialogBase.<init>(DialogBase.java:66)
at
com.xmlmind.xmleditapp.app.part.AddViewDialog.<init>(AddViewDialog.java:71)
at
com.xmlmind.xmleditapp.app.part.AddViewAction.init(AddViewAction.java:56)
at com.xmlmind.xmleditapp.kit.LengthyAction.doIt(LengthyAction.java:31)
at
com.xmlmind.xmleditapp.kit.AppAction.actionPerformed(AppAction.java:39)
at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at
javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1223)
at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1264)
at java.awt.Component.processMouseEvent(Component.java:6263)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6028)
at java.awt.Container.processEvent(Container.java:2041)
at java.awt.Component.dispatchEventImpl(Component.java:4630)
at java.awt.Container.dispatchEventImpl(Container.java:2099)
at java.awt.Component.dispatchEvent(Component.java:4460)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
at java.awt.Container.dispatchEventImpl(Container.java:2085)
at java.awt.Component.dispatchEvent(Component.java:4460)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Caused by: java.util.MissingResourceException: Can't find bundle for
base name com.xmlmind.xmleditapp.app.part.Messages, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
at com.xmlmind.util.Localizer.<init>(Localizer.java:41)
at com.xmlmind.xmleditapp.app.part.Msg.<clinit>(Msg.java:14)
... 34 more
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support