<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 4.0.3.RELEASE//EN" "http://www.springframework.org/dtd/spring-beans-4.0.3.RELEASE.dtd"> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.3.RELEASE.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.3.RELEASE.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.0.3.RELEASE.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.3.RELEASE.xsd" > </beans>
где я могу найти эти файлы spring-bean-4.0.3.Release.dtd?Есть предупреждение «Файл не может быть проверен как определение XML» http://www.springframework.org/dtd/spring-beans-4.0.3.RELEASE.dtd", который указан как описание синтаксиса файла, не может быть найден. »