I have a situation. I have spent time developing the domain for a Roo project. then, I did a "web mvc all"....ok, ran fine.
Upon performing various development tasks, I seem to be in the situation where the web scaffolding is all mixed up. I tried removing all the "controller" classes and, then, performed "web mvc all" again. The project, upon loading in Tomcat, results in tons of exceptions from Spring. Obviously, many things are out of sync in the Roo project.
Is there any way of "reseting" the MVC part of the Roo project? Ideally, I would like to get the project to a state where I can just do "web mvc setup" and start over again with a clean slate.
Thanks, Edwin

