View results here -> http://cruisecontrol.jboss.com/cc/buildresults/ejb3-head-testsuite?log=log20060829032500

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-ejb3-head-testsuite.xml:109: 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: 08/29/2006 03:25:00
Time to build: 53 minutes 16 seconds
Last changed: 12/31/2005 16:46:08
Last log entry: call isOpen() when obtaining session so that HEM registers with EM with TXset cglib_use_reflection flag to false

 Unit Tests: (376)  Total Errors and Failures: (29)
testInjectionAnnotationsorg.jboss.ejb3.test.bank.unit.BankDeploymentDescriptorTestCase
testStatefulStateorg.jboss.ejb3.test.bank.unit.BankDeploymentDescriptorTestCase
testInjectionJsporg.jboss.ejb3.test.dd.web.unit.WebIntegrationUnitTestCase
testEMCreateQueryExceptionsorg.jboss.ejb3.test.entityexception.unit.EntityExceptionTestCase
testQuerySingleResultExceptionsorg.jboss.ejb3.test.entityexception.unit.EntityExceptionTestCase
testQuerySetHintAndParameterorg.jboss.ejb3.test.entityexception.unit.EntityExceptionTestCase
test0org.jboss.ejb3.test.iiop.unit.IiopRemoteUnitTestCase
testGetHandleorg.jboss.ejb3.test.iiop.unit.IiopRemoteUnitTestCase
testRemoveByHandleorg.jboss.ejb3.test.iiop.unit.IiopRemoteUnitTestCase
testSecurityorg.jboss.ejb3.test.initial.unit.LocalUnitTestCase
testSecurityorg.jboss.ejb3.test.initial.unit.RemoteUnitTestCase
testEJBServletorg.jboss.ejb3.test.security.unit.ServletUnitTestCase
testEJBServletorg.jboss.ejb3.test.servlet.unit.EarServletUnitTestCase
testEJBServletorg.jboss.ejb3.test.servlet.unit.ServletUnitTestCase
testSSLBindingsorg.jboss.ejb3.test.ssl.unit.SSLUnitTestCase
testSecurityorg.jboss.ejb3.test.standalone.security.unit.SecurityUnitTestCase
testStandardTestsorg.jboss.ejb3.test.standalone.unit.StandardTestCase
testStatefulTxorg.jboss.ejb3.test.stateful.unit.RemoteUnitTestCase
testTemplateInterfaceTxorg.jboss.ejb3.test.stateful.unit.RemoteUnitTestCase
testPassivationorg.jboss.ejb3.test.stateful.unit.RemoteUnitTestCase
testStatelessTellerorg.jboss.ejb3.test.bank.unit.BankDeploymentDescriptorTestCase
testStatefulBankorg.jboss.ejb3.test.bank.unit.BankDeploymentDescriptorTestCase
testTellerorg.jboss.ejb3.test.bank.unit.BankDeploymentDescriptorTestCase
testPassivationorg.jboss.ejb3.test.clusteredsession.unit.ExtendedPersistenceUnitTestCase
testDeploymentDescriptorQueueXAorg.jboss.ejb3.test.consumer.unit.ConsumerUnitTestCase
testRuntimeExceptionorg.jboss.ejb3.test.mdb.unit.MDBUnitTestCase
testSession30org.jboss.ejb3.test.reference21_30.unit.ReferenceTestCase
testOverrideConcurrentAccessorg.jboss.ejb3.test.stateful.unit.RemoteUnitTestCase
testRunAsorg.jboss.ejb3.test.stateless.unit.StatelessTestCase
 

 Modifications since last build:  (first 50 of 12282)
