Failed to read schema document 'http://www.directwebremoting.org/schema/spring-dwr-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>.
终极解决办法:
去掉www,把http://www.directwebremoting.org/schema/spring-dwr-3.0.xsd 改为
http://directwebremoting.org/schema/spring-dwr-3.0.xsd
问题解决.