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:45:11 |
Time to build: 1 minute 2 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.264 | modified | bstansberry | src/org/jboss/cache/TreeCache.java | Injection of TransactionManager and JChannelFactory via RuntimeConfig |
1.26 | modified | bstansberry | src/org/jboss/cache/config/Configuration.java | Lazy initialize RuntimeConfig |
1.2 | modified | bstansberry | src/org/jboss/cache/config/RuntimeConfig.java | Temporarily support injecting an MBeanServer |
1.4 | modified | genman | tests-50/functional/org/jboss/cache/pojo/collection/CollectionTest.java | Migrate perf tests to perf directory |
1.1 | added | bstansberry | src/org/jboss/cache/config/RuntimeConfig.java | Support direct injection of TransactionManager and JChannelFactory |
1.25 | modified | bstansberry | src/org/jboss/cache/config/Configuration.java | Support direct injection of TransactionManager and JChannelFactoryDo the JGroups ClusterConfig parsing in XmlConfigurationParser |
1.6 | modified | bstansberry | src/org/jboss/cache/factories/XmlConfigurationParser.java | Do the JGroups ClusterConfig parsing in XmlConfigurationParser |
1.2 | modified | bstansberry | src/org/jboss/cache/config/ConfigurationComponent.java | Implement Cloneable |
1.4 | modified | bstansberry | tests-50/functional/org/jboss/cache/pojo/jmx/MBeanTest.java | Rename config property used to control CacheMgmtInterceptorInitial tweak of the test to reflect use of PojoCacheJmxWrapper |
1.26 | modified | bstansberry | src-50/org/jboss/cache/pojo/impl/PojoCacheImpl.java | PojoCache does not directly do MBean registration |
1.4 | modified | bstansberry | src-50/org/jboss/cache/pojo/jmx/JmxUtil.java | PojoCache does not directly do MBean registration |
1.33 | modified | bstansberry | src/org/jboss/cache/factories/InterceptorChainFactory.java | Rename config property used to control CacheMgmtInterceptor |
1.5 | modified | bstansberry | src/org/jboss/cache/factories/XmlConfigurationParser.java | Rename config property used to control CacheMgmtInterceptor |
1.39 | modified | bstansberry | src/org/jboss/cache/interceptors/ActivationInterceptor.java | Rename config property used to control CacheMgmtInterceptor |
1.58 | modified | bstansberry | src/org/jboss/cache/interceptors/CacheLoaderInterceptor.java | Rename config property used to control CacheMgmtInterceptor |
1.36 | modified | bstansberry | src/org/jboss/cache/interceptors/CacheStoreInterceptor.java | Rename config property used to control CacheMgmtInterceptor |
1.28 | modified | bstansberry | src/org/jboss/cache/interceptors/InvalidationInterceptor.java | Rename config property used to control CacheMgmtInterceptor |
1.31 | modified | bstansberry | src/org/jboss/cache/interceptors/PassivationInterceptor.java | Rename config property used to control CacheMgmtInterceptor |
1.63 | modified | bstansberry | src/org/jboss/cache/interceptors/TxInterceptor.java | Rename config property used to control CacheMgmtInterceptor |
1.3 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | Rename config property used to control CacheMgmtInterceptor |
1.25 | modified | bstansberry | src-50/org/jboss/cache/pojo/impl/PojoCacheImpl.java | Rename config property used to control CacheMgmtInterceptor |
1.3 | modified | bstansberry | src-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java | Rename config property used to control CacheMgmtInterceptor |
1.4 | modified | bstansberry | tests/functional/org/jboss/cache/factories/InterceptorChainFactoryTest.java | Rename config property used to control CacheMgmtInterceptor |
1.5 | modified | bstansberry | tests/functional/org/jboss/cache/jmx/CacheMBeanTest.java | Rename config property used to control CacheMgmtInterceptor |
1.24 | modified | bstansberry | src/org/jboss/cache/config/Configuration.java | Rename config property used to control CacheMgmtInterceptor |
1.9 | modified | bstansberry | tests/functional/org/jboss/cache/mgmt/CacheLoaderTest.java | Rename config property used to control CacheMgmtInterceptor |
1.8 | modified | bstansberry | tests/functional/org/jboss/cache/mgmt/InvalidationTest.java | Rename config property used to control CacheMgmtInterceptor |
1.7 | modified | bstansberry | tests/functional/org/jboss/cache/mgmt/MgmtCoreTest.java | Rename config property used to control CacheMgmtInterceptor |
1.13 | modified | bstansberry | tests/functional/org/jboss/cache/mgmt/NotificationTest.java | Rename config property used to control CacheMgmtInterceptor |
1.7 | modified | bstansberry | tests/functional/org/jboss/cache/mgmt/PassivationTest.java | Rename config property used to control CacheMgmtInterceptor |
1.8 | modified | bstansberry | tests/functional/org/jboss/cache/mgmt/TxTest.java | Rename config property used to control CacheMgmtInterceptor |
1.263 | modified | bstansberry | src/org/jboss/cache/TreeCache.java | TreeCache does not directly do MBean registration |
1.2 | modified | bstansberry | src-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapper.java | Refactor how things are registered in JMXAllow injection of PojoCache |
1.2 | modified | bstansberry | src-50/org/jboss/cache/pojo/jmx/PojoCacheJmxWrapperMBean.java | Clean up what methods need to be in MBean interface |
1.2 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapper.java | Refactor how things are registered in JMX |
1.2 | modified | bstansberry | src/org/jboss/cache/jmx/CacheJmxWrapperMBean.java | Remove methods that don't need to be in MBean interface |
1.5 | modified | bwang | tests-50/functional/org/jboss/cache/pojo/collection/CachedListImplTest.java | Added detection for Collection hashCode recursion. |
1.1 | added | bwang | tests-50/functional/org/jboss/cache/pojo/collection/CachedMapImplTest.java | Added detection for Collection hashCode recursion. |
1.6 | modified | bwang | tests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncListTest.java | Added detection for Collection hashCode recursion. |
1.6 | modified | bwang | tests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncMapTest.java | Added detection for Collection hashCode recursion. |
1.6 | modified | bwang | tests-50/functional/org/jboss/cache/pojo/collection/ReplicatedSyncSetTest.java | Added detection for Collection hashCode recursion. |
1.12 | modified | bwang | src-50/org/jboss/cache/pojo/collection/CachedListImpl.java | Added detection for Collection hashCode recursion. |
1.11 | modified | bwang | src-50/org/jboss/cache/pojo/impl/CollectionClassHandler.java | Added detection for Collection hashCode recursion. |
1.2 | modified | bwang | src-50/org/jboss/cache/pojo/interceptors/MethodReentrancyStopperInterceptor.java | Added detection for Collection hashCode recursion. |
1.6 | modified | bwang | src-50/resources/pojocache-aop.xml | Added detection for Collection hashCode recursion. |
1.17 | modified | msurtani | src/org/jboss/cache/loader/ClusteredCacheLoader.java | Fixed recursive call on clustered get() when doing a put() |
1.2 | modified | bwang | src-50/org/jboss/cache/pojo/interceptors/dynamic/ReentrancyStopperInterceptor.java | upd. |