servicemix - What is the correct URL to make available the FAB feature in karafe? -
at http://fuse.fusesource.org/bundle/faq.html#how_do_i_enable_fab_support_in_my_osgi_container_, instructed do:
features:addurl mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xml/features features:install fuse-bundle
in karafe enable fab. results in:
could not add feature repository: java.lang.runtimeexception: url [mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xml/features] not resolved. please verify feature repository url correct , network connection works fine.
can advise url should use , find such information on ongoing basis? also, where, more generally, official place such documentation. have not found redhat's stewardship terribly helpful in regard.
thanks
you need add maven repository apache karaf configuration file. see etc directory, there file org.ops4j.pax.url.mvn.cfg add fusesource repo fab distribution is.
notice easier use jboss fuse or fuse esb enterprise, have fab enabled out of box.
the repo url is: http://repo.fusesource.com/nexus/content/repositories/releases
so in etc/org.ops4j.pax.url.mvn.cfg file add line repos in bottom of file:
http://repo.fusesource.com/nexus/content/repositories/releases@id=fusesource.release.repo, \
Comments
Post a Comment