org.ops4j.pax.exam2 icon indicating copy to clipboard operation
org.ops4j.pax.exam2 copied to clipboard

Pax Exam is an in-container testing framework for OSGi

Results 107 org.ops4j.pax.exam2 issues
Sort by recently updated
recently updated
newest added

**[Harald Wellmann](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:22a27d04-788e-4f94-b3c8-ac0f72869ed0)** created **[PAXEXAM-471](https://ops4j1.jira.com/browse/PAXEXAM-471)** As surfaced in [PAXEXAM-455](https://ops4j1.jira.com/browse/PAXEXAM-455) , the logic for collecting all tests in a reactor before running a test suite is not quite deterministic and behaves differently...

type: improvement
component: core

**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-496](https://ops4j1.jira.com/browse/PAXEXAM-496)** I have the following use case: The testcase just provisions some basic bundles, as well as a "kickstart-bundle" that installs all requirements on the fly from...

type: improvement

**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-542](https://ops4j1.jira.com/browse/PAXEXAM-542)** It would be nice if one could makr a bundle as required like bundle(...).require() and this then would simply add this bundle as a Require-Bundle dependecy...

type: improvement
component: forked test container
component: native test container
component: core

**[Michael Taeschner](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:fc22b9b7-98f9-4897-b67e-eac92856920a)** created **[PAXEXAM-554](https://ops4j1.jira.com/browse/PAXEXAM-554)** Using pax-exam-karaf container with Karaf 2.3.x (tested with 2.3.1, 2.3.2) the test starts before all bundles are deployed resulting in java.lang.ClassNotFoundException or required bundles not being...

type: bug

**[Jean-Baptiste Onofre](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:ceaddc8e-afbf-4078-a7c0-089234224087)** created **[PAXEXAM-560](https://ops4j1.jira.com/browse/PAXEXAM-560)** Currently, if the user uses <repositories/> section in the pom.xml, pax-exam Karaf container should use these repositories in the etc/org.ops4j.pax.url.mvn.cfg file from the bootstrapped Karaf container....

type: improvement
component: karaf test container

**[Oliver Lietz](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:a018e4d5-9bbe-4268-9ae9-2c253f8fe872)** created **[PAXEXAM-700](https://ops4j1.jira.com/browse/PAXEXAM-700)** repeatable NPEs when running [Sling Launchpad Karaf ITs](https://github.com/apache/sling/tree/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/src/test/java/org/apache/sling/launchpad/karaf/tests/bootstrap): ``` [org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer] : Shutting down the test container (Pax Runner) 2015-04-03 11:08:19,982 | ERROR | BundleWatcher: 1 |...

type: bug
component: karaf test container

**[Oliver Lietz](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:a018e4d5-9bbe-4268-9ae9-2c253f8fe872)** created **[PAXEXAM-699](https://ops4j1.jira.com/browse/PAXEXAM-699)** repeatable NPEs when running [Sling Launchpad Karaf ITs](https://github.com/apache/sling/tree/trunk/contrib/launchpad/karaf/org.apache.sling.launchpad.karaf-integration-tests/src/test/java/org/apache/sling/launchpad/karaf/tests/bootstrap): ``` [org.ops4j.pax.exam.karaf.container.internal.KarafTestContainer] : Shutting down the test container (Pax Runner) 2015-04-03 11:08:19,982 | ERROR | BundleWatcher: 1 |...

type: bug
component: karaf test container

**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-809](https://ops4j1.jira.com/browse/PAXEXAM-809)** Sometimes it is desired to include arbitary resources into the test-probe (e.g. test-data). The option should accept at least an Inputstream to read from. --- Votes:...

type: new feature

**[A. Soroka](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:24c578cc-15e9-4649-9f68-5eace85735e0)** created **[PAXEXAM-808](https://ops4j1.jira.com/browse/PAXEXAM-808)** An `includeMavenResources()` for projects using Apache Maven would be very convenient. This option would include all resources in source folder `src/test/resources` inside the test probe. This...

type: improvement
component: core

**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-825](https://ops4j1.jira.com/browse/PAXEXAM-825)** Currently we only allow an url to be given as a String, and later on create from these an URL (or even try to since we...

type: improvement