Re: [Zope3-Users] IIntIds in test environment

2008-06-05 Thread Marius Gedminas
On Wed, Jun 04, 2008 at 05:19:11PM +0200, Kai Diefenbach wrote: to register a IntIds utility by startup I'm using following subscriber: snip ensureUtility(root_folder, IIntIds, '', IntIds, copy_to_zlog=False) snip This is working when zope is running. I wonder why it isn't within

[Zope3-Users] IIntIds in test environment

2008-06-04 Thread Kai Diefenbach
Hi, to register a IntIds utility by startup I'm using following subscriber: snip def bootStrapSubscriber(event): Subscriber to the IDataBaseOpenedEvent Create local utilities if not yet present db, connection, root, root_folder = getInformationFromEvent(event)