Re: adding new mvn repository fails with repository spec is empty

2016-09-25 Thread souciance
Hi, I managed to solve it. There were two issues. 1) The id was missing. 2) One of other mvn urls had a space at the end and this caused the error with repository spec is empty. Once the space was removed it worked. Best Souciance On Sun, Sep 25, 2016 at 8:52 PM, jbonofre [via Karaf] <

Re: adding new mvn repository fails with repository spec is empty

2016-09-25 Thread Jean-Baptiste Onofré
Did you have provided @id ? It's now mandatory. Regards JB On 09/25/2016 02:43 PM, souciance wrote: Hello, I have added a new mvn url in the mvn.cfg file like below: org.ops4j.pax.url.mvn.repositories= \ http://repo1.maven.org/maven2@id=central, \

adding new mvn repository fails with repository spec is empty

2016-09-25 Thread souciance
Hello, I have added a new mvn url in the mvn.cfg file like below: org.ops4j.pax.url.mvn.repositories= \ http://repo1.maven.org/maven2@id=central, \ http://repository.springsource.com/maven/bundles/release@id=spring.ebr.release, \

Karaf 4.0.6 / pax-exam 4.8.0 hangs

2016-09-25 Thread Benson Margulies
Folks, Since we upgraded to 4.0.6 of Karaf, our integration tests sometimes hang. The karaf log is uninformative. Here is a thread-dump of Karaf, https://gist.github.com/benson-basis/99c51ad89c2358a08b7255b7d20db47a And here is one of the surefire JVM that is supposed to test it. If anyone