[Zope-Coders] Re: [ZC] 594/ 4 Comment "'path' index is an OOSet, not a string"

Jean Jordaan jean@upfrontsystems.co.za
Fri, 27 Sep 2002 17:45:27 +0200


> What objects cause the problem in your case. Are these
> standard Zope objects or objects of a third-party product?

They're all products of an in-house app of ours. All these objects are
ZClass instances. They are cataloged via ZPatterns' SkinScript:

WHEN OBJECT ADDED CALL
     Catalog.catalog_object(self, '/'.join(self.getPhysicalPath()))

WHEN OBJECT DELETED CALL
     Catalog.uncatalog_object('/'.join(self.getPhysicalPath()))

WHEN OBJECT CHANGED CALL
     Catalog.uncatalog_object('/'.join(self.getPhysicalPath())),
     Catalog.catalog_object(self, '/'.join(self.getPhysicalPath()))

-- 
Jean Jordaan
Upfront Systems                         http://www.upfrontsystems.co.za