svn commit: r934716 - /commons/proper/transaction/trunk/src/site/xdoc/index.xml

2010-04-16 Thread ozeigermann
Author: ozeigermann Date: Fri Apr 16 09:00:56 2010 New Revision: 934716 URL: http://svn.apache.org/viewvc?rev=934716view=rev Log: Added disclaimer section saying that tx file system does not work as advertised. Modified: commons/proper/transaction/trunk/src/site/xdoc/index.xml Modified

svn commit: r934718 - /commons/trunks-proper/

2010-04-16 Thread ozeigermann
Author: ozeigermann Date: Fri Apr 16 09:09:26 2010 New Revision: 934718 URL: http://svn.apache.org/viewvc?rev=934718view=rev Log: Removed commons transaction in preparation to move it to dormant. Modified: commons/trunks-proper/ (props changed) Propchange: commons/trunks-proper

svn commit: r934719 - /commons/trunks-dormant/

2010-04-16 Thread ozeigermann
Author: ozeigermann Date: Fri Apr 16 09:11:22 2010 New Revision: 934719 URL: http://svn.apache.org/viewvc?rev=934719view=rev Log: Added commons transaction in preparation to move it to dormant. Modified: commons/trunks-dormant/ (props changed) Propchange: commons/trunks-dormant

svn commit: r934724 - /commons/trunks-dormant/

2010-04-16 Thread ozeigermann
Author: ozeigermann Date: Fri Apr 16 09:27:52 2010 New Revision: 934724 URL: http://svn.apache.org/viewvc?rev=934724view=rev Log: Added commons transaction in preparation to move it to dormant. Modified: commons/trunks-dormant/ (props changed) Propchange: commons/trunks-dormant

svn commit: r934749 - in /commons: dormant/transaction/ proper/transaction/

2010-04-16 Thread ozeigermann
Author: ozeigermann Date: Fri Apr 16 11:21:22 2010 New Revision: 934749 URL: http://svn.apache.org/viewvc?rev=934749view=rev Log: Transaction = Dormant Added: commons/dormant/transaction/ - copied from r934748, commons/proper/transaction/ Removed: commons/proper/transaction/

svn commit: r934752 - /commons/trunks-dormant/

2010-04-16 Thread ozeigermann
Author: ozeigermann Date: Fri Apr 16 11:23:25 2010 New Revision: 934752 URL: http://svn.apache.org/viewvc?rev=934752view=rev Log: Added commons transaction in preparation to move it to dormant. Modified: commons/trunks-dormant/ (props changed) Propchange: commons/trunks-dormant

svn commit: r810640 - in /commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking: RWLockManager.java SimpleLockManager.java

2009-09-02 Thread ozeigermann
Author: ozeigermann Date: Wed Sep 2 18:12:19 2009 New Revision: 810640 URL: http://svn.apache.org/viewvc?rev=810640view=rev Log: Patch applied in response to https://issues.apache.org/jira/browse/TRANSACTION-33 Thanks to Shishir Sharma! Modified: commons/proper/transaction/branches

svn commit: r573315 - /commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/file/FileResourceManager.java

2007-09-06 Thread ozeigermann
Author: ozeigermann Date: Thu Sep 6 09:28:42 2007 New Revision: 573315 URL: http://svn.apache.org/viewvc?rev=573315view=rev Log: Speed enhancement fix for deletes as described in https://issues.apache.org/jira/browse/TRANSACTION-26. Thanks to Bojan Vukojevic. Modified: commons/proper

svn commit: r573317 - /commons/proper/transaction/branches/TRANSACTION_1_2_RELEASE_BRANCH/src/java/org/apache/commons/transaction/file/FileResourceManager.java

2007-09-06 Thread ozeigermann
Author: ozeigermann Date: Thu Sep 6 09:30:29 2007 New Revision: 573317 URL: http://svn.apache.org/viewvc?rev=573317view=rev Log: Speed enhancement fix for deletes as described in https://issues.apache.org/jira/browse/TRANSACTION-26. Fix as described in https://issues.apache.org/jira/browse

svn commit: r567418 - /commons/proper/transaction/branches/TRANSACTION_2/xdocs/images/logo.png

