I am using OXM...tried castor/ jaxb with the same error. I have the latest version of xerces and JDOM version of the same webservice runs in the same environment. What is the problem?
Code:ERROR {ApplicationContext.java:676} - StandardWrapper.Throwable BeanDefinitionStoreException: Parser configuration exception parsing XML from ServletContext resource [spring-ws-servlet.xml]; nested exception is ParserConfigurationException: Unable to validate using XSD: Your JAXP provider [DocumentBuilderFactoryImpl] does not support XML Schema. Are you running on Java 1.4 with Apache Crimson? Upgrade to Apache Xerces (or Java 1.5) for full XSD support


Reply With Quote