Apache Felix is a community effort to implement the OSGi R4 Service Platform and other interesting OSGi-related technologies under the Apache license.

learn more… | top users | synonyms

0
votes
1answer
9 views

Test Apache Felix with Java 8 and JavaFX

I'm working on example with JavaFX 2.2 and Java 8. I created this simple Apache Felix Activator: import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class ...
0
votes
0answers
10 views

Felix FileInstall configuration in Eclipse

I'm trying to integrate the Apache Felix FileInstall bundle inside my Eclipse project, but I'm absolutely desperate about how to configure it properly. I've tried to find the correct answer for days ...
0
votes
2answers
28 views

Using an embedded OSGi container

I am building some modules which I want to expose as OSGi bundles without any actual dependencies to OSGi libraries. It would seem that this is possible using the declarative services option. However ...
0
votes
1answer
24 views

Apache Felix File Install example

Is there any example of how to configure/install Apache Felix File install? In official website, it has been mentioned you need to configure properties etc. But no way they have mentioned where you ...
0
votes
2answers
30 views

Cannot start embeded Apache Felix

I want to create Java Desktop application based on Apache Felix Framework. I created this main Java Class: package test.main; import test.activator.Activator; import java.util.ServiceLoader; import ...
0
votes
1answer
23 views

How to add services to desktop Apache Felix application

I'm new to Apache Felix. I want to create simple Desktop application based on Apache Felix framework. I found this simple example how to create simple main method which starts the framework as ...
0
votes
1answer
23 views

Apache Felix & Web Start: loading bundles

I've read similar questions but I still don't have all the pieces together. Is it possible (and if yes how) to start an Apache Felix based OSGi desktop application via Java Web Start? My main ...
0
votes
1answer
27 views

Branding Apache Felix web console

I am trying to brand a Apache Felix web console, but I am not able to find resource for the same. As per Apache Felix website, Branding for the Web Console can be provided in two ways: By ...
1
vote
2answers
52 views

How to build desktop applications with Apache Karaf/OSGi?

Well im into building OSGi application for a while, but i can't really find some tutorials which show the way to build Desktop Application ( in any languages ) with OSGi/Karaf. I want to use karaf ...
0
votes
3answers
78 views

How Apache Karaf sorts bundles to install and start?

I have defined four bundles: bundle 1 : export package x version 1 bundle 2 : import package x ver [1,2] and export package y;y uses x bundle 3 : export package x version 2 bundle 4 : import ...
1
vote
1answer
23 views

How do you debug annotation injectors when they just appear null?

I am currently working with CQ5/AEM, and we have an @Reference annotation that seems to act in a similar fashion to an injector annotation. Our problem was that we had a misconfiguration in our POM ...
-1
votes
2answers
31 views

Sling Event Listening Code not working

I would like to have practical knowledge on Sling Eventing so i was trying to write the code. I have written a code but my sling eventing is not working. I can see my bundle active in osgi felix ...
0
votes
1answer
28 views

Felix log level regarding ServiceEvent and BundleEvent [SOLVED]

Every time Felix starts a bundle, I get logging output on the lines of: BundleEvent STARTED BundleEvent RESOLVED ServiceEvent REGISTERED The log level is debug, and it doesn't come from any felix ...
1
vote
1answer
60 views

Using Service Component Runtime

I goal is to remove dependencies on OSGi from my bundles. I use felix (v 4.2.1) as impl and run it embeddable. I install org.apache.felix.scr (v. 1.6.2) bundle to have Service Component Runtime ...
1
vote
2answers
96 views

Maven SCR Plugin - Not generating OSGI-INF folder

I have been having trouble getting my SCR plugin working. I have searched as much as I could bur only found examples that were not similar to the structure I am required to use. Snippets of POMs ...
-1
votes
1answer
38 views

Overriding java class in bundle from another bundle

Can an inherited bundle override the java classes in parent bundle. I would like to change the one of the class in the bundle so for this i will use inheritance concept to have a new bundle inheriting ...
0
votes
1answer
40 views

Adding Embeded-Dependency in maven

Actually when i build my project it deploys the bundle to the running OSGI console. Now the bundle is in installed state and shows an red alert that commons-net bundle can not be find. One way of ...
2
votes
2answers
85 views

