On Mon, Aug 3, 2009 at 3:15 PM, Ed Leafe<[email protected]> wrote: > On Aug 3, 2009, at 3:17 AM, Miguel Lopes wrote: > >> That's the approach I took. But I looking at the code it seems that >> afterDelete() is not encapsulated in the transaction. So I potentially >> could endup with childless parents. > > > Then you would need to manually start the transaction in the > beforeDelete(), and commit/rollback in the afterDelete(). > > > -- Ed Leafe
Ok. I see! The Bizobj checks the transaction token to see if there is one present, so we can just start it earlier! Txs, Miguel _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
