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

Andreas Jung andreas@andreas-jung.com
Fri, 27 Sep 2002 18:08:09 +0200


Maybe I am on the wrong way but I check the Zope sources
and there only a few occasions where OOSets are used
and their usage is not related to path indexes.

Andreas

--On Freitag, 27. September 2002 17:45 +0200 Jean Jordaan 
<jean@upfrontsystems.co.za> wrote:

>> 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
>
>
> _______________________________________________
> Zope-Coders mailing list
> Zope-Coders@zope.org
> http://lists.zope.org/mailman/listinfo/zope-coders