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: 06/01/2007 05:15:20 |
Time to build: 195 minutes 24 seconds |
Last changed: 06/01/2007 03:27:07 |
Last log entry: EJBTHREE-959: merged unit test |
Unit Tests: (4131) Total Errors and Failures: (2) | ||||
| ||||
Modifications since last build: (first 50 of 186) | ||||
63293 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/resources/test/ejbthree959/META-INF/ejb-jar.xml | EJBTHREE-959: merged unit test |
63293 | modified | wolfc | //branches/Branch_4_2/ejb3/build-test.xml | EJBTHREE-959: merged unit test |
63293 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbthree959/MyStateful.java | EJBTHREE-959: merged unit test |
63293 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbthree959/unit/EJB21TestCase.java | EJBTHREE-959: merged unit test |
63293 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbthree959/unit | EJBTHREE-959: merged unit test |
63293 | added | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbthree959 | EJBTHREE-959: merged unit test |
63293 | added | wolfc | //branches/Branch_4_2/ejb3/src/resources/test/ejbthree959 | EJBTHREE-959: merged unit test |
63293 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/resources/test/ejbthree959/META-INF | EJBTHREE-959: merged unit test |
63293 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbthree959/MyStatefulBean.java | EJBTHREE-959: merged unit test |
63293 | unknown | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbthree959/MyStatefulHome.java | EJBTHREE-959: merged unit test |
63291 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java | [EJBTHREE-981] fix and test for replacement of persistence.xml with system properties |
63291 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/entity/META-INF/persistence.xml | [EJBTHREE-981] fix and test for replacement of persistence.xml with system properties |
63291 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/entity/unit/EntityUnitTestCase.java | [EJBTHREE-981] fix and test for replacement of persistence.xml with system properties |
63290 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/timer/LifecycleTimerTesterService.java | [EJBTHREE-979] fix and test for duplicate timer being created when a timer is created in the create() lifecycle - the duplicate was being created int he restore |
63290 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/service/ServiceContainer.java | [EJBTHREE-979] fix and test for duplicate timer being created when a timer is created in the create() lifecycle - the duplicate was being created int he restore |
63290 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/timer/LifecycleRemote.java | [EJBTHREE-979] fix and test for duplicate timer being created when a timer is created in the create() lifecycle - the duplicate was being created int he restore |
63290 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/timer/ServiceManagement.java | [EJBTHREE-979] fix and test for duplicate timer being created when a timer is created in the create() lifecycle - the duplicate was being created int he restore |
63290 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/timer/unit/RemoteUnitTestCase.java | [EJBTHREE-979] fix and test for duplicate timer being created when a timer is created in the create() lifecycle - the duplicate was being created int he restore |
63289 | modified | rachmatowicz@jboss.com | //branches/Branch_4_2/testsuite/build.xml | Exclude JBossMQ test case from testsuite (JBPAPP-125) |
63288 | modified | rachmatowicz@jboss.com | //branches/Branch_4_2/testsuite/imports/server-config.xml | Adjust targets in tests-aop-scoped to use their own server configurations |
63288 | modified | rachmatowicz@jboss.com | //branches/Branch_4_2/testsuite/build.xml | Adjust targets in tests-aop-scoped to use their own server configurations |
63285 | modified | scott.stark@jboss.org | //branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java | Include the full loadTask in the retry error msg |
63284 | modified | scott.stark@jboss.org | //branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java | Include the numCCE in the retry error trace msg |
63282 | modified | scott.stark@jboss.org | //branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java | JBAS-4441, the check against numCCE needs to be <= 10 for the retry. |
63280 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/unit/MDBUnitTestCase.java | [EJBTHREE-783] added test for failure during creation of MDB instance |
63280 | added | bdecoste | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdbtransactions/BadCreationMDB.java | [EJBTHREE-783] added test for failure during creation of MDB instance |
63280 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/resources/test/mdbtransactions/mdbtransactionstest-service.xml | [EJBTHREE-783] added test for failure during creation of MDB instance |
63277 | modified | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/CustomPrincipalPropagationUnitTestCase.java | Use assertEquals to display expected vs actual in errors |
63274 | modified | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/security/test/CustomPrincipalPropagationUnitTestCase.java | Fix the svn keywords |
63272 | modified | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/src/resources/security/META-INF/application-jaas.xml | Fix the invalid web element without a context-root |
63269 | modified | dimitris@jboss.org | //branches/Branch_4_2/build/build-thirdparty.xml | use jacorb 2.3.0jboss.patch2 |
63257 | modified | dimitris@jboss.org | //branches/Branch_4_2/build/build-thirdparty.xml | JBPAPP-199, try jbossts 4.2.3.SP4 |
63249 | modified | dimitris@jboss.org | //branches/Branch_4_2/system/src/bin/run.bat | JBAS-4418, run.bat should include %PATH% in java.library.path when bin/native exists |
63243 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/iiop/test/ParameterPassingStressTestCase.java | JBAS-3613, test still doesn't pass on Sun/HP 1.5 JVMs, after jacorb 2.3.0 upgrade. |
63239 | modified | wolfc | //branches/Branch_4_2/ejb3/build-from-5.xml | WIP: compile from AS 5 source using AS 4.2 |
63238 | added | wolfc | //branches/Branch_4_2/ejb3/build-from-5.xml | WIP: copy from build.xml |
63237 | deleted | wolfc | //branches/Branch_4_2/ejb3/build-from-5.xml | |
63236 | added | wolfc | //branches/Branch_4_2/ejb3/build-from-5.xml | WIP: compile AS 5 code using AS 4.2 |
63229 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java | JBAS-4146, generatied ties have different serialVersionUIDs |
63228 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java | JBAS-4146, updated jacorb has different serialVersionUIDs |
63222 | modified | wolfc | //branches/Branch_4_2/ejb3/build-test.xml | Merged build-simple macro from trunk |
63222 | added | wolfc | //branches/Branch_4_2/ejb3/imports/build-simple.xml | Merged build-simple macro from trunk |
63221 | added | wolfc | //branches/Branch_4_2/ejb3/imports | |
63217 | modified | reverbel | //branches/Branch_4_2/iiop/src/main/org/jboss/iiop/jacorb/SSLServerSocketFactory.java | Modifications needed by JacORB 2.3.0jboss.patch1 (JBAS-4146). The changes in SSLSocketFactory/SSLServerSocketFactory and DomainSocketFactory reflect changes in JacORB's socket factory APIs in JacORB 2.3.0.The change in IIOPClientUserTransactionObjectFactory is due to the stricter type-checking done by the method narrow in JacORB 2.3.0. |
63217 | modified | reverbel | //branches/Branch_4_2/iiop/src/main/org/jboss/tm/iiop/client/IIOPClientUserTransactionObjectFactory.java | Modifications needed by JacORB 2.3.0jboss.patch1 (JBAS-4146). The changes in SSLSocketFactory/SSLServerSocketFactory and DomainSocketFactory reflect changes in JacORB's socket factory APIs in JacORB 2.3.0.The change in IIOPClientUserTransactionObjectFactory is due to the stricter type-checking done by the method narrow in JacORB 2.3.0. |
63217 | modified | reverbel | //branches/Branch_4_2/iiop/src/main/org/jboss/iiop/jacorb/SSLSocketFactory.java | Modifications needed by JacORB 2.3.0jboss.patch1 (JBAS-4146). The changes in SSLSocketFactory/SSLServerSocketFactory and DomainSocketFactory reflect changes in JacORB's socket factory APIs in JacORB 2.3.0.The change in IIOPClientUserTransactionObjectFactory is due to the stricter type-checking done by the method narrow in JacORB 2.3.0. |
63217 | modified | reverbel | //branches/Branch_4_2/build/build-thirdparty.xml | Modifications needed by JacORB 2.3.0jboss.patch1 (JBAS-4146). The changes in SSLSocketFactory/SSLServerSocketFactory and DomainSocketFactory reflect changes in JacORB's socket factory APIs in JacORB 2.3.0.The change in IIOPClientUserTransactionObjectFactory is due to the stricter type-checking done by the method narrow in JacORB 2.3.0. |
63217 | modified | reverbel | //branches/Branch_4_2/security/src/main/org/jboss/security/ssl/DomainSocketFactory.java | Modifications needed by JacORB 2.3.0jboss.patch1 (JBAS-4146). The changes in SSLSocketFactory/SSLServerSocketFactory and DomainSocketFactory reflect changes in JacORB's socket factory APIs in JacORB 2.3.0.The change in IIOPClientUserTransactionObjectFactory is due to the stricter type-checking done by the method narrow in JacORB 2.3.0. |
63211 | modified | weston.price@jboss.com | //branches/Branch_4_2/connector/src/main/org/jboss/resource/adapter/jms/JmsSession.java | [JBCTS-588] As per the JMS specification, an IllegalStateException should be thrown when certain methods are used against the wrong messaging domaintype. JMS 1.1 specification Sections 11.2. |
63208 | modified | scott.stark@jboss.org | //branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java | JBPAPP-64, JBAS-4066 enforce a maximum bound on LinkageError/ClassCircularity errors |