View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.2-testsuite-sun-1.5?log=log20070424184446

TESTS FAILED
Ant Error Message: /qa/services/cruisecontrol/work/scripts/build-jboss-common.xml:272: The following error occurred while executing this line: /qa/services/cruisecontrol/work/scripts/build-common-targets.xml:26: Build Successful - Tests completed with errors or failures.
Date of build: 04/24/2007 18:44:46
Time to build: 169 minutes 56 seconds
Last changed: 04/24/2007 18:06:01
Last log entry: *** The temporary deployment is deleted twice at distribution and undeployment time. This looks like a bug, so I'm correcting it.

 Unit Tests: (4103)  Total Errors and Failures: (4)
testClientCertSSLAccessorg.jboss.test.pooled.test.SSLSocketsUnitTestCase
testIsNeworg.jboss.test.cluster.test.CrossContextCallsTestCase(Default-TCP)
testUnackedMultipleConnectionorg.jboss.test.jbossmq.test.UnackedUnitTestCase
testRetryWithJnpAndAutoDiscoveryorg.jboss.test.testbeancluster.test.SingleRetryInterceptorUnitTestCase(Default-UDP)
 

 Modifications since last build:  (first 50 of 6)
62526modifieddimitris@jboss.org//branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/DeploymentWorker.java*** The temporary deployment is deleted twice at distribution and undeployment time. This looks like a bug, so I'm correcting it.
62525modifieddimitris@jboss.org//branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.javaJBCTS-557, when constructing the TargetModuleIDImpl for a deployment, children TargetModuleIDImpl's need to be added for compliance reasons, even though they are not used by our implementation at deployment time.
62521modifieddimitris@jboss.org//branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/DeploymentManagerImpl.javaadd debug info.
62520modifieddimitris@jboss.org//branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/status/ProgressObjectImpl.javawhile here, add toString methods.
62520modifieddimitris@jboss.org//branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/status/DeploymentStatusImpl.javawhile here, add toString methods.
62519modifieddimitris@jboss.org//branches/Branch_4_2/deployment/src/main/org/jboss/deployment/spi/TargetModuleIDImpl.javaJBAS-4366, javax.enterprise.deploy.spi.TargetModuleID.getChildTargetModuleID() should return null when there are no children