Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Martin Kersten
I had a reload issue regarding to class loading and incompatible class versions for a parameter when changing from alpha 21 to 23. I altered the binding code to not use reloading (preventReloading or something similar, check the auto complete options). I only had to do it for one service I dont nee

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Bob Harner
Peter, To be 100% sure you are running in development mode, look in the console log as Tapestry is starting up. It should have "(development mode)" next to the "Tapestry5" ASCII art. Whenever I have had a problem with Live Class Reloading not working, I have gone through the "Troubleshooting" sec

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Thiago H. de Paula Figueiredo
Check the project configuration in Eclipse, specifically the build path tab. If you're using its Maven support, it configures your project to always exclude all resources from being copied to the target folder when you change them. Regarding live class reloading itself, it's weird. Are you using Wi

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Steve
ine there. I'm going to persevere and find out why the other >> workspace isn't working though. >> >> >> Will report back here with any other issues. In the mean time if anyone else >> has any ideas please post! :D >> >> >> Thank

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Lance Java
Just a stab in the dark here but are you using maven and using a version number NOT suffixed with "-SNAPSHOT" if you are this will cause problems as maven assumes that non snapshot versions (releases) are static.

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Peter Hvass
ot; To: "Tapestry users" Sent: Friday, October 25, 2013 2:47:16 PM Subject: Re: [5.4.23] Troubleshooting Live Class Reloading I don't use runJettyRun plugin as I use Intellij Idea but I think runJettyRun restarts jetty for each change. Are you sure you have disabled that. You c

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Taha Hafeez Siddiqi
nks! > Peter > > - Original Message - > > From: "Taha Hafeez Siddiqi" > To: "Tapestry users" > Sent: Friday, October 25, 2013 1:37:19 PM > Subject: Re: [5.4.23] Troubleshooting Live Class Reloading > > Hi > > It may seem stupid but

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Peter Hvass
quot;Tapestry users" Sent: Friday, October 25, 2013 1:37:19 PM Subject: Re: [5.4.23] Troubleshooting Live Class Reloading Hi It may seem stupid but I have made such mistakes in the past so I will still ask you to check if tapestry.production_mode is true. For class reloading it should

Re: [5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Taha Hafeez Siddiqi
Hi It may seem stupid but I have made such mistakes in the past so I will still ask you to check if tapestry.production_mode is true. For class reloading it should be false. Also ensure tapestry.service-reloading-enabled is set to true. regards Taha On 25-Oct-2013, at 2:25 PM, Peter Hvass wr

[5.4.23] Troubleshooting Live Class Reloading

2013-10-25 Thread Peter Hvass
Hello, I've followed all guidance posted here; http://tapestry.apache.org/class-reloading.html A couple days ago live class and template reloading just stopped working between restarts. This only occurs for one of our projects... have spent a few hours trying to figure out where this mig