[jboss-dev-forums] [Design the new POJO MicroContainer] - SpecialValueFactoryUnitTestCase failure
scott.stark@jboss.org
do-not-reply at jboss.com
Fri Feb 22 09:20:41 EST 2008
I just pulled down the current mc trunk contents and did a mvn install, and the SpecialValueFactoryUnitTestCase is failing to start:
| Running org.jboss.test.metatype.types.test.MetaTypeUnitTestCase
| Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec
| Running org.jboss.test.metatype.values.factory.test.SpecialValueFactoryUnitTestCase
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD FAILURE
| [INFO] ------------------------------------------------------------------------
| [INFO] There are test failures.
|
| Please refer to /home/svn/JBossMC/jbossmc/metatype/target/surefire-reports for the individual test results.
| [INFO] ------------------------------------------------------------------------
| [INFO] For more information, run Maven with the -e switch
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 6 minutes 11 seconds
| [INFO] Finished at: Fri Feb 22 06:13:47 PST 2008
| [INFO] Final Memory: 29M/114M
| [INFO] ------------------------------------------------------------------------
| [starksm at succubus jbossmc]$
|
| [starksm at succubus jbossmc]$ cat metatype/target/surefire-reports/org.jboss.test.metatype.values.factory.test.SpecialValueFactoryUnitTestCase-output.txt
| org.apache.maven.surefire.booter.SurefireExecutionException: Unresolved compilation problem:
| ; nested exception is java.lang.Error: Unresolved compilation problem:
|
| java.lang.Error: Unresolved compilation problem:
|
| at org.jboss.metatype.api.types.MetaTypeFactory.getInstance(MetaTypeFactory.java:46)
| at org.jboss.test.metatype.values.factory.test.AbstractMetaValueFactoryTest.<clinit>(AbstractMetaValueFactoryTest.java:43)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:597)
| at org.apache.maven.surefire.junit.JUnitTestSet.createInstanceFromSuiteMethod(JUnitTestSet.java:180)
| at org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:140)
| at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197)
| at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
| at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
| at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:597)
| at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
| at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4131409#4131409
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4131409
More information about the jboss-dev-forums
mailing list