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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:84: 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: 08/08/2007 10:41:01
Time to build: 8 minutes 57 seconds
Last changed: 08/08/2007 04:37:26
Last log entry: Removing IntrospectionTypeInfoFactoryImpl creation.Added FIXME to AOPDependencyBuilder.

 Unit Tests: (2330)  Total Errors and Failures: (5)
testConfigure20org.jboss.test.javabean.test.PropertyTestCase
testConfigure20WithCtororg.jboss.test.javabean.test.PropertyTestCase
testConfigure20WithCtorFactoryorg.jboss.test.javabean.test.PropertyTestCase
testConfigure20WithCtorExplicitFactoryClassorg.jboss.test.javabean.test.PropertyTestCase
testConfigure20WithCtorExplicitFactoryClassAndParamsorg.jboss.test.javabean.test.PropertyTestCase
 

 Modifications since last build:  (first 50 of 13)
64498modifiedalesj//projects/microcontainer/trunk/aop-mc-int/src/main/org/jboss/aop/microcontainer/integration/AOPDependencyBuilder.javaRemoving IntrospectionTypeInfoFactoryImpl creation.Added FIXME to AOPDependencyBuilder.
64498modifiedalesj//projects/microcontainer/trunk/container/src/main/org/jboss/annotation/factory/javassist/MemberValueGetter.javaRemoving IntrospectionTypeInfoFactoryImpl creation.Added FIXME to AOPDependencyBuilder.
64498deletedalesj//projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/introspection/IntrospectionDelegateHolder.javaRemoving IntrospectionTypeInfoFactoryImpl creation.Added FIXME to AOPDependencyBuilder.
64496modifiedscott.stark@jboss.org//projects/microcontainer/trunk/metatype/src/main/org/jboss/metatype/plugins/values/DefaultMetaValueFactory.javaJBMICROCONT-202, handle primative arrays better in DefaultMetaValueFactory.
64496modifiedscott.stark@jboss.org//projects/microcontainer/trunk/metatype/src/tests/org/jboss/test/metatype/values/factory/test/ArrayValueFactoryUnitTestCase.javaJBMICROCONT-202, handle primative arrays better in DefaultMetaValueFactory.
64496modifiedscott.stark@jboss.org//projects/microcontainer/trunk/metatype/src/tests/org/jboss/test/metatype/types/factory/test/ArrayMetaTypeFactoryUnitTestCase.javaJBMICROCONT-202, handle primative arrays better in DefaultMetaValueFactory.
64490modifiedadrian@jboss.org//projects/microcontainer/trunk/classloader/src/main/org/jboss/classloader/spi/base/BaseClassLoader.javaMake the BaseClassLoader Translatable and also protect against null being returned from the transform()
64489modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/metadata/spi/signature/Signature.javaJBMICROCONT-202, change the ArrayInfoImpl name to match the standard reflection primative array names.
64489modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/classinfo/test/ClassInfoArrayTest.javaJBMICROCONT-202, change the ArrayInfoImpl name to match the standard reflection primative array names.
64489modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/javassist/JavassistArrayInfoImpl.javaJBMICROCONT-202, change the ArrayInfoImpl name to match the standard reflection primative array names.
64489modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/main/org/jboss/reflect/plugins/ArrayInfoImpl.javaJBMICROCONT-202, change the ArrayInfoImpl name to match the standard reflection primative array names.
64488modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/classinfo/test/ClassInfoArrayTest.javaCorrect array dimension type tests as getArrayType apparently is doing something else.
64487modifiedscott.stark@jboss.org//projects/microcontainer/trunk/container/src/tests/org/jboss/test/classinfo/test/ClassInfoArrayTest.javaAdd a primative char[] test and test for TypeInfo.getArrayType(int)