On Tue, 14 Dec 2004 09:25:03 -0800, Warwick Burrows <[EMAIL PROTECTED]> wrote: > In AbstractWebdavMethod.java where you implemented the code to retry upon > conflict you have a condition that there not be an external transaction in > progress. Is this necessary as I'd like Slide to retry upon conflict even > when the transaction was started by the client. I can't think of a reason > why it would not work and catching this error condition client-side consumes > more execution time since a new http request would need to be formulated for > each retry.
You need to know what to repeat. The server has no idea what the client has done in an external transaction. No chance... > I was going to try it all out this way in my source tree and then submit it > back to 2.1. -1 Retrying of transactions is a complex new feature that must not go into a bug fix release. The place for this feature is CVS head and then 2.2. Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
