aspose file tools
The moose likes XML and Related Technologies and the fly likes java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl" Watch "java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl" New topic
Author

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

Jigar Naik
Ranch Hand

Joined: Dec 12, 2006
Posts: 744
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



Jigar Naik


 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: java.lang.ClassCastException: com.sun.org.apache.xerces.internal.dom.DocumentImpl
 
Similar Threads
parsing data and storing in the xml
XSLT Displays HTML Tags in Browser.
ProcessingInstruction - how to place before root elem
How to export and import from data from syabse database using hibernate
How to write DOM object and set encoding