BUILD FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1 See compile.log in Build Artifacts for details. |
Date of build: 04/13/2006 21:48:03 |
Time to build: 16 minutes 34 seconds |
Last changed: 04/13/2006 21:39:58 |
Last log entry: PoolFiller service satisfying requirment to prefill JCA pools to minimum capacity. Currently experimental. |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (first 50 of 32) | ||||
1.1 | added | wprice | connector/src/main/org/jboss/resource/connectionmanager/PoolFillerService.java | PoolFiller service satisfying requirment to prefill JCA pools to minimum capacity. Currently experimental. |
1.1 | added | wprice | connector/src/main/org/jboss/resource/connectionmanager/PoolFillerServiceMBean.java | PoolFiller service satisfying requirment to prefill JCA pools to minimum capacity. Currently experimental. |
1.16 | modified | kkhan | testsuite/src/main/org/jboss/test/aop/bean/RemotingTester.java | [JBAOP-224] Merge in changes to fix aop memory leaks. Make sure we unregister remote object following test |
1.10 | modified | kkhan | testsuite/src/main/org/jboss/test/aop/bean/RemotingTesterMBean.java | [JBAOP-224] Merge in changes to fix aop memory leaks. Make sure we unregister remote object following test |
1.20 | modified | kkhan | testsuite/src/main/org/jboss/test/aop/test/RemotingUnitTestCase.java | [JBAOP-224] Merge in changes to fix aop memory leaks. Make sure we unregister remote object following test |
1.37 | modified | wprice | connector/src/resources/stylesheets/ConnectionFactoryTemplate.xsl | New template to allow for prefilling connection pools. |
1.5 | modified | wprice | connector/src/resources/jca-sar/jbossjca-service.xml | MBean definition for experimental DsSubDeployer; at present this is unused and commented out. |
1.8 | modified | asaldhana | testsuite/src/resources/security-spec/service-inf/jboss-service.xml | JBAS-3105:Fix HEAD Security TestCasesorg.jboss.test.security.test.EJBSpecUnitTestCase worksAdd the default queues A/B/C/D |
1.16 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCache.java | updated for new JBossCache API |
1.5 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationCacheLoader.java | updated for new JBossCache API |
1.5 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationEvictionPolicy.java | updated for new JBossCache API |
1.5 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationTreeCache.java | updated for new JBossCache API |
1.8 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulCacheLoader.java | updated for new JBossCache API |
1.9 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulEvictionPolicy.java | updated for new JBossCache API |
1.12 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCache.java | updated for new JBossCache API |
1.4 | modified | bdecoste | ejb3/src/resources/test/cache/testejb3-cache-service.xml | updated for new JBossCache API |
1.4 | modified | bdecoste | ejb3/src/resources/test/cache/testejb3-statefulcache-service.xml | updated for new JBossCache API |
1.9 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulBean.java | updated for new JBossCache API |
1.5 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulLocal.java | updated for new JBossCache API |
1.5 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/SimpleStatefulRemote.java | updated for new JBossCache API |
1.10 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/StatefulBean.java | updated for new JBossCache API |
1.4 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/StatefulLocal.java | updated for new JBossCache API |
1.5 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/StatefulRemote.java | updated for new JBossCache API |
1.8 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/Tester.java | updated for new JBossCache API |
1.4 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/unit/CacheUnitTestCase.java | updated for new JBossCache API |
1.7 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/cache/unit/StatefulUnitTestCase.java | updated for new JBossCache API |
1.10 | modified | asaldhana | testsuite/src/main/org/jboss/test/security/ejb/EntityBeanImpl.java | JBAS-3105:Fix HEAD Security TestCasesAdd the missing methods.org.jboss.test.security.test.EJBSpecUnitTestCase has a run. |
1.6 | modified | asaldhana | testsuite/src/resources/security-srp/service-inf/jboss-service.xml | Use the bind address |
1.5 | modified | asaldhana | test/.classpath | JBAS-3105:Fix HEAD Security TestCasesAdd reliance on security module.Fixes org.jboss.test.security.test.SRPLoginModuleUnitTestCase (as there are two ByteArrayCallbacks - one in the test module and one in the security module). The AppCallbackHandler should be using the one defined in the security module. |
1.5 | modified | asaldhana | test/build.xml | JBAS-3105:Fix HEAD Security TestCasesAdd reliance on security module.Fixes org.jboss.test.security.test.SRPLoginModuleUnitTestCase (as there are two ByteArrayCallbacks - one in the test module and one in the security module). The AppCallbackHandler should be using the one defined in the security module. |
1.4 | modified | asaldhana | test/src/main/org/jboss/test/util/AppCallbackHandler.java | JBAS-3105:Fix HEAD Security TestCasesAdd reliance on security module.Fixes org.jboss.test.security.test.SRPLoginModuleUnitTestCase (as there are two ByteArrayCallbacks - one in the test module and one in the security module). The AppCallbackHandler should be using the one defined in the security module. |
1.6 | modified | asaldhana | testsuite/imports/sections/security.xml | JBAS-3105: Fix HEAD Security TestCasesFixes org.jboss.test.security.test.ClientLoginModuleEJBUnitTestCaseThe needed archives were never built. |