Hello all: I just created a ZClass, nothing fancy: one property sheet and a couple of properties. This ZClass inherits ObjectManager and ZCatalog. Now, when a class instance is added programmatically inside a newly created folder (also programmatically), it creates a "vocabulary" object. How do I prevent my ZClass instance to create this "vocabulary". I have not been able to find that. I don't need the vocabulary since I will be iterating over the objects within the folder and I don't want the vocabulary to be counted in. This was solved temporarily with an dtml if id=vocabulary ..... skip the object ... method. The setup is Zope 2.3.2 with hotfix, RedHat 6.2, Python 1.5.2 Any comments are welcome. Thanks in advance. Felipe Barousse --------------------------------------------------------- P.S. Previous post: No answer yet: My Z2.log still gets wrong timed entries. ---------------------------------------------------------