[ZODB-Dev] Weird InvalidObjectReference exception :-(
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Fri, 04 Oct 2002 17:12:10 +0100
    
    
  
Jeremy Hylton wrote:
> How many different databases are you using?  
Three.
One ClientStorage with two other ClientStorages mounted into it using 
ExternalMount's.
> I'd look for an attribute
> reference from an object in one database to a BTree object.  
I don't see why that would be happening... it wasn't before, AFAIK.
> You could
> extend the __traceback_info__ to include the transaction metadata,
> then you'd know user / path of the transaction that is failing.
How would I do that?
> BTW, what version of Zope?
2.6 branch CVS adn ZEO 1.0
cheers,
Chris