[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: deployer test failures
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Apr 29 18:43:32 EDT 2008
I see the same error from within eclipse if I run the test. The test classpath is missing the gnu trove classes, and I see this referenced in no pom.xml.
| -------------------------------------------------------------------------------
| Tests run: 2, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec <<< FAILURE!
| warning(junit.framework.TestSuite$1) Time elapsed: 0.003 sec <<< FAILURE!
| junit.framework.AssertionFailedError: Exception in constructor: testClassAnnotation (java.lang.NoClassDefFoundError: gnu/trove/TLongObjectHashMap
| at org.jboss.aop.AspectManager.<init>(AspectManager.java:116)
| at org.jboss.aop.AspectManager$1.run(AspectManager.java:281)
| at org.jboss.aop.AspectManager$1.run(AspectManager.java:269)
| at java.security.AccessController.doPrivileged(Native Method)
| at org.jboss.aop.AspectManager.initManager(AspectManager.java:267)
| at org.jboss.aop.AspectManager.instance(AspectManager.java:246)
| at org.jboss.aop.AspectManager.instance(AspectManager.java:235)
| at org.jboss.test.deployers.scope.support.TestComponentCreator.<init>(TestComponentCreator.java:51)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4147667#4147667
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4147667
More information about the jboss-dev-forums
mailing list