Questions tagged [felix-dependency-manager]

The Dependency Manager provides a compact and versatile Java API that allows you to declaratively and programmatically register, acquire, and manage dynamic OSGi components.

http://felix.apache.org/documentation/subprojects/apache-felix-dependency-manager.html

19 questions
0
votes
1 answer

Amdatu JPA (bndtools, felix DM) not resolving DataSource service

So I was loosely following the Amdatu JPA video tutorial and I almost got it working... At a glance everything seems to be fine, only DataSource service is not resolved and I don't know why. It seems to me that it is registered. So how would I go…
0
votes
1 answer

Why am I getting "Activator not found" when starting my service?

I wrote a test class for OSGi Felix framework testing. The class is as follows: package tutorial.example2.service; import java.util.Hashtable; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class…
AnOldSoul
  • 4,017
  • 12
  • 57
  • 118
0
votes
1 answer

How to get Dependency chain in Apache Karaf (Felix framework)

I am getting uses constraint violation as below while installing a feature in Apache Karaf (karaf framework is felix and version is 4.2.1) could not be resolved. Reason: Package uses conflict: Import-Package: org.apache.http.entity;…
0
votes
1 answer

Felix Dependecy-Manager not creating GoGo-Command

I am trying to create a GoGo-Shell-Command using the Felix-Dependency-Manager (Version 3.2.0) without Annotations. As far as I understand, the gogo-runtime uses the whiteboard-pattern and scans for services with Properties using the keys…
lostiniceland
  • 3,729
  • 6
  • 38
  • 50
1
2