I made some changes to BasePeer that should help with adding Transaction
support. Basically I factored out the process of getting the connection
into wrapper methods for doInsert, doUpdate, ... so there are
methods
doInsert(Criteria c)
doInsert(Criteria c, Connection con)
This should help with adding transactions. Unfortunately I currently have
no way to test that I haven't broke something and am hesitant to check into
CVS without even a simple check.
If anyone is interested in seeing the modifications send me a private email
to [EMAIL PROTECTED]
Otherwise, I am determined to get Turbine in a running state ASAP, and have
managed to get myself a little bit of time to work on it.
John McNally
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]