Hi,

I've been trying to get Fuse testing working with Pax Exam1.  I
encountered a but has a pax exam fix version of 2.0.0.  Consequently,
I decided it's a good time to switch:)

Anyhow, I'm wondering if it's possible to use the Karaf tooling stuff
with Pax Exam 2.  I found https://github.com/tonit/karafonexam2, but
the pom's look like it still points to pax exam 1.2.4.

This is what I use in my pax exam 1 based test:

String configUrl = "file://" + classesDir + "etc/config.properties";
...
  combine(
                     Helper.getDefaultConfigOptions(
                             Helper.getDefaultSystemOptions(homeDir)
                             , new URL(configUrl)
                         )
                     , Helper.getDefaultProvisioningOptions()
                 )

Thanks.

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

Reply via email to