2007-08-19 Thread ozeigermann
Author: ozeigermann Date: Sun Aug 19 08:48:59 2007 New Revision: 567418 URL: http://svn.apache.org/viewvc?view=revrev=567418 Log: Finished initial version of Javadocs. Added: commons/proper/transaction/branches/TRANSACTION_2/xdocs/images/logo.png (with props) Added: commons/proper

svn commit: r567333 - in /commons/proper/transaction/branches/TRANSACTION_2: ./ src/java/org/apache/commons/transaction/ src/test/org/apache/commons/transaction/

2007-08-18 Thread ozeigermann
Author: ozeigermann Date: Sat Aug 18 15:20:30 2007 New Revision: 567333 URL: http://svn.apache.org/viewvc?view=revrev=567333 Log: Fixed broken complex transaction Modified: commons/proper/transaction/branches/TRANSACTION_2/RELEASE-NOTES.txt commons/proper/transaction/branches

svn commit: r567339 - /commons/proper/transaction/branches/TRANSACTION_2/xdocs/navigation.xml

2007-08-18 Thread ozeigermann
Author: ozeigermann Date: Sat Aug 18 16:36:15 2007 New Revision: 567339 URL: http://svn.apache.org/viewvc?view=revrev=567339 Log: SVN reference now is to 2.x Modified: commons/proper/transaction/branches/TRANSACTION_2/xdocs/navigation.xml Modified: commons/proper/transaction/branches

svn commit: r567058 - /commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking/locks/ResourceRWLock.java

2007-08-17 Thread ozeigermann
Author: ozeigermann Date: Fri Aug 17 07:31:09 2007 New Revision: 567058 URL: http://svn.apache.org/viewvc?view=revrev=567058 Log: Simplified out necessary steps from release Modified: commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking/locks

svn commit: r567071 - /commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking/locks/ResourceRWLock.java

2007-08-17 Thread ozeigermann
Author: ozeigermann Date: Fri Aug 17 08:43:38 2007 New Revision: 567071 URL: http://svn.apache.org/viewvc?view=revrev=567071 Log: Bugfix: On upgrade the read lock is now released Modified: commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking

svn commit: r567076 - in /commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction: DefaultTransaction.java file/TxFileResourceManager.java locking/DefaultLockManager.

2007-08-17 Thread ozeigermann
Author: ozeigermann Date: Fri Aug 17 09:02:39 2007 New Revision: 567076 URL: http://svn.apache.org/viewvc?view=revrev=567076 Log: renamed default lock manager to simple as it really is not the default to take any more Added: commons/proper/transaction/branches/TRANSACTION_2/src/java/org

svn commit: r567198 - in /commons/proper/transaction/branches/TRANSACTION_2/src: java/org/apache/commons/transaction/file/ test/org/apache/commons/transaction/file/ test/org/apache/commons/transaction

2007-08-17 Thread ozeigermann
Author: ozeigermann Date: Fri Aug 17 18:37:46 2007 New Revision: 567198 URL: http://svn.apache.org/viewvc?view=revrev=567198 Log: Completed initial tests (not all complete successfully, yet) Added: commons/proper/transaction/branches/TRANSACTION_2/src/test/org/apache/commons/transaction

svn commit: r566828 - in /commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking/locks: ./ ResourceRWLock.java

2007-08-16 Thread ozeigermann
Author: ozeigermann Date: Thu Aug 16 13:26:46 2007 New Revision: 566828 URL: http://svn.apache.org/viewvc?view=revrev=566828 Log: Added resource RW lock to suite our special needs Added: commons/proper/transaction/branches/TRANSACTION_2/src/java/org/apache/commons/transaction/locking/locks

svn commit: r565953 - in /commons/proper/transaction/branches/TRANSACTION_2/src: java/org/apache/commons/transaction/ java/org/apache/commons/transaction/file/ java/org/apache/commons/transaction/lock

2007-08-14 Thread ozeigermann
Author: ozeigermann Date: Tue Aug 14 15:37:07 2007 New Revision: 565953 URL: http://svn.apache.org/viewvc?view=revrev=565953 Log: First working version of tx file resource manager driven by test. Added: commons/proper/transaction/branches/TRANSACTION_2/src/test/org/apache/commons