Re: [ZODB-Dev] strange commit error

2008-12-04 Thread Jim Fulton
On Dec 4, 2008, at 8:46 AM, Miles wrote: > Hi, > > Thanks for your help > > > >>> >>> (from ZODB.serialize.py - line 350) >>> >>> if obj._p_jar._implicitlyAdding(oid): >>> raise InvalidObjectReference( >>> "A new object is reachable from multiple >>> d

Re: [ZODB-Dev] strange commit error

2008-12-04 Thread Miles
Hi, Thanks for your help >> >>(from ZODB.serialize.py - line 350) >> >>if obj._p_jar._implicitlyAdding(oid): >>raise InvalidObjectReference( >>"A new object is reachable from multiple >> databases. " >>"Won't try to guess

Re: [ZODB-Dev] strange commit error

2008-12-03 Thread Jim Fulton
On Dec 3, 2008, at 5:50 AM, Miles wrote: > Hi, > > I'm hoping that someone can help us understand what is going on here - > though if it's the wrong list please let me know :-). Although the > context is zope, the nub of the issue seems to be ZODB-related. > > We needed to recover some old data

[ZODB-Dev] strange commit error

2008-12-03 Thread Miles
Hi, I'm hoping that someone can help us understand what is going on here - though if it's the wrong list please let me know :-). Although the context is zope, the nub of the issue seems to be ZODB-related. We needed to recover some old data that had been deleted from a FileStorage and wrote a