RE: MailRepository notification/synchronization change (svn commit: r279353)

2005-10-17 Thread Noel J. Bergman
Applied. Will be in tonight's nightly build, and I'll start testing with it. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MailRepository notification/synchronization change (svn commit: r279353)

2005-10-17 Thread Guru Shenoy
ers List" Sent: Wednesday, September 07, 2005 10:53 AM Subject: Re: MailRepository notification/synchronization change (svn commit: r279353) Awesome stuff. Glad someone was finally able to track that one down. -- Serge Knystautas Lokitech >> software . strategy . design >> http:/

Re: MailRepository notification/synchronization change (svn commit: r279353)

2005-09-07 Thread Serge Knystautas
Awesome stuff. Glad someone was finally able to track that one down. -- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] On 9/7/05, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > I've just committed a patch I created today.

MailRepository notification/synchronization change (svn commit: r279353)

2005-09-07 Thread Stefano Bagnara
I've just committed a patch I created today. The bug was both in file repositories and db repositories. Db repositories never sleeps forever so you simply had 60 seconds delay when the notification didn't work. Adding a Thread.sleep(1000) after each notify() you can easily add evidence to notific