Hello, 

I have just used pax exam to write a simple test for an OSGi bundle. I have
used a pax runner configuration to start up my container as i
intend to use that for starting app my final application as well.

I have noticed, that with 3.0+ the following configuration would not work
anymore:

  @Configuration
  def config = {
    import org.ops4j.pax.exam.CoreOptions._

    options(
      equinox(),
      junitBundles(),
      scanComposite("classpath:scala.composite")
    )
  }


Is there something like scanning a composite in 3.0+ and providing different
runtimes that i failed to spot ?


Thanks and best regards
Andreas



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

Reply via email to