XMLC 2.0.1, Tomcat 4.1.24, Java 1.4.1_01 problem
Tom Hjellming <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to migrate my servlet (which uses XMLC 2.0.1 extensively) to
Tomcat 4.1.24 and Java 1.4.1.
Whenever I try to instantiate a java class generated by XMLC, I get the
following error:
java.lang.VerifyError: (class: org/enhydra/xml/lazydom/LazyElementNoNS,
method: expandAttributes signature: ()V) Incompatible object argument for
funtion call
at java.lang.Class.forName0(Native method)
at java.lang.Class.forName(Class.java:140)
at
org.enhydra.xml.lazydom.html.LazyHTMLDocument.populateElementType(LazyHTMLDocument.java:689)
at
org.enhydra.xml.lazydom.html.LazyHTMLDocument.populateElementTypes(LazyHTMLDocument.java:620)
at
org.enhydra.xml.lazydom.html.LazyHTMLDocument.(LazyHTMLDocument.java:701)
at
org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory.createDocument(LazyHTMLDocument.java:46)
I've looked throughout my environment and can not find any other competing
xmlc.jar file -- or any place along the CLASSPATH where an
org.enhydra.xml.lazydom.LazyElementNoNS class could be found.
Any ideas?
Thanks in advance,
Tom Hjellming
Full Tilt