读取applicationContext.xml报错

错误日志:

Exceptioninthread"AWT-EventQueue-0"org.springframework.beans.factory.xml.XmlBeanDeFinitionStoreException:Line1inXMLdocumentfromfile[F:\茂名\UVIEW绘图\UVIEW绘图\applicationContext.xml]isinvalid;nestedexceptionisorg.xml.sax.SAXParseException;lineNumber:1;columnNumber:732;cvc-elt.1:找不到元素'beans'的声明



解决方案:

将程序内的applicationContext.xml打开

文件标题头如下

<?xmlversion="1.0"encoding="UTF-8"standalone="no"?><beansxmlns="http://www.springframework.org/schema/beans"xmlns:context="http://www.springframework.org/schema/context"xmlns:mongo="http://www.springframework.org/schema/data/mongo"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://www.springframework.org/schema/contexthttp://www.springframework.org/schema/context/spring-context-3.0.xsdhttp://www.springframework.org/schema/data/mongohttp://www.springframework.org/schema/data/mongo/spring-mongo-1.0.xsdhttp://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-3.0.xsd">

将最后一行的http://www.springframework.org/schema/beans/spring-beans-3.0.xsd替换为

classpath:org/springframework/beans/factory/xml/spring-beans-3.0.xsd,其他不用动。保存文件,重新打开ChartEditForUVIEW.exe即可

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念