zoukankan      html  css  js  c++  java
  • spring问题: Unable to validate using XSD: Your JAXP provider

    【问题】:
    2009-12-11 9:24:43 org.apache.catalina.core.ApplicationContext log
    严重: StandardWrapper.Throwable
    org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document
    from ServletContext resource [/WEB-INF/classes/application.xml]; nested exception is org.springframework
    .beans.factory.BeanDefinitionStoreException: Unable to validate using XSD: Your JAXP provider [gnu.xml.do
    m.JAXPFactory@f29441] does not support XML Schema. Are you running on Java 1.4 or below with Apache Crims
    on? Upgrade to Apache Xerces (or Java 1.5) for full XSD support.
    Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Unable to validate using XSD:
    Your JAXP provider [gnu.xml.dom.JAXPFactory@f29441] does not support XML Schema. Are you running on Java
    1.4 or below with Apache Crimson? Upgrade to Apache Xerces (or Java 1.5) for full XSD support.


    【方法】:
    http://blog.chinaunix.net/u1/55983/showart_2025239.html

  • 相关阅读:
    SpringMVC
    spring-02
    spring-01
    适配器模式
    状态模式
    抽象工厂模式
    观察者模式(发布-订阅模式)
    建造者模式(生成器模式)
    外观模式
    迪米特法则
  • 原文地址:https://www.cnblogs.com/zhima/p/7474885.html
Copyright © 2011-2022 走看看