22 Jan
2006
22 Jan
'06
9:04 p.m.
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