Yes, you were right, there were some wrong maven dependencies in pom files. Thanks a lot!
On Wed, Aug 17, 2011 at 11:23 AM, Harald Wellmann <[email protected]>wrote: > Looks like a version conflict for a Maven library, which is used internally > by Pax Exam, Pax Runner and Pax URL to resolve mvn: URLs or mavenBundle() > options. > > Do you have any Maven libraries in your classpath which could be causing > the problem? > > Can you try to isolate the problem? If there is a general issue with Maven > APIs in your project context, then you'll probably get the same kind of > error from any Pax Exam test attempting to provision a mavenBundle(). > > Best regards, > Harald > > > -------- Original-Nachricht -------- > > Datum: Wed, 17 Aug 2011 10:15:21 +0200 > > Von: Vladimir Stevanovic <[email protected]> > > An: [email protected] > > Betreff: Pax-Exam 2 and java.lang.VerifyError > > > Hi, > > I'm having trouble executing pax exam test. I've got the following error: > > > > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.919 sec > > <<< FAILURE! > > > initializationError(org.gs4tr.editor.project.exportimport.osgi.ExportProjectServiceImplOsgiTest) > > Time elapsed: 0.003 sec <<< ERROR! > > java.lang.VerifyError: (class: > > org/apache/maven/model/validation/DefaultModelValidator, method: > > validateEffectiveModel signature: > > > (Lorg/apache/maven/model/Model;Lorg/apache/maven/model/building/ModelBuildingRequest;Lorg/apache/maven/model/building/ModelProblemCollector;)V) > > Incompatible argument to function > > at > > > org.apache.maven.model.building.DefaultModelBuilderFactory.newModelValidator(DefaultModelBuilderFactory.java:134) > > at > > > -- > Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir > belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de > > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general >
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
