Arve Knudsen wrote at 2006-4-25 17:32 +0300: > ... >How should I ensure local >ownership of objects from the ClientStorage, by deep copying them?
The ZODB does not have any "ownership" concept. Zope, on the other hand has two: executable ownership and "local role" ownership. Executable ownership is usually changed by copying. "Local role" ownership is not. If you need a "Local role" ownership change, you must do it explicitely -- and recursively. -- Dieter _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org http://mail.zope.org/mailman/listinfo/zodb-dev