Re: [Zope3-Users] Utility registration vanished after restart?

2007-01-08 Thread Stephan Richter
On Tuesday 02 January 2007 07:29, Florian Lindner wrote: getSiteManager().registerUtility(self, INewsfeed, self.__name__) both registration show up fine in the ZMI registration tab. But after a restart of Zope both object are unregistred again. Is this behavior correct? Why that? Well, if

[Zope3-Users] Utility registration vanished after restart?

2007-01-02 Thread Florian Lindner
Hello, I have two object that are registed in content space. The first one with the ZMI the other one programmatically with: getSiteManager().registerUtility(self, INewsfeed, self.__name__) both registration show up fine in the ZMI registration tab. But after a restart of Zope both object are