RE: Accessing bundle configuration

2015-06-03 Thread Ismail Berrada
Hello Jan Thanks for your answer I have tried both solutions you suggested but the result is the same -Message d'origine- De : "Jan Willem Janssen" Envoyé : ‎04/‎06/‎2015 07:11 À : "users@felix.apache.org" Cc : "ismail berrada" Objet : Re: Accessing bundle configuration > On 03 Jun 2

Re: Accessing bundle configuration

2015-06-03 Thread Jan Willem Janssen
> On 03 Jun 2015, at 23:13, ismail berrada wrote: > > I developed my own bundle and I would like to change configuration of > publisher connectorI write the following code: > ServiceReference configurationAdminReference = > bundleContext.getServiceReference(ConfigurationAdmin.class.getName())

Re: Moving to Felix 5

2015-06-03 Thread Keith Hughes
I upgraded today and, if anything, my startup times seem to be faster. But otherwise, everything seems good. On Wed, Jun 3, 2015 at 3:55 AM, David Bosschaert wrote: > Felix 5 has had a fairly major refactoring of the Resolver code in > that it's now based on the standalone Resolver implementati

Accessing bundle configuration

2015-06-03 Thread ismail berrada
Hello all I developed my own bundle and I would like to change configuration of  publisher connectorI write the following code: ServiceReference configurationAdminReference = bundleContext.getServiceReference(ConfigurationAdmin.class.getName());     if(configurationAdminReference != null) {      

Re: Newbie question related to device communication

2015-06-03 Thread Scott Lewis
On 6/3/2015 2:25 AM, Bruce Jackson wrote: I’ve now built 2 different systems based on OSGi at scale (over 1M end devices) where the endpoints needed to communicate together. In both cases, it has required some ‘server’ infrastructure to help with message passing between endpoints, but that cou

Re: Newbie question related to device communication

2015-06-03 Thread Simon Kitching
On 06/02/2015 12:57 PM, Sebastiaan la Fleur wrote: All this extra (meta) information about the different implementations is actually really appreciated from my end, so feel free to continue :D I wrote up my experiences with searching for an osgi remote-services implementation; you might find i

Re: Moving to Felix 5

2015-06-03 Thread David Bosschaert
Felix 5 has had a fairly major refactoring of the Resolver code in that it's now based on the standalone Resolver implementation in the Felix project. That's the main reason why it was assigned the version '5'. As with any major refactoring, you might find issues, but at least all the unit tests st

Re: Newbie question related to device communication

2015-06-03 Thread Bruce Jackson
I’ve now built 2 different systems based on OSGi at scale (over 1M end devices) where the endpoints needed to communicate together. In both cases, it has required some ‘server’ infrastructure to help with message passing between endpoints, but that could be a side effect of the infrastructure we