Questions tagged [apache-karaf-feature]

Apache Karaf provides a simple and flexible way to provision applications called Feature.

Apache Karaf provides a simple and flexible way to provision applications. In Apache Karaf, the application provisioning is an Apache Karaf "feature". A feature describes an application as: name, version, optional description, set of bundles (jars), set configuration files, set of dependency features.

When you install a feature, Apache Karaf installs all resources described in the feature.

19 questions
0
votes
0 answers

Karaf 4.3.6 Unresolved requirements:&(osgi.wiring.package=org.apache.felix.cm.json)(version>=1.0.0)(!(version>=2.0.0)))

Getting bundle exception with karaf 4.3.6. ERROR Events.Framework - FrameworkEvent ERROR org.osgi.framework.BundleException: Unable to resolve org.apache.karaf.features.core [10](R 10.0): missing requirement…
0
votes
1 answer

Karaf-assembly and features: new and old method?

I am attempting to create a Java Maven OSGI Desktop Application which can be launched using Karaf. The project includes several bundles. I believe I need to create features and assemble them? From Karaf's documentation it seems there is a new and…
1288Meow
  • 319
  • 2
  • 7
0
votes
1 answer

apache-camel 3.4.0 - Error executing command: No matching features for camel-catalog/0

Expected behaviour with camel version 2.15.2/2.24.1 Below url has feature as…
prabhu
  • 39
  • 6
0
votes
1 answer

Karaf Cellar: Issue installing Kar file -> Maven can not find artifact

Currently, I have two cellar nodes, with the same configuration in the same group. I configured maven in the node A with a local repository in my network, reachable for both nodes. For this, I edited "org.ops4j.pax.url.mvn.localRepository" in the…
1
2