Hi, There's no release of Xerces which has both of those classes. Looks like you have copies of Xerces-J 1.x and 2.x on your classpath so it wouldn't surprise me if you ran into compatibility problems. Try replacing whatever jars you're using with the latest release [1].
Thanks. [1] http://xerces.apache.org/xerces2-j/download.cgi Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] bhodig <[EMAIL PROTECTED]> wrote on 11/02/2007 05:02:21 PM: > Hi, I am using xerces.jar and xerces-export.jar together which is causing the > following exception: > > java.lang.VerifyError: (class: [my class name here], method: executeService > signature: (Ljava/lang/String;)Lorg/w3c/dom/Document;) Incompatible object > argument for function call > > When I remove either jar from my classpath I get a ClassNotFoundException > respectively: > > xerces.jar: > org/apache/xerces/parsers/AbstractDOMParser > > xerces-export.jar: > org/apache/xerces/framework/XMLParser > > Does anybody know of a jar that contains both of these classes? Also, I > can't find the location of a jar that contains > org/apache/xerces/framework/XMLParser on this site, so if anybody knows > where that is located it would help. Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]