-
1. Re: How to install FAB feature into ServiceMix/Karaf?
ffang Jul 17, 2013 6:19 AM (in response to sparkli)Hi,
Somehow that doc is a bit out of data, you should use something like
features:addUrl mvn:org.fusesource.fabric/fuse-fabric/7.0.1.fuse-084/xml/features
features:install fabric-bundle
Freeman
-
2. Re: How to install FAB feature into ServiceMix/Karaf?
sparkli Jul 18, 2013 12:55 AM (in response to ffang)Thank you ffang!
Are you also come from china?
After executing your command, following error occurs:
java.lang.RuntimeException: URL mvn:org.ops4j.base/ops4j-base-net/1.2.2 could not be resolved.
It seems the 1.2.2 does not exist in the central repository.
have you tested the commands?
-
3. Re: How to install FAB feature into ServiceMix/Karaf?
ffang Jul 18, 2013 2:07 AM (in response to sparkli)Hi,
Yes, I'm from China.
And mvn:org.ops4j.base/ops4j-base-net/1.2.2
is in the maven central repo
http://repo2.maven.org/maven2/org/ops4j/base/ops4j-base-net/1.2.2/
Ensure your machine has internet connection and the firewall/proxy stuff configuraion is correct for you to access the internet.
Freeman