Hi
for me the problem is in the
org.apache.servicemix.jbi.container.DeploySupport
protected String getFilePrefix() {
- return isFileUrlFormat() ? "file://" : "";
+ return isFileUrlFormat() ? "file:///" : "";
}
Fixed this way the URL object is created correctly.
What do you mean?
--
View this message in context:
http://www.nabble.com/Camel-Samples-Itest-exits-with%3A-%27UknownHost-C%27-on-deploying-shared-lib-tp15226248s12049p15249060.html
Sent from the ServiceMix - Dev mailing list archive at Nabble.com.