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

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: 09/07/2006 21:36:15
Time to build: 55 minutes 45 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: (375)  Total Errors and Failures: (13)
testPassivationorg.jboss.ejb3.test.clusteredsession.unit.ExtendedPersistenceUnitTestCase
testEMCreateQueryExceptionsorg.jboss.ejb3.test.entityexception.unit.EntityExceptionTestCase
testQuerySingleResultExceptionsorg.jboss.ejb3.test.entityexception.unit.EntityExceptionTestCase
testQuerySetHintAndParameterorg.jboss.ejb3.test.entityexception.unit.EntityExceptionTestCase
testSecurityorg.jboss.ejb3.test.initial.unit.LocalUnitTestCase
testSecurityorg.jboss.ejb3.test.initial.unit.RemoteUnitTestCase
testSSLBindingsorg.jboss.ejb3.test.ssl.unit.SSLUnitTestCase
testStandardTestsorg.jboss.ejb3.test.standalone.unit.StandardTestCase
testDeploymentDescriptorQueueXAorg.jboss.ejb3.test.consumer.unit.ConsumerUnitTestCase
testRuntimeExceptionorg.jboss.ejb3.test.mdb.unit.MDBUnitTestCase
testOverrideConcurrentAccessorg.jboss.ejb3.test.stateful.unit.RemoteUnitTestCase
testRunAsorg.jboss.ejb3.test.stateless.unit.StatelessTestCase
testPoolTimeoutorg.jboss.ejb3.test.strictpool.unit.StrictPoolUnitTestCase
 

 Modifications since last build:  (first 50 of 12396)
56613deletedbdecoste//trunk/ejb3/src/resources/schema/ejb-jar_3_0a.xsdadded correct ejb-jar_3_0 and removed old "a" version
56613addedbdecoste//trunk/ejb3/src/resources/schema/ejb-jar_3_0.xsdadded correct ejb-jar_3_0 and removed old "a" version
56593modifiedbill.burke@jboss.com//trunk/ejb3/build.xmlbuild e-ejb3 libs correctly
56592modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/ProxyDeployer.javafix E-EJB3 error when default client bind address wasn't being found
56592modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/SessionContainer.javafix E-EJB3 error when default client bind address wasn't being found
56592modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/MCClientKernelAbstraction.javafix E-EJB3 error when default client bind address wasn't being found
56592modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/ProxyFactoryHelper.javafix E-EJB3 error when default client bind address wasn't being found
56592modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/Ejb3AnnotationHandler.javafix E-EJB3 error when default client bind address wasn't being found
56592modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/Ejb3JmxDeployment.javafix E-EJB3 error when default client bind address wasn't being found
56592modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.javafix E-EJB3 error when default client bind address wasn't being found
56589modifiedrrajesh//trunk/ejb3/build-test.xmlRenamed jboss.messaging.classpath to jboss.mq.classpath
56588modifiedrrajesh//trunk/ejb3/build.xmlRenamed jboss.messaging.classpath to jboss.mq.classpath
56581addedbdecoste//trunk/ejb3/src/resources/test/servlet/servlet-security-service.xmladded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/EarServletUnitTestCase.javaadded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/build-test.xmladded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/Session30Bean.javaadded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/servlets/EJBServlet.javaadded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/StatefulBean.javaadded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/resources/test/servlet/META-INF/jboss-app.xmladded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/HttpUtils.javaadded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/unit/ServletUnitTestCase.javaadded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/resources/test/servlet/WEB-INF/test-web.xmladded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/resources/test/servlet/WEB-INF/jboss-web.xmladded webauthentication test for support ticket 10923
56581modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/servlet/Session30.javaadded webauthentication test for support ticket 10923
56573modifiedwolfc//trunk/ejb3/build-test.xmlEJBTHREE-666: concurrent access exception
56573addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/MyStateful.javaEJBTHREE-666: concurrent access exception
56573addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/unit/ConcurrentUnitTestCase.javaEJBTHREE-666: concurrent access exception
56573addedwolfc//trunk/ejb3x/src/main/javax/ejb/ConcurrentAccessException.javaEJBTHREE-666: concurrent access exception
56573addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/unitEJBTHREE-666: concurrent access exception
56573addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/concurrentEJBTHREE-666: concurrent access exception
56573addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/concurrent/MyStatefulBean.javaEJBTHREE-666: concurrent access exception
56573modifiedwolfc//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulInstanceInterceptor.javaEJBTHREE-666: concurrent access exception
56551modifiedbdecoste//trunk/ejb3/src/main/org/jboss/ejb3/MCKernelAbstraction.javafix and test for e-ejb3 redeployment
56551modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/standalone/unit/DeployerTestCase.javafix and test for e-ejb3 redeployment
56546modifiedryan.campbell@jboss.com//trunk/varia/build.xmlmerge from JEE5_TCK branch
56546modifiedryan.campbell@jboss.com//trunk/ejb3/build.xmlmerge from JEE5_TCK branch
56543modifiedwolfc//trunk/ejb3/build-test.xmlEJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateful21Bean.javaEJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/unit/PoolingSLBSTestCase.javaEJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateful21Home.javaEJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateless.javaEJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/unitEJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653EJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStateful21.javaEJBTHREE-653: unit test
56543addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/regression/ejbthree653/MyStatelessBean.javaEJBTHREE-653: unit test
56534modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/unit/MDBUnitTestCase.javaset message redelivery limit to 1 (default is 0) in testRuntimeException()
56533modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/naming/unit/BindFailureTestCase.javatest no longer valid for rebind()
56532modifiedbdecoste//trunk/ejb3/src/test/org/jboss/ejb3/test/naming/unit/BindFailureTestCase.javatest no longer valid for rebind()
56531modifiedbdecoste//trunk/ejb3/src/main/org/jboss/ejb3/metamodel/JBossDDObjectFactory.javause properties service for deployment descriptors
56531modifiedbdecoste//trunk/ejb3/src/resources/test/bank/META-INF/ejb-jar.xmluse properties service for deployment descriptors