Hello,
I have a problem with Pollo:
Under linux thats ok, but when I test it under windows...
The start window opens well, but to the moment to open
a file existing or to create a new one, nothing does not
pass except an exception...
(Windows 2000, jdk 1.3.1_04)
- Exception occurred during event dispatching:
- java.lang.VerifyError: (class:
- org/outerj/pollo/xmleditor/model/XmlModel, method
- readFromResource signature:
(Lorg/xml/sax/InputSource;Ljava/io/File;)V) Incomp
atible object argument for function call
at org.outerj.pollo.Pollo.openFile(Pollo.java:110)
at
org.outerj.pollo.action.FileOpenAction.actionPerformed
(FileOpenAction
.java:51)
at javax.swing.AbstractButton.fireActionPerformed
(Unknown Source)
at
javax.swing.AbstractButton$ForwardActionEvents.action
Performed(Unknow
n Source)
at
javax.swing.DefaultButtonModel.fireActionPerformed
(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed
(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown
Source)
at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHan
dler.mouseRelease
d(Unknown Source)
at java.awt.Component.processMouseEvent
(Unknown Source)
at java.awt.Component.processEvent(Unknown
Source)
at java.awt.Container.processEvent(Unknown
Source)
at java.awt.Component.dispatchEventImpl
(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown
Source)
at java.awt.Component.dispatchEvent(Unknown
Source)
at
java.awt.LightweightDispatcher.retargetMouseEvent
(Unknown Source)
at
java.awt.LightweightDispatcher.processMouseEvent
(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent
(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown
Source)
at java.awt.Window.dispatchEventImpl(Unknown
Source)
at java.awt.Component.dispatchEvent(Unknown
Source)
at java.awt.EventQueue.dispatchEvent(Unknown
Source)
at
java.awt.EventDispatchThread.pumpOneEventForHierarc
hy(Unknown Source)
at
java.awt.EventDispatchThread.pumpEventsForHierarchy
(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents
(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown
Source)