[ZODB-Dev] Re: Transaction

Paolo Invernizzi paoloinvernizzi at dmsware.com
Wed Jul 16 15:39:50 EDT 2003


Jeremy Hylton wrote:

> Implement a new IDataManager.  Most of the code in Connection is for
> managing persistent objects, which wouldn't be relevant for you.

Ok


> You must also
> arrange to have your implementation registered with the transaction
> manager.  get_transaction().register(obj).

Ok... I guess you are telling that I must arrange to have my 
objDataManager joined to the actual transaction

get_transaction().join(objDataManager)

like in connection.register method...

Today I'll try something!

Thanks!

---
Paolo









More information about the ZODB-Dev mailing list