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

TESTS FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:175: 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: 06/22/2006 13:37:12
Time to build: 57 minutes 3 seconds
Last changed: 06/22/2006 10:57:31
Last log entry: [JBMICROCONT-70] - MetaData infrastructure

 Unit Tests: (1083)  Total Errors and Failures: (2)
testParameterInstantiateWithArrayorg.jboss.test.kernel.config.test.InstantiateTestCase
testParameterInstantiateWithArrayorg.jboss.test.kernel.config.test.InstantiateXMLTestCase
 

 Modifications since last build:  (first 50 of 47)
1.8modifiedadriansrc/tests/org/jboss/test/ContainerAllTestSuite.java[JBMICROCONT-70] - MetaData infrastructure
1.6modifiedkkhansrc/main/org/jboss/reflect/plugins/AnnotationValueImpl.javaFix regression NPE in hashCode() when annotation value is null, i.e coming from an annotaton introduction
1.6modifiedkkhansrc/main/org/jboss/reflect/plugins/ClassValueImpl.javaFix regression NPE in hashCode() when annotation value is null, i.e coming from an annotaton introduction
1.4modifiedkkhansrc/main/org/jboss/reflect/spi/PrimitiveValue.javaFix regression NPE in hashCode() when annotation value is null, i.e coming from an annotaton introduction
1.6modifiedkkhansrc/main/org/jboss/reflect/plugins/StringValueImpl.javaFix regression NPE in hashCode() when annotation value is null, i.e coming from an annotaton introduction
1.3modifiedkkhansrc/main/org/jboss/reflect/plugins/AnnotationValueFactory.java[JBAOP-265] Use PrivilegedActions to avoid accessDeclaredMembers permission error
1.20modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactoryImpl.java[JBAOP-265] Use PrivilegedActions to avoid accessDeclaredMembers permission error
1.3modifiedkkhansrc/tests/org/jboss/test/classinfo/test/IntrospectionAnnotatedClassInfoTestCase.java[JBAOP-265] Use PrivilegedActions to avoid accessDeclaredMembers permission error
1.3modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistAnnotatedInfo.javaFix discrepancies between annotations got from introspect and javassist classinfo
1.5modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistTypeInfoFactoryImpl.javaFix discrepancies between annotations got from introspect and javassist classinfo
1.19modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactoryImpl.javaFix discrepancies between annotations got from introspect and javassist classinfo
1.2modifiedkkhansrc/tests/org/jboss/test/classinfo/test/AnnotatedClassInfoTest.javaFix discrepancies between annotations got from introspect and javassist classinfo
1.3modifiedkkhansrc/tests/org/jboss/test/classinfo/test/ClassInfoTestSuite.javaFix discrepancies between annotations got from introspect and javassist classinfo
1.2modifiedkkhansrc/tests/org/jboss/test/classinfo/test/IntrospectionAnnotatedClassInfoTestCase.javaFix discrepancies between annotations got from introspect and javassist classinfo
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/AnnotationValueFactory.java[JBAOP-244] Optimize away reflection in AOPDependencyBuilder
1.18modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactoryImpl.java[JBAOP-244] Optimize away reflection in AOPDependencyBuilder
1.4modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistTypeInfoFactoryImpl.java[JBAOP-244] Optimize away reflection in AOPDependencyBuilder
1.17modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/IntrospectionTypeInfoFactoryImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/ReflectConstructorInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/introspection/ReflectMethodInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/AnnotatedClass.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/AnnotatedSubClass.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/AnotherAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/ComplexAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/SimpleAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/TestEnum.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/support/ValueAnnotation.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/test/AnnotatedClassInfoTest.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/test/IntrospectionAnnotatedClassInfoTestCase.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/tests/org/jboss/test/classinfo/test/JavassistAnnotatedClassInfoTestCase.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/AnnotationHelper.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/AnnotationValueFactory.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.6modifiedkkhansrc/main/org/jboss/reflect/plugins/ArrayInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.13modifiedkkhansrc/main/org/jboss/reflect/plugins/ConstructorInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.12modifiedkkhansrc/main/org/jboss/reflect/plugins/InheritableAnnotationHolder.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.14modifiedkkhansrc/main/org/jboss/reflect/plugins/MethodInfoImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistAnnotatedInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistAnnotatedParameterInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistAnnotationInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistConstructorInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistEnumInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistFieldInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.1addedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistInheritableAnnotationHolder.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistMethodInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.2modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistParameterInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.3modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistTypeInfo.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends
1.3modifiedkkhansrc/main/org/jboss/reflect/plugins/javassist/JavassistTypeInfoFactoryImpl.java[JBMICROCONT-94 Implement and test annotation access from ClassInfo and friends

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to