I'm currently trying to use pax-drone as my integration testing framework while implementing a JCA resource adapter that embeds equinox into a JEE container. I'm not using pax-runner as a runtime environment, nor do I see any use in doing so, given my application's rather special nature.
While implementing a first, simple test went rather smoothly, for a more elaborate integration test I now need to configure the embedded OSGi runtime (equinox in my case). To be more specific, I need to set "osgi.instance.area" to point to a directory suitable for my tests. I tried using system properties in my maven-surefire-plugin configuration, yet these are obviously not being picked up. How can I pass framework properties into the embedded OSGi platform? Cheers, Olaf
_______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
