You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Manu George <ma...@gmail.com> on 2007/06/06 16:41:11 UTC

Error when running tests in eclipse

Just a Heads up.
When running tests in eclipse failures can occur due to class conflict
of the annotation spec classes. This is because tomcat's annotation
spec classes also get added to classpath in the modules where we have
dependency on catalina 6.0.10 as its pom has dependencies to
annotations-api jar of tomcat. Currently I think only openejb-loader
has that and removing that dependency in eclipse will solve this
problem.

Regards
Manu