Re: Cayenne commit separated from database commit

2007-04-12 Thread Patric Lichtsteiner
Hi Andrus Thanks a lot for your extremely fast answer, thats exactly what I was searching for! Patric On 12.04.2007, at 08:00, Andrus Adamchik wrote: Hi Patric, Yes there is (short of using J2EE container transaction demarcation, which you can too). You can wrap your work in a manual

Re: Cayenne commit separated from database commit

2007-04-11 Thread Andrus Adamchik
Hi Patric, Yes there is (short of using J2EE container transaction demarcation, which you can too). You can wrap your work in a manual transaction: http://cayenne.apache.org/doc/understanding-transactions.html (scroll to the bottom of the page, "User-Defined Transaction Scope" section).

Cayenne commit separated from database commit

2007-04-11 Thread Patric Lichtsteiner
Hi Is there a posibility to seperate the Cayenne commitChanges from the database transaction? I'd like to call multiple commitChanges, and at the end I should be able to decide if everything should go into the database or not. Any ideas? Thanks Patric