OSGi force bundle start twice with different configurations

I'm using embedded Felix in my application. Application can potentially deal with lot of plugins that exposes similar interface IFoo. There is default an implementation FooImpl Hopefully for most ...
3
votes
1answer
42 views

which one is called first Activate function or bind function in SCR Runtime

I was confused with the order that which function Activate function or bind function gets called when component become active. In my opinion activate function function will be called first as Bind ...
0
votes
2answers
165 views

OSGi component configurable via Apache Felix

I'm a complete newb at this so I apologize in advance. I'm trying to create an OSGi component that simply shows a hello world message and is configurable via the input from felix. Then spits it out ...
1
vote
1answer
27 views

FTP client can not be resolved in felix

I am facing a problem that org.apache.commons.net.ftp.ftpclient cannot be resolved when bundle is deployed to the Felix console. I have added a maven dependency also in the pom. But didn't get how can ...
0
votes
1answer
28 views

Creating Bundle in osgi framework like felix

I would like to create a simple bundle as maven project. Please let me know how can i do it. Actually i can create a bundle with using the existing pom but now i don't want to do that.I want to make ...
0
votes
1answer
58 views

How to find the package dependency of an OSGi bundle

I have 2 OSGi Bundle Repositories. I want to use API to check if a bundle has any dependency problems provided the 2 obr. How can I invoke api to do that? It seems I can use the following code with ...
0
votes
1answer
38 views

Component provides a service

I have one doubt in understanding the term component and service in OSGI. I am using apache felix framework. I have read in the this link ...
1
vote
1answer
110 views

Deploy exploded bundle to Apache Felix using an Eclipse launch task

I am looking for a way to (re)deploy an exploded bundle (meaning not jarred but in a folder) to a running Apache Felix OSGi container from within Eclipse, preferably using a launch task. I found this ...
0
votes
2answers
50 views

In Karaf, is there any way to control the order in which kar files load? Regarding cross-kar file dependencies

It appears in karaf, that if kar file A has a feature that depends on a feature in kar file B, and kar file A loads before B, the install of the features in kar file A will fail, saying there is an ...
0
votes
1answer
51 views

OSGi service class dependencies

I was wondering what would be a good way of organising my bundles so that classes required as parameters to services can be shared between them. I have a couple of services interfaces which expose ...
0
votes
1answer
79 views

Apache Felix set Classloader to restrict class access on Android

I'm running Apache Felix as a bundle loader inside an Android app. Since the Jaca SecurityManager isn't accessible there, I'm looking for a solution to prevent the bundles from accessing certain ...
0
votes
1answer
56 views

Configuring CORS in Felix's HTTPService (backed with Jetty)

I'm running a felix container with HttpService implemented by Jetty. Jetty supports CORS using the Cross-Origin-Filter and it's usually configured in web.xml as seen e.g. here Unfortunately, the ...
0
votes
1answer
48 views

Apache Felix Bundle Heap Memory Usage Monitoring

Is there a nice tool to monitor how much heap memory each of the OSGI bundles take over time ? Thanks, Retep
0
votes
2answers
252 views

Getting java.lang.NoClassDefFoundError: javax/naming/NamingException error when I access the OSGI bundle with JPA support

I am using OpenJPA as JPA provider. I have created the small OSGI bundle project with the JPA2.0 support. This bundle provides the persistnce functionality to its clients. I created another client ...
0
votes
1answer
155 views

Apache Felix on Android 4.1 / 4.2 (JellyBean)

Has anyone tried to run Apache Felix on Android 4.1 oder 4.2 ? To me, it look as if something has been changed on the android classloader and now it no longer works. i start apache felix ...
0
votes
1answer
120 views

Exception logged when using custom css in JavaFX in Felix OSGI

I'm getting the exception below logged to stderr when trying to use my own custom css in JavaFX 2.2 (from JDK 7 update 11). It's funny because the css is actually found and used in my application so ...
0
votes
1answer
177 views

OSGi bundle as external webservice client

I need to call an external webservice from my bundle which is deployed in apache felix container ( I can not use ServiceMix, fuse...) I added the bundle cxf-dosgi (which can be downloaded from here) ...
1
vote
2answers
81 views

