[jdom-interest] ClassCastException on Element.getContent

Elliotte Harold elharo at metalab.unc.edu
Sun Feb 12 04:13:24 PST 2006


Jason Hunter wrote:


>> where xhtmlElement is of type org.jdom.Element. This works nicely in the
>> test environment, but in the production environment the second line
>> (Contents contents = ...) causes a ClassCastException. Both environments
>> run sun jdk 1.4. Under what circumstances could the returned list from
>> getContents() contain anything that is not castable to Content?

Any chance the production environment is a servlet container that 
contains a different version of jdom.jar?

What type do you actually have? What does the stack trace tell you?

-- 
Elliotte Rusty Harold  elharo at metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim


More information about the jdom-interest mailing list