spring运行时一种异常

当 MyEclipse启动时抛出

    Caused by: org.xml.sax.SAXParseException: cvc-elt.1: Cannot find the declaration of element 'beans'.异常,我自身的解决方法是:

前提:使用struts+spring+hibernate

    在struts-config文件中把

<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_2.dtd">

修改成

 

<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://struts.apache.org/dtds/struts-config_1_0.dtd">

 

原因是版本问题,具体的解释需要进一步了解

你可能感兴趣的:(spring运行时一种异常)