Willadsens wrote at 2005-4-1 15:13 -0500: > ... >Here is (1) the original trace, failing on the commit: > >Traceback (most recent call last): > ... > File "/usr/local/lib/python2.4/site-packages/ZODB/Connection.py", line >610, in commit > raise ConflictError(object=obj) >ZODB.POSException.ConflictError: database conflict error (oid 0x00, >class persistent.mapping.PersistentMapping)
Apparently, two concurrent transactions try to modify the root object. -- Dieter _______________________________________________ Zope-DB mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope-db
