Fehler beim Lesen der schema-Dokument 'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd'

Während dem starten meines Frühjahr-App, erhalte ich die folgende Fehlermeldung :

WARNING: Ignored XML validation warning
org.xml.sax.SAXParseException: schema_reference.4: Failed to read schema document     
'http://www.springframework.org/schema/beans/spring-beans-3.0.xsd', because
1) could not find the document;
2) the document could not be read;
3) the root element of the document is not <xsd:schema>.

Meine springapp-servlet.xml ist wie folgt :

<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"        
xmlns:aop="http://www.springframework.org/schema/aop"      
xsi:schemaLocation="http://www.springframework.org/schema/beans   
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd">
<bean name="/hello.htm" class="springapp.web.HelloController"/>
</beans>

Bitte vorschlagen.

InformationsquelleAutor Umeshwali | 2012-09-07

Schreibe einen Kommentar