This looks like a classpath issue. You're using the DOMReader to read from a
W3C DOM implementation. Could it be you've got an old DOM level 1
implementation on the classpath which doesn't implement level 2 DOM?

dom4j only works with level 2 or later DOM implementations (i.e. ones that
can handle namespaces).

James
----- Original Message -----
From: "Jason Stortz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 11, 2002 2:19 PM
Subject: [dom4j-user] AbstractMethodError


Dear Users,


I am getting the following stack trace:


ce function (uri=/servlet/com.inssites.auto.AutoSetup):
java.lang.AbstractMethodError, stack:
ava.lang.AbstractMethodError
        at org.dom4j.io.DOMReader.readElement(DOMReader.java:181)
        at org.dom4j.io.DOMReader.readTree(DOMReader.java:106)
        at org.dom4j.io.DOMReader.read(DOMReader.java:88)
        at com.inssites.auto.XmlSessionMapper.getDriverNode(Unknown Source)
        at com.inssites.auto.XmlSessionMapper.mapXmlToSession(Unknown
Source)
        at com.inssites.auto.AutoSetup.performTask(Unknown Source)
        at com.inssites.auto.AutoSetup.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:507)
, root cause:


I am using dom4j 1.3.  Does anyone know any news about this?  I searched the
past user messages and only turned up some discussion in 2001 about how this
may get fixed in the "future"?  Haven't found anything else on it.

Any info pointing me on where to look will be appreciated.  Thanks!

Jason Stortz
Quotesmith.com, Inc.
8205 South Cass Avenue
Darien, IL 60561
Phone (630)515-0170, ext 297
Fax   (630)515-0270
E-mail:  [EMAIL PROTECTED]
Website: www.quotesmith.com

P.S.  We've just added some brand new life insurance plans at
www.quotesmith.com that you can buy online - without any medical exams, long
forms or mail delays.  What's more, these plans offer guaranteed rates and
are all backed by A+ rated companies.  Please visit us today at
www.quotesmith.com and tell me what you think.

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -
http://devcon.sprintpcs.com/adp/index.cfm?source=dntextlink

_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to