• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl

 
Ranch Hand
Posts: 763
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi I am getting following exception while appending child node to the element.

The exception comes only in JRE 1.5 i have tested the code and with JRE 6 Its working fine.

Bellow is the stacktrace





has anybody got the same issue like this before. It seems like there is some issue with JRE 1.5 because the code program works fine with JRE 6

And if its an issue with JRE how can i fix it ?

I have search for the Class com.sun.org.apache.xerces.internal.dom.DocumentImpl And i have figured out that its in

 
reply
    Bookmark Topic Watch Topic
  • New Topic