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

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:58: Exit code: 1 See compile.log in Build Artifacts for details.
Date of build: 11/10/2006 02:46:37
Time to build: 1 minute 15 seconds
Last changed: 11/10/2006 01:00:03
Last log entry: Injection of TransactionManager and JChannelFactory via RuntimeConfig

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 47)
1.264modifiedbstansberrysrc/org/jboss/cache/TreeCache.javaInjection of TransactionManager and JChannelFactory via RuntimeConfig
1.26modifiedbstansberrysrc/org/jboss/cache/config/Configuration.javaLazy initialize RuntimeConfig
1.2modifiedbstansberrysrc/org/jboss/cache/config/RuntimeConfig.javaTemporarily support injecting an MBeanServer
1.4modifiedgenmantests-50/functional/org/jboss/cache/pojo/collection/CollectionTest.javaMigrate perf tests to perf directory
1.1addedbstansberrysrc/org/jboss/cache/config/RuntimeConfig.javaSupport direct injection of TransactionManager and JChannelFactory
1.25modifiedbstansberrysrc/org/jboss/cache/config/Configuration.javaSupport direct injection of TransactionManager and JChannelFactoryDo the JGroups ClusterConfig parsing in XmlConfigurationParser
1.6modifiedbstansberrysrc/org/jboss/cache/factories/XmlConfigurationParser.javaDo the JGroups ClusterConfig parsing in XmlConfigurationParser
1.2modifiedbstansberrysrc/org/jboss/cache/config/ConfigurationComponent.javaImplement Cloneable
1.4modifiedbstansberrytests-50/functional/org/jboss/cache/pojo/jmx/MBeanTest.javaRename config property used to control CacheMgmtInterceptorInitial tweak of the test to reflect use of PojoCacheJmxWrapper
1.26modifiedbstansberrysrc-50/org/jboss/cache/pojo/impl/PojoCacheImpl.javaPojoCache does not directly do MBean registration
1.4modifiedbstansberrysrc-50/org/jboss/cache/pojo/jmx/JmxUtil.javaPojoCache does not directly do MBean registration
1.33modifiedbstansberrysrc/org/jboss/cache/factories/InterceptorChainFactory.javaRename config property used to control CacheMgmtInterceptor
1.5modifiedbstansberrysrc/org/jboss/cache/factories/XmlConfigurationParser.javaRename config property used to control CacheMgmtInterceptor
1.39modifiedbstansberrysrc/org/jboss/cache/interceptors/ActivationInterceptor.javaRename config property used to control CacheMgmtInterceptor
1.58modifiedbstansberrysrc/org/jboss/cache/interceptors/CacheLoaderInterceptor.javaRename config property used to control CacheMgmtInterceptor
1.36modifiedbstansberrysrc/org/jboss/cache/interceptors/CacheStoreInterceptor.javaRename config property used to control CacheMgmtInterceptor
1.28modifiedbstansberrysrc/org/jboss/cache/interceptors/InvalidationInterceptor.javaRename config property used to control CacheMgmtInterceptor
1.31modifiedbstansberrysrc/org/jboss/cache/interceptors/PassivationInterceptor.javaRename config property used to control CacheMgmtInterceptor
1.63modifiedbstansberrysrc/org/jboss/cache/interceptors/TxInterceptor.javaRename config property used to control CacheMgmtInterceptor
1.3modifiedbstansberrysrc/org/jboss/cache/jmx/CacheJmxWrapper.javaRename config property used to control CacheMgmtInterceptor
1.25modifiedbstansberrysrc-50/org/jboss/cache/pojo/impl/PojoCacheImpl.javaRename config property used to control CacheMgmtInterceptor
1.3modifiedbstansberrysrc-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.javaRename config property used to control CacheMgmtInterceptor
1.4modifiedbstansberrytests/functional/org/jboss/cache/factories/InterceptorChainFactoryTest.javaRename config property used to control CacheMgmtInterceptor
1.5modifiedbstansberrytests/functional/org/jboss/cache/jmx/CacheMBeanTest.javaRename config property used to control CacheMgmtInterceptor
1.24modifiedbstansberrysrc/org/jboss/cache/config/Configuration.javaRename config property used to control CacheMgmtInterceptor
1.9modifiedbstansberrytests/functional/org/jboss/cache/mgmt/CacheLoaderTest.javaRename config property used to control CacheMgmtInterceptor
1.8modifiedbstansberrytests/functional/org/jboss/cache/mgmt/InvalidationTest.javaRename config property used to control CacheMgmtInterceptor
1.7modifiedbstansberrytests/functional/org/jboss/cache/mgmt/MgmtCoreTest.javaRename config property used to control CacheMgmtInterceptor
1.13modifiedbstansberrytests/functional/org/jboss/cache/mgmt/NotificationTest.javaRename config property used to control CacheMgmtInterceptor
1.7modifiedbstansberrytests/functional/org/jboss/cache/mgmt/PassivationTest.javaRename config property used to control CacheMgmtInterceptor
1.8modifiedbstansberrytests/functional/org/jboss/cache/mgmt/TxTest.javaRename config property used to control CacheMgmtInterceptor
1.263modifiedbstansberrysrc/org/jboss/cache/TreeCache.javaTreeCache does not directly do MBean registration
1.2modifiedbstansberrysrc-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.javaRefactor how things are registered in JMXAllow injection of PojoCache
1.2modifiedbstansberrysrc-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.javaClean up what methods need to be in MBean interface
1.2modifiedbstansberrysrc/org/jboss/cache/jmx/CacheJmxWrapper.javaRefactor how things are registered in JMX
1.2modifiedbstansberrysrc/org/jboss/cache/jmx/CacheJmxWrapperMBean.javaRemove methods that don't need to be in MBean interface
1.5modifiedbwangtests-50/functional/org/jboss/cache/pojo/collection/CachedListImplTest.javaAdded detection for Collection hashCode recursion.
1.1addedbwangtests-50/functional/org/jboss/cache/pojo/collection/CachedMapImplTest.javaAdded detection for Collection hashCode recursion.
1.6modifiedbwangtests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncListTest.javaAdded detection for Collection hashCode recursion.
1.6modifiedbwangtests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncMapTest.javaAdded detection for Collection hashCode recursion.
1.6modifiedbwangtests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncSetTest.javaAdded detection for Collection hashCode recursion.
1.12modifiedbwangsrc-50/org/jboss/cache/pojo/collection/CachedListImpl.javaAdded detection for Collection hashCode recursion.
1.11modifiedbwangsrc-50/org/jboss/cache/pojo/impl/CollectionClassHandler.javaAdded detection for Collection hashCode recursion.
1.2modifiedbwangsrc-50/org/jboss/cache/pojo/interceptors/MethodReentrancyStopperInterceptor.javaAdded detection for Collection hashCode recursion.
1.6modifiedbwangsrc-50/resources/pojocache-aop.xmlAdded detection for Collection hashCode recursion.
1.17modifiedmsurtanisrc/org/jboss/cache/loader/ClusteredCacheLoader.javaFixed recursive call on clustered get() when doing a put()
1.2modifiedbwangsrc-50/org/jboss/cache/pojo/interceptors/dynamic/ReentrancyStopperInterceptor.javaupd.