I'm developing a java web-application with vaadin and spring and I'm using tomcat7-maven-plugin like application server during development. The problem is that when I run my application and I try to change everythings, I'm getting the following error.
I read many thread like: Hot Code Replace Failed (eclipse) How do I get Java “hot code replacement” working in JBoss?
But I'm sure that my jdk is the same for both compile and run steps, I have also the flag Project->Build Automatically activated but each time that I try to modify any thing I get the error above.