Hi,

I am using Spring Webservices(Castor Marshaller) in my project of environment: IBM RAD 6,jdk1.4.2,spring 2.0.

When I got 'xmleventConsumer' class not found, I have added STAX-api-1.0.jar and it resolved.

But I can not add the above jar as there is a class(qname) conflict with another jar already being used in the project.

It is also recommended not to add jars from SUN in our project.

So, can you please suggest how to resolve this issue?
Which Jar to add?
What other jars Castor supports in this case?
I read that Spring Webservices supports SAX , DOM etc.