Hi, Context: I want to use pax-exam for our business integration tests that needs to have a database (neo4j) that is not OSGi friendly running before the test are executed. we use maven.
Also, neo4j provides a embedded server that works extremely well outside of an OSGi container, but I can't find a way to start this embedded server with pax-exam outside of the container before the pax-exam machinery is starting. The idea is to start the database in the non-OSGi context when the pax-runner is starting, something like the beforeClass, and stop the database after all the tests are finished ala afterClass. Does anyone has an idea how to do this ? Thanks Nicolas -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
