I'm using STS 2.5.2 with Roo 1.1.1. One problem I have seen throughout multiple versions of STS with Roo is that I occasionally see this type of exception when viewing my web-app, which obviously causes the view in question to not load:
This is on a view that absolutely exists and worked just moments ago without any modifications to it whatsoever. It happens a lot actually. I can isolate it to anytime the server is started fresh (or restarted,) i.e. it doesn't happen "mid-stream" if the server is already running without error. The only thing that seems to fix it is to stop the server, do a "Clean tc Server Work Directory," and then start the server. I'm deploying to an instance of SpringSource tc Server Developer Edition v2.0. Has anyone else seen this or have a better solution than constantly cleaning the tc server work directory?Code:java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.views.someView_jspx


Reply With Quote
I wish there were a way to prevent this.