Blacklisting ServiceReference

I am developing a Java application in order to manage event in the OSGi framework. However, I have a warning as following: WARNING: EventAdmin: Blacklisting ServiceReference ...
0
votes
2answers
82 views

Loading ipojo Maven Bundle in Pax Exam Test

I am trying to create a test using Pax Exam, where some of the bundles that I am loading for the test depend on the package "org.apache.felix.ipojo". If I were to leave out a line loading this bundle ...
1
vote
1answer
110 views

error when deploying jersey/helloworld-osgi-webapp on glassfish 3.1.2.2

When trying to deploy the sample jersey war bundle code (helloworld-osgi-webapp on git: https://github.com/jersey/jersey-1.x/tree/master/jersey/samples/helloworld-osgi-webapp) on Glassfish 3.1.2.2, I ...
0
votes
2answers
250 views

How and where configure bundles through “apache felix configAdmin”

I try to use the "Apache Felix" implementation of OSGi for my project, I launch the framework from the distributable jar (/bin /felix.jar). I have created simple example bundles to register or consume ...
0
votes
2answers
295 views

Beginner starting large OSGi migration - osgi.wiring.package=android.dalvik?

I have a large Java application that's mostly networking and file processing with lots of DB access. There's no UI. We expose a few web services (embedded Netty) and call some external rest web ...
1
vote
1answer
118 views

Felix lists OSGI Bundle as Active but Gogo Shell Command Not accessible (dependency related)

This basic code succeeds at making the command scopeA:test accessible in the shell: package com.A; import org.apache.felix.ipojo.annotations.Component; import ...
1
vote
2answers
486 views

How to display “hello world” in CQ5 using osgi

I need to learn how the code flows between sling and Felix in CQ5. I am looking for a basic operation in which my jcr node /jsp will display "Hello World". BUT this message should come from an OSGi ...
4
votes
3answers
174 views

What's a good way to generate XML from vanilla Adobe CQ5?

My current implementation generates XML using JSPs, but the number of different record types I'm working with has grown and the number of JSP templates has become unwieldy to maintain. So I coded up ...
2
votes
3answers
154 views

OSGI bundle exception, maven dependency issue

I'm pretty new to the OSGI, Felix and Maven stuffs, just started with it. I'm deploying the java build through jenkins and I get the below dependency issue. Below is the pom file contents which ...
0
votes
1answer
86 views

Cannot access to the webconsole interface

Since few days, I am playing around with apache felix. Everything works fine as it can be seen when lauching the lb command: START LEVEL 2 ID|State |Level|Name 0|Active | 0|System ...
0
votes
0answers
98 views

[OSGi][Spring, MyBatis, Felix] HotPlugging MyBatis Mappers into a Data Service bundle

I'm building a control portal using OSGi (Felix), Spring, MyBatis and EhCache. I wrote a DataService bundle which configures MyBatis and EhCache but without any specific Mapper for the other bundles. ...
1
vote
1answer
127 views

Making Apache Felix Gogo not open a local console

I am learning Apache Felix to use as my OSGi framework. I want to be able to use the Felix Remote Shell to access my running instance through telnet. The Remote Shell accesses the process through ...
1
vote
1answer
92 views

OSGi: Refactor Service into Declarative Service

i am getting in touch with OSGi and right now i am a little confused. I am using a hybrid service model meaning a mixture of declarative services and low level api. Consider the following part ...
0
votes
1answer
207 views

Glassfish startup failure

I have set up a glassfish server for learning about it. After setting up and configuring depending on the quickstart guide, I was able to run the server and domain1 without any problems. after some ...
3
votes
2answers
160 views

OSGi: Having the same Package path in two different Bundles

I got a bundle1 that has the following packages: com.anderson.servlet.osgi (exported) com.anderson.servlet com.anderson.util (exported) and a second one, bundle2, that looks like this: ...
2
votes
1answer
74 views

OSGi in embedded mode exposing jars which are present in main application

I have one struts2 application which is running Apache Felix OSGi in embedded mode. Is it possible to expose jar files in main webapp to the OSGi bundles? Otherwise I will have to deploy same jar file ...

1 2 3 4 5