Jeff Gentry wrote at 2006-1-20 18:07 -0500:
> ...
>Looking at this, as well as absolute_url_path and watching the result of
>SQLConnectionIDs() it appears that the problematic instance is actually
>the instance of class 'A'.  When the problem I'm seeing occurs, the
>aq_parent of 'A' changes, eg:
><Application instance at 2a9e91f9e0>
>will be changed to another address.
>(It is in the root folder of the ZMI).

The address will be different when you happen to look in a different
connection (each connection has its own copies of the persistent objects;
therefore, their address differ).

Nevertheless, the persistent state should look identical.

-- 
Dieter
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to