Re: [pax exam] Running code outside the OSGi container

2021-03-31 Thread Oliver Lietz
On Tuesday, 30 March 2021 18:51:36 CEST Thomas Dalton wrote: > Christian, Hi Tom, > Were you able to figure out a solution to starting/stopping docker > containers while using the PaxExam runner? I want to be able to use > TestContainers (https://www.testcontainers.org/) to spin up an external

Re: [pax exam] Running code outside the OSGi container

2021-03-30 Thread Thomas Dalton
Christian, Were you able to figure out a solution to starting/stopping docker containers while using the PaxExam runner? I want to be able to use TestContainers (https://www.testcontainers.org/) to spin up an external DB and verify services can talk to the DB, Thanks, Tom On Saturday, May 5,

[pax exam] Running code outside the OSGi container

2018-05-04 Thread Christian Schneider
I would like to have code executed outside of the OSGi container in the process where junit runs. This used to work with @BeforeClass in older versions of pax exam. Now these methods are also run in OSGi. Is there some way to run my code outside in a generic way? What I did until now is to