Questions tagged [embedded-osgi]

23 questions
0
votes
1 answer

no osgi ready dependencies

Currently I'm working with osgi and karaf. My problem is the no "osgi ready" dependencies , which means a jar that is not ready to be deployed as a bundle into karaf for example. I tried two solutions in order to deal with this kind of problems…
larnouch
  • 189
  • 1
  • 15
0
votes
1 answer

Felix GoGo Shell throws MalformedURLException: unknown protocol: bundleresource in Equinox

I am writing an extension to a Java application called ZAP. The extension is a fat/uber jar that has the Equinox bundle (org.eclipse.osgi) inlined. Additional bundles are also included in this jar, within a sub-directory bundles. The OSGi framework…
coastalhacking
  • 307
  • 2
  • 13
0
votes
1 answer

Apache Felix Host expose dependencies OSGi

I am using Apache Felix to create an embedded OSGi host application. I am using the following code to expose the packages I want to expose: List extra = new…
tarka
  • 5,289
  • 10
  • 51
  • 75
0
votes
1 answer

OSGi ServiceFactory returns an uncasteable Object

I've been trying to make this work for the whole day now and it's frustating cause i dont see anything wrong with my code. Here are my classes: DisplayerServiceFactory.java package com.lincesoft.imperator.displayer.provider; import…
0
votes
0 answers

Can't get BundleContext outside Activator class

I am trying to embed OSGi in my application following Neil Bartlett's tutorial. My code is this: public class OsgiInitServletContextListener implements ServletContextListener { @Override public void…
Tamas G.
  • 677
  • 3
  • 21
  • 38
0
votes
1 answer

I don't find the build tools 16 can I use the 17?

I am relative new in Android world so if my question don't make sens please have patient with the new guy. I what to dexifing some jars so I can run a OSGi environment on android. My problem is I can't download the build-tools revision 16 with the…
ender.an27
  • 703
  • 1
  • 13
  • 35
0
votes
1 answer

Is there a ApacheDS 2.0 OSGI version?

I am using ApacheDS 2.0 and looking for OSGI version so that I can use it in OSGI container. I was not able to find one. Anyone else know if there is one out there?
DaBears
  • 291
  • 4
  • 9
0
votes
1 answer

Which package for FrameworkFactory I am supposed to choose in OSGi?

I recently started using OSGi framework.. I am trying to launch an OSGi container from a maven based project.. I have added this dependency in my pom.xml file in the above maven project- org.apache.felix
AKIWEB
  • 19,008
  • 67
  • 180
  • 294
1
2