BUILD COMPLETE - build.431 |
Date of build: 11/12/2004 10:58:44 |
Time to build: 22 minutes 19 seconds |
Last changed: 11/12/2004 10:14:36 |
Last log entry: changed format |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (9) | ||||
1.28 | modified | belaban | cache/docs/Changelog.txt | changed format |
1.13 | modified | belaban | cache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.java | biggest change: on 2PC, we start a *local* TX on each server, and associate it with the GlobalTx |
1.9 | modified | belaban | cache/src/main/org/jboss/cache/interceptors/TransactionInterceptor.java | removed addition of modification to TransactionTable |
1.2 | modified | belaban | cache/src/main/org/jboss/cache/interceptors/CallInterceptor.java | moved addition of modification to TransactionTable here |
1.2 | modified | belaban | cache/src/main/org/jboss/cache/interceptors/CacheStoreInterceptor.java | equivalent of CacheLoaderInterceptor for storing changes back to the storage system |
1.2 | modified | belaban | cache/src/main/org/jboss/cache/interceptors/CreateIfNotExistsInterceptor.java | new interceptor; handles creation of parent nodes (recursively) if they don't exist |
1.183 | modified | belaban | cache/src/main/org/jboss/cache/TreeCache.java | - changed setup of interceptor chain |
1.14 | modified | belaban | cache/src/main/org/jboss/cache/TransactionTable.java | added getLocalTransaction() |
1.9 | modified | belaban | cache/src/main/org/jboss/cache/ReplicationQueue.java | pp |