TESTS FAILED |
Ant Error Message: /home/cruisecontrol/work/scripts/build-jboss-common.xml:272: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:26: Build Successful - Tests completed with errors or failures. |
Date of build: 02/14/2007 16:14:18 |
Time to build: 199 minutes 44 seconds |
Last changed: 02/14/2007 13:05:20 |
Last log entry: EJBTHREE-875: unregistering persistence units in deployment destroy |
Unit Tests: (4026) Total Errors and Failures: (15) | ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
Modifications since last build: (first 50 of 3798) | ||||
60547 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/Ejb3Deployment.java | EJBTHREE-875: unregistering persistence units in deployment destroy |
60547 | modified | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.java | EJBTHREE-875: unregistering persistence units in deployment destroy |
60547 | modified | wolfc | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/PersistenceUnitRegistry.java | EJBTHREE-875: unregistering persistence units in deployment destroy |
60546 | added | rrajesh | //branches/Branch_4_2/testsuite/src/etc/serialVersionUID/405.ser | JBAS-3776 SerialVersionUID's for 405 |
60545 | modified | rrajesh | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/compatibility/test/SerialVersionUIDUnitTestCase.java | JBAS-3776 Added jboss 403SP1, 404 and 405 to SerialVersionUIDUnitTestCase |
60544 | modified | rrajesh | //branches/Branch_4_2/testsuite/build.xml | JBAS-3776 Increased PermGenSize for SerialVersionUIDUnitTestCase |
60539 | modified | bstansberry@jboss.com | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/web/test/TreeCacheSSOClusterManagerUnitTestCase.java | [JBAS-4097] Ensure we don't bind DummyTransactionManager in JNDI |
60537 | modified | dimitris@jboss.org | //branches/Branch_4_2/system/src/main/org/jboss/system/server/ServerInfo.java | JBAS-3838, avoid NPE at getThreadInfo |
60534 | modified | dimitris@jboss.org | //branches/Branch_4_2/system/src/main/org/jboss/system/server/ServerInfo.java | JBAS-3675, tidy up and add support for ThreadInfo getLockOwnerId/getLockOwnerName. The problem is all those operations are a no-op on all the jdks I tried, returning -1/null, so when jdk support comes, just uncomment the implementation. |
60531 | modified | thomas.diesler@jboss.com | //branches/Branch_4_2/build/build-distr.xml | Externalize jaxr. Use jaxr-1.2.0.GA |
60531 | modified | thomas.diesler@jboss.com | //branches/Branch_4_2/varia/build.xml | Externalize jaxr. Use jaxr-1.2.0.GA |
60531 | deleted | thomas.diesler@jboss.com | //branches/Branch_4_2/varia/src/resources/juddi | Externalize jaxr. Use jaxr-1.2.0.GA |
60531 | modified | thomas.diesler@jboss.com | //branches/Branch_4_2/build/build-thirdparty.xml | Externalize jaxr. Use jaxr-1.2.0.GA |
60531 | modified | thomas.diesler@jboss.com | //branches/Branch_4_2/testsuite/build.xml | Externalize jaxr. Use jaxr-1.2.0.GA |
60531 | deleted | thomas.diesler@jboss.com | //branches/Branch_4_2/varia/src/main/org/jboss/jaxr | Externalize jaxr. Use jaxr-1.2.0.GA |
60529 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/build.xml | JBAS-4024, disable txiiop test |
60516 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/test/AbstractTransactionLocalStressTest.java | JBAS-4079, those tests target a local JBossTM, so make it explicit |
60516 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/test/TransactionLocalUnitTestCase.java | JBAS-4079, those tests target a local JBossTM, so make it explicit |
60514 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/ejb/TxTimeoutBean.java | increase the timeout |
60513 | modified | wolfc | //branches/Branch_4_2/ejb3/build-test.xml | Creating more jars |
60512 | modified | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/stateful/ServiceBean.java | Fixed ambigious injection |
60512 | modified | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/stateful/StatelessBean.java | Fixed ambigious injection |
60511 | modified | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdb/TransactionQueueTestMDB.java | Using transactionTimeout activation config property |
60510 | modified | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/ejbthree751/unit/FailLocalRemoteSameInterfaceUnitTestCase.java | Fixed test |
60503 | modified | jfrederic.clere@jboss.com | //branches/Branch_4_2/system/src/bin/run.bat | Avoid using tools.jar because it is not needed by TC nor javassist. |
60503 | modified | jfrederic.clere@jboss.com | //branches/Branch_4_2/system/src/bin/run.sh | Avoid using tools.jar because it is not needed by TC nor javassist. |
60501 | modified | dimitris@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/tm/test/TxTimeoutUnitTestCase.java | JBAS-4011, the arjuna transaction manager does not allow the setting of the global default tx timeout after the tx manager is started, so we won't test the default timeout setting |
60495 | modified | adrian@jboss.org | //branches/Branch_4_2/messaging/src/main/org/jboss/mq/Connection.java | Port JBAS-4090 from head |
60492 | modified | tom.elrod@jboss.com | //branches/Branch_4_2/testsuite/build.xml | JBAS-4015 - fixed MultiInvokersUnitTestCase |
60492 | modified | tom.elrod@jboss.com | //branches/Branch_4_2/testsuite/src/resources/invokers/META-INF/jboss.xml | JBAS-4015 - fixed MultiInvokersUnitTestCase |
60489 | modified | scott.stark@jboss.org | //branches/Branch_4_2/tomcat/src/resources/jboss-service-all.xml | JBAS-2823, remove the commons logging package from the filter list |
60489 | modified | scott.stark@jboss.org | //branches/Branch_4_2/tomcat/src/resources/jboss-service.xml | JBAS-2823, remove the commons logging package from the filter list |
60488 | modified | scott.stark@jboss.org | //branches/Branch_4_2/build/build-thirdparty.xml | JBAS-2823, update the commons logging to 1.1.0.jboss |
60487 | modified | wolfc | //branches/Branch_4_2/ejb3/build-test.xml | Reverted to 60440 and merged timestampentity & servicexmbean |
60486 | modified | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/.classpath | Add the apache-codec jar |
60485 | added | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/src/resources/classloader/scoping/override/common-logging/log4j-cl11.xml | JBAS-2823, update the commons logging override test to include a version that bundles the commons-logging.jar |
60485 | modified | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/test/ScopingUnitTestCase.java | JBAS-2823, update the commons logging override test to include a version that bundles the commons-logging.jar |
60485 | modified | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/src/main/org/jboss/test/classloader/scoping/override/web/comlog/Log4jServlet.java | JBAS-2823, update the commons logging override test to include a version that bundles the commons-logging.jar |
60484 | modified | scott.stark@jboss.org | //branches/Branch_4_2/testsuite/imports/sections/classloader.xml | JBAS-2823, update the commons logging override test to include a version that bundles the commons-logging.jar |
60483 | modified | wolfc | //branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/mdb/TransactionQueueTestMDB.java | Arjuna should set the rollback, not me |
60482 | modified | stan.silvert@jboss.com | //branches/Branch_4_2/testsuite/src/resources/security/custom-principal/WEB-INF/web.xml | http://jira.jboss.com/jira/browse/JBAS-4080 |
60481 | modified | darran.lofthouse@jboss.com | //branches/Branch_4_2/console/src/resources/webconsole.war/StatefulEjb.jsp | JBAS-4056 - Update web console to support unique local JNDI names where applicable. |
60481 | modified | darran.lofthouse@jboss.com | //branches/Branch_4_2/console/src/resources/webconsole.war/StatelessEjb.jsp | JBAS-4056 - Update web console to support unique local JNDI names where applicable. |
60481 | modified | darran.lofthouse@jboss.com | //branches/Branch_4_2/console/src/main/org/jboss/console/plugins/EJBModuleLister.java | JBAS-4056 - Update web console to support unique local JNDI names where applicable. |
60481 | modified | darran.lofthouse@jboss.com | //branches/Branch_4_2/console/src/resources/webconsole.war/EntityEjb.jsp | JBAS-4056 - Update web console to support unique local JNDI names where applicable. |
60481 | modified | darran.lofthouse@jboss.com | //branches/Branch_4_2/console/src/resources/webconsole.war/MdbEjb.jsp | JBAS-4056 - Update web console to support unique local JNDI names where applicable. |
60474 | modified | scott.stark@jboss.org | //branches/Branch_4_2/build/build-distr.xml | jboss common 1.0.4.GA and jboss vfs 1.0.0.Beta |
60474 | modified | scott.stark@jboss.org | //branches/Branch_4_2/build/build-thirdparty.xml | jboss common 1.0.4.GA and jboss vfs 1.0.0.Beta |
60473 | added | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/ejb3/entity/OptimisticTreeCacheProviderHook.java | hook for optimistic locking |
60455 | modified | bdecoste | //branches/Branch_4_2/ejb3/src/main/org/jboss/injection/DependsHandler.java | fix and test for @Depends and @EJB on same field or method |