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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:86: 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: 09/29/2006 22:57:41
Time to build: 68 minutes 6 seconds
Last changed: 09/29/2006 14:27:21
Last log entry: [JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.

 Unit Tests: (1788)  Total Errors and Failures: (20)
testStateTransferDeadlocksPessimisticorg.jboss.cache.statetransfer.StateTransferUnderLoadTest
testConcurrencyorg.jboss.cache.api.NodeMoveOptimisticTest
testReplicatabilityorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest
testReplConcurrencyorg.jboss.cache.api.NodeReplicatedMoveOptimisticTest
testReplConcurrencyorg.jboss.cache.api.NodeReplicatedMoveTest
testPersistentStateTransferorg.jboss.cache.buddyreplication.BuddyAssignmentStateTransferTest
testBuddyJoinorg.jboss.cache.buddyreplication.BuddyReplicationContentTest
testReplSyncStackorg.jboss.cache.config.ConfigurationTest
testMoveorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxCreationorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxOnlyModificationorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxOnlyRemovalorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxRemoveDataorg.jboss.cache.notifications.CacheListenerOptimisticTest
testTxMoveorg.jboss.cache.notifications.CacheListenerOptimisticTest
testMoveorg.jboss.cache.notifications.CacheListenerTest
testTxCreationorg.jboss.cache.notifications.CacheListenerTest
testTxOnlyModificationorg.jboss.cache.notifications.CacheListenerTest
testTxOnlyRemovalorg.jboss.cache.notifications.CacheListenerTest
testTxRemoveDataorg.jboss.cache.notifications.CacheListenerTest
testTxMoveorg.jboss.cache.notifications.CacheListenerTest
 

 Modifications since last build:  (first 50 of 19)
1.10modifiedgzamarrenodocs/TreeCache/en/modules/cache_loaders.xml[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.1addedgzamarrenoetc/META-INF/singleton-nopush-service.xml[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.1addedgzamarrenoetc/META-INF/singleton-push-service.xml[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.15modifiedgzamarrenosrc/org/jboss/cache/config/CacheLoaderConfig.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.1addedgzamarrenosrc/org/jboss/cache/loader/AbstractDelegatingCacheLoader.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.19modifiedgzamarrenosrc/org/jboss/cache/loader/AsyncCacheLoader.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.25modifiedgzamarrenosrc/org/jboss/cache/loader/CacheLoaderManager.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.10deletedgzamarrenosrc/org/jboss/cache/loader/SharedStoreCacheLoader.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.1addedgzamarrenosrc/org/jboss/cache/loader/SingletonStoreCacheLoader.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.12modifiedgzamarrenosrc/org/jboss/cache/xml/XmlHelper.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.11modifiedgzamarrenotests/functional/org/jboss/cache/loader/CacheLoaderManagerTest.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.1addedgzamarrenotests/functional/org/jboss/cache/loader/SingletonStoreCacheLoaderTest.java[JBCACHE-650] - SharedStoreCacheLoader refactored to SingletonStoreCacheLoader adding the ability to push the in-memory state to the underlying cache loader when assuming the coordinator role. Created AbstractDelegatingCacheLoader class that contains basic delegating functionality. SingletonStoreCacheLoader and AsyncCacheLoader now extend this class. Necessary configuration options added and documentation has been updated to include explanation. Two singleton cache sample configurations added too.
1.1addedbwangdocs/tutorial-pojo/en/images/demoAddress.pngAdded.
1.1addedbwangdocs/tutorial-pojo/en/images/demoAddressInternal.pngAdded.
1.1addedbwangdocs/tutorial-pojo/en/images/demoJoe.pngAdded.
1.5modifiedbwangdocs/PojoCache/en/modules/configuration.xmlFixed typos.
1.16modifiedbwangsrc/org/jboss/cache/TreeCacheView2.javaupd
1.11modifiedbwangetc/runShellDemo.batupd
1.10modifiedbwangetc/runShellDemo.shupd