56367modifiedbdecoste//trunk/ejb3/src/main/org/jboss/ejb3/metamodel/EjbJarDDObjectFactory.javaadd <message-destination-ref> to mdb
56348modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/embedded/JaasSecurityManagerService.javaFixed usage of AuthorizationManager (JBAS-3535)
56347modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/MyStateful21Bean.javaEJBTHREE-670: fixed
56347modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree670/unit/PreDestroyCallsTestCase.javaEJBTHREE-670: fixed
56347modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.javaEJBTHREE-670: fixed
56285modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/metamodel/EjbJarDDObjectFactory.java<persistence-context-ref> wasn't processing <injection-target>
56280modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/injection/EJBHandler.javaENC injector wasn't created
56279modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/jboss/JBossTimerServiceFactory.javado a null check as there might not be a timer service installed
56278modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/JmxDependencyPolicy.javause different service name to map DS dependency
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/jboss/TimerServiceFacade.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/quartz/QuartzTimerServiceFactory.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/TimerServiceFactory.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/jboss/JBossTimerServiceFactory.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/ServiceDelegateWrapper.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/ServiceDelegateWrapperMBean.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/timer/unit/RemoteUnitTestCase.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/timer/TimerTester.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/Container.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/timer/BaseTimerTesterBean.javaEJBTHREE-630: persist timers on undeployment
56264modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/service/ServiceContainer.javaEJBTHREE-630: persist timers on undeployment
56263addedwolfc//trunk/ejb3/src/resources/test/iiop/custom.jndi.propertiesEJBTHREE-667: getHandle unit test
56236modifiedscott.stark@jboss.org//trunk/system/src/main/org/jboss/system/ServiceController.javaEJBTHREE-693, initial fixes for handling valid jboss-web.xml constructs. This adds support for message-destination-links.
56236modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/metamodel/descriptor/JBossWebDDObjectFactory.javaEJBTHREE-693, initial fixes for handling valid jboss-web.xml constructs. This adds support for message-destination-links.
56236modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/metamodel/descriptor/WebDD.javaEJBTHREE-693, initial fixes for handling valid jboss-web.xml constructs. This adds support for message-destination-links.
56236modifiedscott.stark@jboss.org//trunk/ejb3/src/main/org/jboss/injection/ResourceHandler.javaEJBTHREE-693, initial fixes for handling valid jboss-web.xml constructs. This adds support for message-destination-links.
56214modifiedwolfc//trunk/ejb3/build-test.xmlEJBTHREE-667: getHandle unit test
56214addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/CustomJNDIJBossTestCase.javaEJBTHREE-667: getHandle unit test
56214addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/CustomJNDIJBossTestSetup.javaEJBTHREE-667: getHandle unit test
56214addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/CustomJNDIJBossTestServices.javaEJBTHREE-667: getHandle unit test
56214modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/iiop/unit/IiopRemoteUnitTestCase.javaEJBTHREE-667: getHandle unit test
56199modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/security/RunAsSecurityInterceptor.javarefactor of RunAs so that it works correctly with run-as-principal.
56199modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/security/RunAsSecurityInterceptorFactory.javarefactor of RunAs so that it works correctly with run-as-principal.
56199modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.javarefactor of RunAs so that it works correctly with run-as-principal.
56199modifiedbill.burke@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/QueueTestMDB.javarefactor of RunAs so that it works correctly with run-as-principal.
56183addedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/TimerServiceFactory.javaEJBTHREE-619: timer service factory configurable
56183addedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/package.htmlEJBTHREE-619: timer service factory configurable
56182deletedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/TimerServiceFactory.java
56182deletedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/package.html
56176modifiedwolfc//trunk/ejb3/src/resources/test-configs/ejb3-jacc/deploy/jbossweb-tomcat6.sar/META-INF/jboss-service.xmlAuthorizationManager from JNDI (see JBAS-3535)
56169modifiedwolfc//trunk/ejb3/src/resources/ejb3-timer-service.xmlEJBTHREE-619: timer service factory configurable
56169addedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/jboss/JBossTimerServiceFactory.javaEJBTHREE-619: timer service factory configurable
56169modifiedwolfc//trunk/ejb3/.classpathEJBTHREE-619: timer service factory configurable
56169deletedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/jmxEJBTHREE-619: timer service factory configurable
56169modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessContainer.javaEJBTHREE-619: timer service factory configurable
56169modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/mdb/MessagingContainer.javaEJBTHREE-619: timer service factory configurable
56169deletedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/QuartzTimerJob.javaEJBTHREE-619: timer service factory configurable
56169deletedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/TimerServiceImpl.javaEJBTHREE-619: timer service factory configurable