Hi
My AbstractMarshallingEndpoint uses CastorMarshaller for marshalling and unmarshalling. To facilitate this I use a mapping.xml. I got the following error when I to access the webservice
*****************************
[Servlet Error]-[EdevService]: org.springframework.beans.factory.BeanDefinitionSt oreException: Error registering bean with name 'edevMarshaller' defined in ServletContext resource [/WEB-INF/EdevService-servlet.xml]: Class that bean class [org.springframework.oxm.castor.CastorMarshaller] depends on not found; nested exception is java.lang.NoClassDefFoundError: javax/xml/stream/util/XMLEventConsumer
*****************************
The version of JDK is 1.4, and I am not sure if it comes with XMLEventConsumer class. I am also not able to find if such dependency exist for Castor to work with version of JDK above 1.4.
Any help would be appreciated.
Thanks
Pradeep


Reply With Quote
