The /org.apache.karaf.features.cfg/ file generated by the Maven plugin included this line:
When executed in a Windows environment, this creates an invalid URI because /karaf.home/ contains back slashes instead of forward slashes. This results in the exception below being thrown. A work around was to hard code the /karaf_home/ value with forward slashes in the /karaf.bat/ file. -- View this message in context: http://karaf.922171.n3.nabble.com/Exception-caused-by-featuresRepositories-property-being-set-incorrectly-tp4041164.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
