<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2526.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>You've got an old version of Xerces in your
classpath, using SAX 2.0 beta, not the final release of SAX 2.0. You'll want to
use the xerces.jar that JDOM comes with, and this will go away.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>However, this IBM program looks to depend on that
older version of SAX, which means that until IBM gets off a version that was
deprecated a year ago, things don't look so good ;-)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Sorry...</FONT></DIV>
<DIV>---<BR>Brett McLaughlin<BR>Enhydra Strategist <A
href="http://www.enhydra.org">http://www.enhydra.org</A><BR>Lutris Technologies
<A href="http://www.lutris.com">http://www.lutris.com</A><BR>O'Reilly
Author <A
href="http://www.oreilly.com/catalog/javaxml2">http://www.oreilly.com/catalog/javaxml2</A></DIV>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=fcohen@inclusion.net href="mailto:fcohen@inclusion.net">Frank
Cohen</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=jdom-interest@jdom.org
href="mailto:jdom-interest@jdom.org">jdom-interest@jdom.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, September 05, 2001 1:08
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [jdom-interest] Xerces getQName
problem?</DIV>
<DIV><BR></DIV>
<DIV><FONT face=Arial size=2>I manage the Load project, an open-source utility
for performance and scalability testing. Load uses JDOM and Xerces. Load ships
with the jdom.jar and xerces.jar files from JDOM B7. A user reported that
Xerces is throwing a NoSuchMethodError when it tries to use getQName. I am
unable to duplicate the bug on Windows NT 4.0 or Windows 2000. Has anyone else
run into this problem?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>-Frank</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial
size=2>C:\WINNT\Profiles\zshaw\Desktop\Load2beta2>"C:\Program
Files\IBM\Java13\bin\java<BR>" -classpath
".\lib\soap.jar;.\lib\activation.jar;.\lib\imap.jar;.\lib\jdom.jar;<BR>.\lib\load.jar;.\lib\mail.jar;.\lib\mailapi.jar;.\lib\pop3.jar;.\lib\smtp.jar;.\<BR>lib\xerces.jar"
com.pushtotest.load.load -script
file:./scripts/welcome.xml<BR>java.lang.NoSuchMethodError:
org.xml.sax.Attributes: method getQName(I)Ljava/lan<BR>g/String; not
found<BR>at org.jdom.input.SAXHandler.startElement(SAXHandler.java:380)<BR>at
org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1294)<BR><BR>at
org.apache.xerces.framework.XMLParser.callStartElement(XMLParser.java<BR>:1922)<BR>at
org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumen<BR>tScanner.java:1831)<BR>at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.disp<BR>atch(XMLDocumentScanner.java:1223)<BR>at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentS<BR>canner.java:381)<BR>at
org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1208)<BR>at
org.jdom.input.SAXBuilder.build(SAXBuilder.java:287)<BR>at
org.jdom.input.SAXBuilder.build(SAXBuilder.java:682)<BR>at
com.pushtotest.load.commander.execute(commander.java:198)<BR>at
com.pushtotest.load.commander.run(commander.java:170)<BR><BR>This seems to
keep it from running any of the scripts. I've checked my classpath (as you
see, I've completely removed my classpath, and have only your classpath) and
everything checks out.<BR><BR>I'm running Windows NT 4.0 with IBM JDK 1.3.
Thanks if you can help.<BR><BR><BR></DIV></BLOCKQUOTE></FONT></BODY></HTML>