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
> 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())
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
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) {
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
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
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
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
8 matches
Mail list logo