Questions tagged [karaf-maven-plugin]

24 questions
0
votes
1 answer

karaf-maven-plugin: unable to resolve missing requirement osgi.cdi

I have seen a couple of similar issues reported here but they were either unanswered or with non relevant solutions for my case. I'm trying to build a maven project using the karaf-maven-plugin. Here is the POM's relevant fragment:
Seymour Glass
  • 81
  • 2
  • 15
0
votes
2 answers

How to resolve the chain dependency error in karaf?

I am getting the following error when I try to start one bundle Chain 1: foo.bar.fizz.core.rest.impl [foo.bar.fizz.core.rest.impl [208](R 208.0)] import: (&(osgi.wiring.package=javax.annotation)(version>=1.2.0)(!(version>=2.0.0))) | …
cafebabe1991
  • 4,928
  • 2
  • 34
  • 42
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…
0
votes
1 answer

Karaf error installing OSGi bundle listed in startup.properties with url

I am getting following error while Karaf comes up: Error installing bundle listed in startup.properties with url - mvn:org.apache.karaf.service/org.apache.karaf.service.guard/3.0.6 = 10 Content of startup.properties is as…
Anshul Singhal
  • 1,983
  • 20
  • 25
0
votes
1 answer

Create empty folder on Karaf / ODL / Opendaylight

I need to create an empty folder when installing a feature. Any suggestion? So far I tried something like(without success): org.apache.maven.plugins maven-antrun-plugin
Hook
  • 127
  • 1
  • 1
  • 5
0
votes
1 answer

Can karaf-maven-plugin use dependencies from the reactor?

We are using karaf-maven-plugin to validate features.xml in a project with multiple modules. A typical feature definition looks like this:
Dan Berindei
  • 7,054
  • 3
  • 41
  • 48
0
votes
1 answer

How can I add bundle to karaf Custom Distribution?

I create karaf Custom Distribution
user5620472
  • 2,722
  • 8
  • 44
  • 97
0
votes
0 answers

Integrating Python package/project into apache KARAF

I am new to Apache Karaf. after spending 2 days on internet got some idea about what the KARAF is for. My requirement is to integrating some of the Python projects into the Apache Karaf container. Q1.) is it possible to integrate Python…
Ghost Rider
  • 688
  • 3
  • 17
  • 38
0
votes
2 answers

Error Using AWS Encryption Library in OSGI bundle

I'm trying to use AWS Encryption "DirectKmsMaterialProvider" in my karaf OSGI service but it is throwing classnotfound exception: Caused by: java.lang.ClassNotFoundException: com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException…
1
2