I get this as well but MockStrutsTestCase seems to truck on and parses the rest of the web.xml file. I guess because the elements I have are the same as they would be in a 2.3 web.xml file. So you might be able to just ingore this like I am.
This seems to be because in 2.4 they changed to schemas. MockStrutsTestCase looks for the 2.3 dtd which is packaged with Struts. But if Struts don“t...
2009-04-22 07:43:28 UTC in StrutsTestCase for JUnit