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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:107: 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: 06/25/2007 00:45:15
Time to build: 68 minutes 17 seconds
Last changed: 06/24/2007 17:28:12
Last log entry: Fix for [JBCACHE-1103] (backport). Removed JDK 1.5-specific collections use.

 Unit Tests: (1892)  Total Errors and Failures: (6)
testTransactionValidateFailRemoteCommitMethodorg.jboss.cache.optimistic.ValidatorInterceptorTest
testTransactionValidateRollbackMethodorg.jboss.cache.optimistic.ValidatorInterceptorTest
testNodeCreatedAndModifiedEventorg.jboss.cache.notifications.TreeCacheListenerOptimisticTest
testTransactionValidateCommitMethodorg.jboss.cache.optimistic.ValidatorInterceptorTest
testExplicitVersionOnLeafImplicitParentCreationorg.jboss.cache.options.ExplicitVersionsReplTest
testExplicitVersionOnLeafImplicitParentCreationorg.jboss.cache.options.ExplicitVersionsTest
 

 Modifications since last build:  (first 50 of 16)
1.1.2.3modifiedjawilsontests/functional/org/jboss/cache/lock/StripedLockTest.javaFix for [JBCACHE-1103] (backport). Removed JDK 1.5-specific collections use.
1.40.2.7modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaFix for [JBCACHE-1103] (backport). Removed non-necessary try blocks due to finally block removal.
1.26.2.5modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaFix for [JBCACHE-1103] (backport). Removed non-necessary try blocks due to finally block removal.
1.40.2.6modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaFix for [JBCACHE-1103] (backport). Removed empty finally blocks created by the removal of releaseLoaderLock(...).
1.26.2.4modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaFix for [JBCACHE-1103] (backport). Removed empty finally blocks created by the removal of releaseLoaderLock(...).
1.40.2.5modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaFix for [JBCACHE-1103] (backport). Corrected compile-time problems created by hierarchy change.
1.26.2.3modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaFix for [JBCACHE-1103] (backport). Corrected compile-time problems created by hierarchy change.
1.5.2.4modifiedjawilsonsrc/org/jboss/cache/lock/StripedLock.javaFix for [JBCACHE-1103] (backport). Removed JDK 1.5-dependant functionality from releaseAllLocks and acquireAllLocks.
1.40.2.4modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaFix for [JBCACHE-1103] (backport). CacheLoaderInterceptor and CacheStoreInterceptor now correclty subclass Interceptor.
1.26.2.2modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaFix for [JBCACHE-1103] (backport). CacheLoaderInterceptor and CacheStoreInterceptor now correclty subclass Interceptor.
1.5.2.3modifiedjawilsonsrc/org/jboss/cache/lock/StripedLock.javaFix for [JBCACHE-1103] (backport). Commented out ThreadSafe annotation as JDK 1.4 support is needed.
1.5.2.2modifiedjawilsonsrc/org/jboss/cache/lock/StripedLock.javaFix for [JBCACHE-1103] (backport). Added additional StripedLock class.
1.1.2.2modifiedjawilsontests/functional/org/jboss/cache/lock/StripedLockTest.javaFix for [JBCACHE-1103] (backport). Unit test for new StripedLock class.
1.3.2.3deletedjawilsonsrc/org/jboss/cache/interceptors/BaseCacheLoaderInterceptor.javaFix for [JBCACHE-1103]. Cache Loaders need to control locking when needed, not their interceptor counterpart.
1.40.2.3modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaFix for [JBCACHE-1103] (backport). Cache Loaders need to control locking when needed, not their interceptor counterpart.
1.26.2.1modifiedjawilsonsrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaFix for [JBCACHE-1103] (backport). Cache Loaders need to control locking when needed, not their interceptor counterpart.