Hello, While trying to upgrade from Karaf 3.0.3 to 4.0.2, my integration test (now using Pax-Exam version 4.6.0) started to fail because of the wrap protocol is not known. One of the jars in my features.xml uses the “wrap” prefix.
<bundle>wrap:mvn: …. An exception is thrown: Caused by: java.net.MalformedURLException: Unknown protocol: wrap This used to work just fine before the upgrade. Is there anything I need to specify so that the wrap protocol is recognized? Best regards, Alex Soto
