Skip to content

Instantly share code, notes, and snippets.

@abstractj
Created January 10, 2012 15:05
Show Gist options
  • Save abstractj/1589499 to your computer and use it in GitHub Desktop.
Save abstractj/1589499 to your computer and use it in GitHub Desktop.
houston
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.torquebox.core.util.ReflectionHelperTest
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.404 sec
Running org.torquebox.core.app.processors.RuntimePoolInstallerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.406 sec
Running org.torquebox.core.pool.SimplePoolTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.689 sec
Running org.torquebox.core.processors.TorqueBoxYamlParsingProcessorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 sec
Running org.torquebox.core.component.ComponentResolverTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.086 sec
Running org.torquebox.core.pool.processors.PoolingYamlParsingProcessorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec
Running org.torquebox.core.component.ComponentEvalTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 sec
Running org.torquebox.core.runtime.VFSLoadServiceTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.torquebox.core.injection.processors.InjectionYamlParsingProcessorTest
java.lang.ClassCastException: java.lang.String cannot be cast to java.lang.Boolean
at org.torquebox.core.injection.processors.InjectionYamlParsingProcessor.parse(InjectionYamlParsingProcessor.java:21)
at org.torquebox.core.processors.AbstractSplitYamlParsingProcessor.deploy(AbstractSplitYamlParsingProcessor.java:131)
at org.projectodd.polyglot.test.as.AbstractDeploymentProcessorTestCase.deploy(AbstractDeploymentProcessorTestCase.java:65)
at org.projectodd.polyglot.test.as.AbstractDeploymentProcessorTestCase.deployResourceAs(AbstractDeploymentProcessorTestCase.java:95)
at org.torquebox.test.as.AbstractDeploymentProcessorTestCase.deployResourceAsTorqueboxYml(AbstractDeploymentProcessorTestCase.java:28)
at org.torquebox.core.injection.processors.InjectionYamlParsingProcessorTest.testJunkPoolingYml(InjectionYamlParsingProcessorTest.java:51)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:21)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102)
at org.apache.maven.surefire.Surefire.run(Surefire.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment