Re: [Zope-dev] Attempt to store an object from a foreign databaseconnection?

2002-12-10 Thread Chris McDonough
I'm not sure either, but that's nonetheless the cause of the error message. You'd need to step through the transaction commit in the debugger to find out what's going on. On Tue, 2002-12-10 at 09:34, Stefan H. Holek wrote: > Chris! > > I am not using any mounted database. The factory method does

Re: [Zope-dev] Attempt to store an object from a foreign databaseconnection?

2002-12-10 Thread Stefan H. Holek
Chris! I am not using any mounted database. The factory method does not use sessions either. I am still suspecting that doing imports from a factory method sometimes gives me a strange _p_jar or something along that lines... Still at loss where this "foreign" connection could come from. Thanks

Re: [Zope-dev] Attempt to store an object from a foreign databaseconnection?

2002-12-09 Thread Chris McDonough
See "Mounted Transient Object Container Caveats" in http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/Sessions.stx for an explanation. The error you're getting means that somehow the code is trying to store an object that has references to objects in one ZODB database into another ZODB