[EMAIL PROTECTED] wrote: > In that case I would like to see a more detailed account of how you are > going to address transactions and how this layer fits in. I don't recall > seeing anything more than a few scetchy remarks on this, and certainly not > something justifying this redesign.
I am a bit low on time, but the api docs are (hopefuklkly) pretty clarifying: http://design.mmbase.org:8070/testing/common/lastbuild/api/org/mmbase/module/database/Storage.html and http://design.mmbase.org:8070/testing/common/lastbuild/api/org/mmbase/module/database/Transaction.html Basically, you use the createTransaction() method to obtain a transaction, which you can then pass as a parameter in following statements, until you call the commit() on the transaction object. -- Pierre van Rooden Mediapark, C 107 tel. +31 (0)35 6772815 "All your MMBase are belong to us"
