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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:253: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:26: Build Successful - Tests completed with errors or failures.
Date of build: 09/30/2006 10:17:51
Time to build: 194 minutes 51 seconds
Last changed: 09/30/2006 04:28:54
Last log entry: JBAS-3676, Upgrade jboss-common to 1.0.0.GA

 Unit Tests: (4161)  Total Errors and Failures: (13)
unknownorg.jboss.test.aop.test.ScopedUnitTestCase
test_getExceptionorg.jboss.test.iiop.test.ParameterPassingStressTestCase
testTopicSelectorChangeorg.jboss.test.jbossmq.test.UIL2JBossMQUnitTestCase
testInvalidateorg.jboss.test.cluster.test.ScopedAttrBasedTestCase(Default-UDP)
test402Compatibilityorg.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase
test401Compatibilityorg.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase
runLoginTestorg.jboss.test.jbossmq.test.SecurityUnitTestCase
testRMMResourceImplementsMBeanorg.jboss.test.jbossmx.compliance.modelmbean.ModelMBeanTestCase
testMalformedorg.jboss.test.jbossmx.compliance.objectname.MalformedTestCase
testMBeanInfoMarshallingorg.jboss.test.jmx.test.RMIAdaptorUnitTestCase
testEditorSearchPathorg.jboss.test.util.test.PropertyEditorsUnitTestCase
testJavaLangEditorsorg.jboss.test.util.test.PropertyEditorsUnitTestCase
testJBossEditorsorg.jboss.test.util.test.PropertyEditorsUnitTestCase
 

 Modifications since last build:  (first 50 of 22)
57303modifieddimitris@jboss.org//branches/Branch_4_0/build/build-thirdparty.xmlJBAS-3676, Upgrade jboss-common to 1.0.0.GA
57281modifiedalex.loubyansky@jboss.com//branches/Branch_4_0/server/src/main/org/jboss/ejb/EjbModule.javafix for JBAS-3717
57280modifiedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/imports/sections/cmp.xmltestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717testcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ejbtestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ejb/META-INFtestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ear/META-INF/jboss-app.xmltestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/eartestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ear/META-INFtestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ear/META-INF/application.xmltestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ejb/META-INF/ejb-jar.xmltestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ejb/META-INF/jboss.xmltestcase for JBAS-3717
57279addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/resources/cmp2/jbas3717/ejb/META-INF/jbosscmp-jdbc.xmltestcase for JBAS-3717
57278addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/jbas3717testcase for JBAS-3717
57278addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/jbas3717/MyEntityCommand.javatestcase for JBAS-3717
57278addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/jbas3717/ALocalHome.javatestcase for JBAS-3717
57278addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/jbas3717/ABean.javatestcase for JBAS-3717
57278addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/jbas3717/ALocal.javatestcase for JBAS-3717
57278addedalex.loubyansky@jboss.com//branches/Branch_4_0/testsuite/src/main/org/jboss/test/cmp2/jbas3717/JBAS3717UnitTestCase.javatestcase for JBAS-3717
57269modifiedssambasivam@jboss.com//branches/Branch_4_0/console/src/main/org/jboss/console/twiddle/command/SetCommand.javaJIRA-JBAS-3454When we try to set MBean attribute using SetCommand class, the arguments are filtered by the Getopt utility class used in the SetCommand class. But, the validity of the arguments should (can) be checked by the corresponding MBeans instead of the GetOpt class.
57268modifiedssambasivam@jboss.com//branches/Branch_4_0/console/src/main/org/jboss/console/twiddle/command/SetAttrsCommand.javaJIRA-JBAS-3454When we try to set MBean attribute using SetCommand class, the arguments are filtered by the Getopt utility class used in the SetCommand class. But, the validity of the arguments should (can) be checked by the corresponding MBeans instead of the GetOpt class.
57267modifiedbstansberry@jboss.com//branches/Branch_4_0/build/build-thirdparty.xmlUse jgroups 2.2.7.SP1