[Zope3-Users] Disappearing dictionary. Upon restart, dictionary resets.

Lennart Regebro regebro at gmail.com
Wed Sep 21 05:57:51 EDT 2005


On 9/20/05, Alec Munro <alecmunro at gmail.com> wrote:
> I have a content component that has a property that is a dictionary,
> the keys of which are objects (content components themselves). The
> values are lists of strings. I've tried implementing this a couple
> different ways, but each time I restart, the dictionary comes up
> empty.

You need to use a PersistentDictionary. Ordinary dictionaries do not
detect that they have changed, and so do not get written to the ZODB.

-- 
Lennart Regebro, Nuxeo     http://www.nuxeo.com/
CPS Content Management     http://www.cps-project.org/


More information about the Zope3-users mailing list