View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite-140?log=log20061121041406

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:104: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 11/21/2006 04:14:06
Time to build: 67 minutes 59 seconds
Last changed: 11/21/2006 03:57:02
Last log entry: source code tidy and taking advatage of JDK1.5

 Unit Tests: (1772)  Total Errors and Failures: (4)
 

 Modifications since last build:  (first 50 of 46)
1.15modifiedgenmansrc/org/jboss/cache/eviction/BaseEvictionAlgorithm.javasource code tidy and taking advatage of JDK1.5
1.7modifiedgenmansrc/org/jboss/cache/interceptors/BaseCacheLoaderInterceptor.javasource code tidy and taking advatage of JDK1.5
1.60modifiedgenmansrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javasource code tidy and taking advatage of JDK1.5
1.9modifiedgenmansrc/org/jboss/cache/transaction/DummyTransaction.javasource code tidy and taking advatage of JDK1.5
1.14modifiedgenmansrc/org/jboss/cache/TransactionEntry.javasource code tidy and taking advatage of JDK1.5
1.285modifiedgenmansrc/org/jboss/cache/TreeCache.javasource code tidy and taking advatage of JDK1.5
1.52modifiedgenmansrc/org/jboss/cache/TreeCacheProxyImpl.javasource code tidy and taking advatage of JDK1.5
1.43modifiedgenmansrc/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.javaJIRA-867 bypass cache for internal put
1.5modifiedbwangexamples/PojoCache/annotated50/readme.txtJBCACHE-868 Renaming PojoCache annotation.
1.4modifiedbwangexamples/PojoCache/annotated50/src/examples/Person.javaJBCACHE-868 Renaming PojoCache annotation.
1.3modifiedbwangexamples/PojoCache/sensor/article/pojocache.htmlJBCACHE-868 Renaming PojoCache annotation.
1.5modifiedbwangdocs/PojoCache/en/modules/appendix.xmlJBCACHE-868 Renaming PojoCache annotation.
1.5modifiedbwangdocs/PojoCache/en/modules/instrumentation.xmlJBCACHE-868 Renaming PojoCache annotation.
1.2modifiedbwangtests/functional/org/jboss/cache/data/Address.javaJBCACHE-868 Renaming PojoCache annotation.
1.2modifiedbwangtests/functional/org/jboss/cache/data/Person.javaJBCACHE-868 Renaming PojoCache annotation.
1.2modifiedbwangtests/functional/org/jboss/cache/data/Course.javaJBCACHE-868 Renaming PojoCache annotation.
1.3modifiedbwangexamples/PojoCache/sensor/src/propagation/Node.javaJBCACHE-868 Renaming PojoCache annotation.
1.3modifiedbwangexamples/PojoCache/sensor/src/propagation/PropagationManager.javaJBCACHE-868 Renaming PojoCache annotation.
1.3modifiedbwangexamples/PojoCache/sensor/src/propagation/StateItem.javaJBCACHE-868 Renaming PojoCache annotation.
1.18modifiedgenmansrc/org/jboss/cache/NodeImpl.javaJBCACHE-867 - add undo method calls for remove, add more debugging
1.284modifiedgenmansrc/org/jboss/cache/TreeCache.javaJBCACHE-867 - add undo method calls for remove, add more debugging
1.8modifiedgenmantests/functional/org/jboss/cache/eviction/LRUAlgorithmTest.javaJBCACHE-867 - add undo method calls for remove, add more debugging
1.25modifiedbstansberrysrc/org/jboss/cache/loader/FileCacheLoader.javaMinor optimizations; comments
1.37modifiedgenmantests/functional/org/jboss/cache/loader/CacheLoaderTestsBase.javaJBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified
1.17modifiedgenmansrc/org/jboss/cache/NodeImpl.javaJBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified
1.24modifiedgenmansrc/org/jboss/cache/loader/JDBCCacheLoader.javaJBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified
1.22modifiedgenmansrc/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.javaJBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified
1.3modifiedgenmansrc/org/jboss/cache/util/MapCopy.javaJBCACHE-867 -- Node.put((Map)null) is allowed, remove MapCopy where map is modified
1.16modifiedgenmansrc/org/jboss/cache/NodeImpl.javaJBCACHE-867 - Fix put(Map) not calling through cache
1.283modifiedgenmansrc/org/jboss/cache/TreeCache.javaJBCACHE-867 - Fix put(Map) not calling through cache
1.35modifiedgenmansrc/org/jboss/cache/interceptors/PessimisticLockInterceptor.javaJBCACHE-867 - Fix put(Map) not calling through cache
1.42modifiedgenmansrc/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.javaJBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put()
1.2modifiedgenmansrc/org/jboss/cache/util/MapCopy.javaJBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put()
1.282modifiedgenmansrc/org/jboss/cache/TreeCache.javaJBCACHE-867 - Fix emptyMap versus null in notify; use correct Node.put()
1.41modifiedgenmansrc/org/jboss/cache/interceptors/OptimisticValidatorInterceptor.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.12modifiedgenmansrc/org/jboss/cache/loader/AbstractCacheLoader.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.23modifiedgenmansrc/org/jboss/cache/loader/AsyncCacheLoader.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.23modifiedgenmansrc/org/jboss/cache/loader/JDBCCacheLoader.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.21modifiedgenmansrc/org/jboss/cache/loader/bdbje/BdbjeCacheLoader.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.1addedgenmansrc/org/jboss/cache/util/MapCopy.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.4modifiedgenmantests/functional/org/jboss/cache/lock/LockReleaseTest.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.9modifiedgenmantests/functional/org/jboss/cache/notifications/CacheListenerTest.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.14modifiedgenmansrc/org/jboss/cache/RegionManager.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.281modifiedgenmansrc/org/jboss/cache/TreeCache.javaJBCACHE-867 -- Fix some data copying issues of Node.getData()
1.280modifiedgenmansrc/org/jboss/cache/TreeCache.javaJBCACHE-867 - Fix impl dependence on getData() being a copy
1.34modifiedgenmansrc/org/jboss/cache/interceptors/OptimisticNodeInterceptor.javaJBCACHE-867 - Fix impl dependence on getData() being a copy