View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041112105844Lbuild.431
|
| 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 |