[ZODB-Dev] Moving objects programmatically between storages

2006-02-12 Thread Paolo Losi
Hi all! I think subject says it all... :-) I'd like to move object in between storages. something like this: >>> a = root_storage1['a'] >>> root_storage2['a'] = a >>> transaction.commit() but I suspect there's a problem here since each object has its _p_jar connection strongly tied to

Re: [ZODB-Dev] Trouble with a simple ZEO example.

2008-01-09 Thread Paolo Losi
You are maybe being bite by bug https://bugs.launchpad.net/zodb/+bug/135108 even if, in my case, it was unix socket instead of tcp socket. Could you please try to apply the patch http://launchpadlibrarian.net/10338640/patch.diff and report back? It would be very useful to have the log of zeo pro