Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache Felix Recent threads

Threads Replies First post Last post
system bundle and imports
By: Chad.Davis
Hi, I'm trying to come to a more elegant solution to some hibernate and osgi issues. I'm somewhat familiar with the problems, i.e. I understand that hibernate uses some sort of dynamic class loading that short cuts the osgi mechanisms, thus…
2 May 24 2012
09:38
May 25 2012
03:48
can web console RESTful API block until installation has been finished?
By: sam ”
Hey, My deployment script uses curl command: curl -u admin:admin -F "action=install" -F "_noredir_=_noredir_" -F "bundlefile=@bundle1.jar" -F "bundlestart=start" -F "bundlestartlevel=20" -F "refreshPackages=true"…
9 May 21 2012
08:56
May 24 2012
06:40
Felix Fileinstall
By: Daniel Kuffner
Hi All, We use felix file install which makes our testing and deployment really easy. Is it possible to exclude a list of bundles form the auto deploy/update? I couldn't find a option for it. thank you, Daniel
0 May 24 2012
04:43
May 24 2012
04:43
Field validation on the Felix WebConsole according to an existing MetaType definition.
By: Marcel Hanser
Hi everyone, I'm wondering if the Felix WebConsole does field validation during entering properties on the Configuration page according to an existing MetaType definition. Thanks for your help, cheers, Marcel
1 May 23 2012
10:26
May 24 2012
02:49
Re: ClassNotFoundException: sun.awt.X11.XToolkit
By: Richard S. Hall
On 5/22/12 04:51 , Benoît Thiébault wrote: > Hi everyone, > > When running Felix 4.0.2 with an application I am developing, I am > getting the following error: > > java.lang.ClassNotFoundException: sun.awt.X11.XToolkit not found…
0 May 22 2012
07:24
May 22 2012
07:24
Re: ClassNotFoundException: sun.awt.X11.XToolkit
By: Felix Meschberger
Hi, In this case you might want to add sun.awt.* (or even sun,sun.*) to the org.osgi.framework.bootdelegation property. Regards Felix Am 22.05.2012 um 10:57 schrieb Benoît Thiébault: > Yes, it is a GUI application. It displays objects in 3D…
0 May 22 2012
04:46
May 22 2012
04:46
RE: ClassNotFoundException: sun.awt.X11.XToolkit
By: Robert Munteanu
> -----Original Message----- > From: Benoît Thiébault [mailto:thieb### @artenum.com] > Sent: Tuesday, May 22, 2012 11:51 AM > To: us### @felix.apache.org > Subject: ClassNotFoundException: sun.awt.X11.XToolkit > >…
0 May 22 2012
03:56
May 22 2012
03:56
Apache Felix and Aries JPA
By: Michiel Vermandel
Hi all, Not sure I can post this question here, so if not, maybe someone knows where I should ask it. My question: * in short: How do I get started with Aries JPA in combination with Apache Felix? * in detail: I am trying to get started…
1 May 18 2012
01:22
May 18 2012
01:48
Problem with ipojo-bnd-plugin
By: Alexey Romanov
For some reason PojoizationPlugin is failing to handle this class: package ru.focusmedia.odp.server.sspd.impl; import java.util.Map; import org.apache.felix.ipojo.annotations.Bind; import org.apache.felix.ipojo.annotations.Component; import…
5 May 12 2012
07:25
May 17 2012
03:47
Whiteboard filter question
By: Tim Moloney
I am having trouble figuring out how to implement the following using the whiteboard pattern. There are several services registered with OSGi. - All services provide status. - One service (call it GET_ONE) also registers to get the status of one…
3 May 16 2012
12:41
May 16 2012
16:14
maven-bundle-plugin bundle:manifest and import packages
By: Sascha Vogt
Hi all, I'm currently struggling with the maven-bundle-plugin. I'm using the manifest goal to create our OSGi-enabled manifest, which is then packaged with the default jar plugin (reason why I don't use it to produce the final Jar is because I…
1 May 14 2012
06:52
May 16 2012
04:38
ClassNotFoundException
By: Chad.Davis
I'm working with a Felix container embedded into a Tomcat deployed Webapp. Felix is started inside of an ApplicationContextListener. We then install some bundles at run time. Mostly, it kind of works ;) However, there are glitches. Though I…
3 May 15 2012
14:20
May 15 2012
15:20
falix and rome rss api
By: Raj Arora
Hi I have a felix bundle that reads/writes a rss feed using a java api called rome https://rometools.jira.com/wiki/display/ROME/ROME+Releases Rome has this mechanism to extend the rss content such that you can write custom data…
1 May 15 2012
13:15
May 15 2012
13:23
can bundles depend on each other
By: Chad.Davis
I'm new to osgi, obviously perhaps. I have two bundles that both depend on the other one; seems like a circular issue. Can they resolve like this? Right now, one of them complains that it can't resolve one of the packages that it its importing…
2 May 15 2012
12:02
May 15 2012
12:08
IPojo FactoryStateListener doesn't get notified while stopping factory
By: Göktürk Gezer
Hi, I wish to use FactoryStateListener to track IPojo Factories once i get their reference through ServiceTracker. All is well except when stopping/uninstalling bundle of some IPojo component, FactoryStateListener references don't get notified. …
7 May 9 2012
20:02
May 15 2012
12:06
import package config
By: Chad.Davis
I'm trying to explicitly specify some packages in the ImportPackage element. These packages are dynamically looked up at run time, which is why, I guess, it won't find them automagically. But when I specify them explicitly, like: …
3 May 15 2012
10:42
May 15 2012
11:03
Using bundle update method
By: Thierry Templier
Hello, I install bundles using the installBundle method if the BundleContext class. It works fine and after having started them, they are available within the Felix container. I want then to update them using the update method of the Bundle…
17 May 2 2012
03:23
May 15 2012
06:44
Cyclical dependencies in iPOJO
By: Alexey Romanov
Does iPOJO support circular dependencies between components within one bundle? Specifically, I am interested in a situation like this: Bundle 1: interface Service1 { ... } interface Service2 { ... } Bundle 2: @Component @Provides…
2 May 15 2012
00:39
May 15 2012
01:34
hi everyone
By: Tayeb Cherfouh
Hi guys, i am new at this world and i ve downloaded the felix framework, jdk and sdk... well after that i ve started the apache tutorials with N°1: Apache Felix Tutorial Example…
10 May 14 2012
04:11
May 14 2012
16:45
Problem creating separate service for each bundle
By: Adrian Mörchen
Hi, I want to create a separate instance of a service with the bundles symbolic name as field. I've read somewhere that this should be possible using "SERVICE" as strategy: @Component @Provides(strategy = "SERVICE") @Instantiate public class…
5 May 9 2012
09:25
May 14 2012
04:13