So I went ahead and modified the test to have a hardcoded maven URL for the apache-karaf artifact.
final String karafDistributionUrl = "https://repo1.maven.org/maven2/org/apache/karaf/apache-karaf/" + karafVersion + "/apache-karaf-" + karafVersion + ".zip"; But the ArchiveExtractor doesn't like ".zip" unless you are using a "file://" scheme. It does like "/zip" with "http" but I'm not sure how to use that as the actual URL doesn't have a "/zip" included? So I tried switching "https" for "file" anyways. It took a long time to fail, but eventually it did with a Connection timeout. At this point I'm stumped and wondering how other people are using Pax-Exam? Is it just the Karaf test container setup that is broken? If anyone has a suggestion please send it along cheers, jared -- -- ------------------ 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/ops4j/782d8fb8-2104-4f7e-aa7d-d2b2659121de%40googlegroups.com.
