Remy Maucherat wrote:

> <snip>
> > 2) always have autocommit=false. We set this in connect and remove the
> > setAutoCommits from start,commit and rollback.
> > I would also do a connection.rollback in the start method.
>
> 2 looks better, but if I remember well, there are still a few write
> operations done outside a transaction (during init, and also maybe when
> automatically creating revision descriptors). So this looks like a good
> idea, but we have to be careful.
>
> Remy

I have fixed the "Warning no active transactions" during init some weeks ago.
Automatically creating revision descriptors and lock cleanup can be a problem
but I'm using (2) for a couple of days and using webdav everything looks ok.


Dirk

Reply via email to