Hello! I can't get to work the class reloading.
I'm using eclipse 3.2.0 WTP and running mvn jetty:run from inside eclipse. Also i'm using the pom.xml generated by the quickstart archetype. Every time i make a change to a page class i'm getting the error : org.maven.ide.eclipse.Maven2Executor at localhost:39733 (may be out of synch) was unable to replace the running code with the code in the workspace. Reason : Hot code replace failed - Hierarchy change not implemented. Anybody got into the same issue ? In the console i can see that jetty-6.1-SNAPSHOT is being used. Maybe i shouldn't be using 6.1 ? I tried to disable the hot code replacement feature (i suppose is not needed) but did not succed. Thanks , Alex