| Author |
IntegratedParserConfiguration classcast exception
|
vishwanath nadimpally
Ranch Hand
Joined: Jan 25, 2005
Posts: 116
|
|
I am using a SAX parser to parse a news feed to build news clips on our website. This is the stack trace I have.. Can anyone please enlighten me on whats going on. Thanks for help.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
|
|
It looks like some sort of library conflict to me. It appears you are running in a Tomcat servlet environment - if so there may be a conflict since Tomcat uses its own SAX library. Where did the com.oneok.tools etc package come from? Does it have a particular xerces dependency? com.oneok.tools.xml.sax.SAXParserBean.parse(SAXParserBean.java:25) Bill
|
Java Resources at www.wbrogden.com
|
 |
vishwanath nadimpally
Ranch Hand
Joined: Jan 25, 2005
Posts: 116
|
|
|
It was a library conflict which seems to be resolved now. Thanks for help.
|
 |
 |
|
|
subject: IntegratedParserConfiguration classcast exception
|
|
|