Re: [Zope-dev] Re: [ZODB-Dev] Reloading product in 2.8

2005-07-24 Thread Dieter Maurer
Shane Hathaway wrote at 2005-7-18 16:46 -0600: ... 3. If you want to refresh a product that registers itself with another product, you have to set up dependencies like in step #2. When you want to refresh, you have to refresh the product that contains the registry, not your own product.

Re: [Zope-dev] Re: [ZODB-Dev] Reloading product in 2.8

2005-07-17 Thread Lennart Regebro
On 7/15/05, Shane Hathaway [EMAIL PROTECTED] wrote: Indeed, it does work for some people, but I've personally witnessed some very intelligent folks spending hours on problems created by misuse of Refresh. Maybe this is attributable to documentation. could be, because i have now, for several

[Zope-dev] Re: [ZODB-Dev] Reloading product in 2.8

2005-07-15 Thread Shane Hathaway
[switching to zope-dev] Sidnei da Silva wrote: On Fri, Jul 15, 2005 at 07:49:10PM +0200, Dieter Maurer wrote: | But, it does not need to fail -- provided that with a product | all its dependent products are refreshed as well. | | At least, I never saw it failing when I had met this