Re: Turning off ModificationWatcher

2009-07-02 Thread cretzel
igor.vaynberg wrote: or you can add an rfe into jira to make it more open... -igor -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p24301752.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: Turning off ModificationWatcher

2009-06-23 Thread cretzel
Posted https://issues.apache.org/jira/browse/WICKET-2340 https://issues.apache.org/jira/browse/WICKET-2340 igor.vaynberg wrote: or you can add an rfe into jira to make it more open... -igor -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher

Re: Turning off ModificationWatcher

2009-06-18 Thread cretzel
it. Matt -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p24099680.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Turning off ModificationWatcher

2009-06-18 Thread Igor Vaynberg
putting the entire app in deployment mode? There are a number of items I like about development mode but this one glitch is preventing me from using it. Matt -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p24099680.html Sent from the Wicket

Re: Turning off ModificationWatcher

2009-04-09 Thread Matt Welch
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher

Re: Turning off ModificationWatcher

2009-04-09 Thread Matt Welch
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p22973975.html Sent from the Wicket

Re: Turning off ModificationWatcher

2009-04-09 Thread Igor Vaynberg
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p22973975.html Sent from the Wicket - User mailing list archive

Re: Turning off ModificationWatcher

2009-04-09 Thread Sam Stainsby
On Thu, 09 Apr 2009 08:41:20 +0200, Martijn Dashorst wrote: Never *EVER* deploy your application in development mode. Use deployment mode and turn those features you want on. Just curious - does something catastrophic happen? I'm running a testing demo for a client and haven't bothered

Re: Re: Turning off ModificationWatcher

2009-04-09 Thread nick
Thank you for your mail. I am presently on vacation and will return April 14th. If you need urgent assistance, please email supp...@bookingbooster.com. You can also reach our Support via Skype callto://premiersupport Thank you Best regards, Nick Wheeler Booking Booster.com t: +44 (0)1273

Re: Turning off ModificationWatcher

2009-04-09 Thread Martin Voigt
Na, nothing catastrophic will happen, or else you won't be able to development your app using development configuration...HOWEVER...the performance of your app is likely to double when running in deployment mode, some exceptions won't be visible to the user (i think component-in-use-check and

Re: Turning off ModificationWatcher

2009-04-09 Thread Jonathan Locke
this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p22981611.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Turning off ModificationWatcher

2009-04-09 Thread Jonathan Locke
this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p22981612.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Turning off ModificationWatcher

2009-04-09 Thread Igor Vaynberg
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p22981611.html Sent from the Wicket

Turning off ModificationWatcher

2009-04-08 Thread Matthew Welch
I'm experimenting with Wicket inside Google's new Java support for its App Engine. My simple apps run fine if the configuration is set to DEPLOYMENT, however in development mode, I get an exception related to ModificationWatcher. Looking at the exception I think this ModificationWatcher is being

Re: Turning off ModificationWatcher

2009-04-08 Thread Ryan Crumley
Matt, Add this to your WebApplication.init() method: getResourceSettings().setResourcePollFrequency(null); Ryan On Wed, Apr 8, 2009 at 9:33 PM, Matthew Welch matt...@welchkin.net wrote: I'm experimenting with Wicket inside Google's new Java support for its App Engine. My simple apps run fine

Re: Turning off ModificationWatcher

2009-04-08 Thread Jonathan Locke
mode? There are a number of items I like about development mode but this one glitch is preventing me from using it. Matt -- View this message in context: http://www.nabble.com/Turning-off-ModificationWatcher-tp22963478p22963737.html Sent from the Wicket - User mailing list archive