I noticed tapestry5.1 doesn't reload anything anymore in an existing project. To check things out I created the tap5.1-quickstart-app and tested it with it. Same result! No changes are picked up. Not from classes and not from templates. I've tested it with Netbeans-IDE using tomcat and glassfishv3 as well as jetty:run. I've patched the Template-Loaders to output the path from which the template is loaded and it shows the correct path (not accidently packed them into an archive or the such). I even had an error in an template where i've forgotten to set a required property. The error-page shows the part of template where the error occured (indeed a pretty cool feature) and if I change the template in the place tapestry has loaded it, I get the absolutely same error-message but the part of the template updated as i changed it. I have to restart the app to have tapestry pickup the changes.
Is this a known issue? Does anyone has a clue for me where to look at? Mario