Author: joerg
Date: Wed Jun 21 16:01:31 2006
New Revision: 416154
URL: http://svn.apache.org/viewvc?rev=416154&view=rev
Log:
introduce TransactionIdToPathMapper interface:
the former version just with getTransactionBaseDir(), which could be overridden,
suffered from a problem in recoverContexts() where also an 1:1-matching of txId
to path was assumed
Modified:
jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
Modified: jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt?rev=416154&r1=416153&r2=416154&view=diff
==============================================================================
--- jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/transaction/trunk/RELEASE-NOTES.txt Wed Jun 21
16:01:31 2006
@@ -35,8 +35,7 @@
- Reduced likelyhood of clash between internally generated and external tx id
in generatedUniqueTxId
- Fixed bugzilla issue 35377. Synchronizing on Set activeTransactions while
iterating over its items in
OptimisticMapWrapper.copyChangesToConcurrentTransactions() for preventing
ConcurrentModificationException.
-- Fixed bugzilla issue 37379. The construction of the transaction specific
path is now done in a protected method
- getTransactionBaseDir(Object txId) to allow easy sub classing where the
trivial way is not sufficient.
+- Fixed bugzilla issue 37379. The construction of the transaction specific
path is now done via a TransactionIdToPathMapper.
KNOWN ISSUES
------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]