Re: Turning off ModificationWatcher

2009-07-01 Thread cretzel
/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-tp22963478p24301752.htm

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-Modi

Re: Turning off ModificationWatcher

2009-06-18 Thread Igor Vaynberg
without 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 con

Re: Turning off ModificationWatcher

2009-06-18 Thread cretzel
er without 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 >> >> > > -- Vie

Re: Turning off ModificationWatcher

2009-04-09 Thread Igor Vaynberg
gt; To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org >>> For additional commands, e-mail: users-h...@wicket.apache.org >>> >>> >> >> - >> To unsubscribe, e-mail: users-unsubscr...@wic

Re: Turning off ModificationWatcher

2009-04-09 Thread Jonathan Locke
> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > ------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org >

Re: Turning off ModificationWatcher

2009-04-09 Thread Jonathan Locke
> For additional commands, e-mail: users-h...@wicket.apache.org >> >> > > ------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org >

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 oth

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 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 turni

Re: Turning off ModificationWatcher

2009-04-09 Thread Igor Vaynberg
tcher without 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 >>> >> >> ----------------- >> To unsubscr

Re: Turning off ModificationWatcher

2009-04-09 Thread Matt Welch
mber of items I like about development mode but this one >> glitch is preventing me from using it. >> >> Matt >> > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: us

Re: Turning off ModificationWatcher

2009-04-09 Thread Matt Welch
Become a Wicket expert, learn from the best: http://wicketinaction.com > Apache Wicket 1.3.5 is released > Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3. > > - > To unsubscribe, e-mail: users-unsubscr...@w

Re: Turning off ModificationWatcher

2009-04-08 Thread Martijn Dashorst
Never *EVER* deploy your application in development mode. Use deployment mode and turn those features you want on. Martijn On Thu, Apr 9, 2009 at 4:33 AM, Matthew Welch wrote: > I'm experimenting with Wicket inside Google's new Java support for its App > Engine. My simple apps run fine if the co

Re: Turning off ModificationWatcher

2009-04-08 Thread Jonathan Locke
without 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-tp22963478p22

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 wrote: > I'm experimenting with Wicket inside Google's new Java support for its App > Engine. My simple apps run fine if the configurati

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 us