Back Forum Reply New

MVC Step by step shows wrong dtd?

Hi all,

Trying a step-by-step I found on the net. Sadly, when I deploy my Spring web app, I keep getting a FileNotFoundException due to the dtd reference in my /WEB-INF/springapp-servlet.xml file.

This is what I have:
lt;?xml version=quot;1.0quot; encoding=quot;UTF-8quot;?gt;
lt;!DOCTYPE beans PUBLIC quot;-//SPRING//DTD BEAN 2.0//ENquot; quot;dtd/spring-beans_2_0.dtdquot;gt;A friend of mine found the correct one, apparently its spring-beans-2.0.dtd.

Question is.. given that these can BREAK our deployed apps, why would someone have had the wrong ucl? Did the Spring team change it after a final release or something? My concern is, does this happen often, because I hate to think I am depending on spring dtds and such being at the ucls I may find in examples, only to not have them reliable.

Thank you.
¥
Back Forum Reply New