[ZODB-Dev] New ZODB 3.8 beta?

2007-10-10 Thread Stephan Richter
Hi guys, I checked in a fix to the ZODB project, that will copy the ZEO test databases into the release. That makes it possible to fully run all ZODB tests from the egg. I have tested this in using the KGS I am building. I have tried the distutils-compatible method as well, but without success;

[ZODB-Dev] Found reason for long-standing __getstate__ issue with ZEO

2007-10-10 Thread Christian Theune
See: https://bugs.edge.launchpad.net/zodb/3.9/+bug/98275 -- gocept gmbh & co. kg - forsterstrasse 29 - 06112 halle/saale - germany www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 - fax +49 345 122 9889 1 - zope and plone consulting and development signature.asc Description: Dies

Re: [ZODB-Dev] Get physical path by oid

2007-10-10 Thread Christian Theune
Am Mittwoch, den 10.10.2007, 13:33 +0400 schrieb Andrew Ermakov: > Hi to all! > > I have problem with ZODB at Zope3. > The task is to get physical path of object by its oid 0x011d. > It was getPhysicalPath at Zope2... But there is not at Zope3. > How can I resolve this problem with zope3 running i

[ZODB-Dev] Get physical path by oid

2007-10-10 Thread Andrew Ermakov
Hi to all! I have problem with ZODB at Zope3. The task is to get physical path of object by its oid 0x011d. It was getPhysicalPath at Zope2... But there is not at Zope3. How can I resolve this problem with zope3 running in debug mode? ___ For more inform