[EMAIL PROTECTED] schrieb:
- External transactions
The roadmap says: "MS Exchange 2000 compliant". I suppose this is about
LOCK/UNLOCK-controlled external transactions and the use of the
Transaction header mainly, right?
Which methods support the Transaction header ... MKCOL, PUT, PROPPATCH,
DELETE, CHECKOUT, CHECKIN, MKWORKSPACE, ...?
Where are erxternal transactions implemented? ==> Do the individual store implementations need to be
external_transaction aware?

External transactions are implemented in the client as well as in the server. All methods support transactions, as this is done in the abstract method. If the store has been implemented JTA compliant, then there is nothing to change for them. However, none of the default store and neither the transactional cache was ;) So, I had to change them a bit...


Oliver



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to