[ZODB-Dev] Ape and ConflictError's
    Shane Hathaway 
    shane at zope.com
       
    Wed Apr 30 15:27:01 EDT 2003
    
    
  
Rocky Burt wrote:
> Question about ZClass property sheet mapping.  I expected that
> propertysheet properties would get stored in the zodb_property table
> along with normal properties.  This doesn't seem to be the case so I'm
> assuming that data is ending up in the zodb_remainder table.
> 
> If its not too much, would you mind explaining to me the steps required
> to make propertysheets behave just like regular default properties of
> objects?
Look at the OFS directory in Zope.  PropertyManager and PropertySheets 
are distinct.  I know how PropertyManager works, but I haven't studied 
PropertySheets.  I suppose we need to get the property serializer to 
understand both classes.
Shane
    
    
More information about the ZODB-Dev
mailing list