Hi again,

this here is the clue:

> Caused by: org.osgi.framework.BundleException: Unable to cache bundle:
> link:classpath:META-INF/links/org.ops4j.pax.exam.link

One of the Pax Exam bundles cannot be installed, probably because the classpath: URL handler is missing, so something must be wrong with your basic project setup.

It seems you're using pax-exam-link-assembly instead of pax-exam-link-mvn.

Please try using the dependencies from [1] for the Native Container, and temporarily remove all your own bundles from your test configuration, to make sure that Pax Exam itself starts without errors.

Then start adding your own stuff.

[1] http://team.ops4j.org/wiki/display/paxexam/Pax+Exam+Maven+Dependencies

Best regards,
Harald



_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to