I have a general question regarding the usage of the OSGi EventAdmin service. I\'m currently using it in开发者_JAVA技巧 a setting where potentially thousands of events can be generated per second. Myf
I have a开发者_如何学JAVA feature-based launch configuration for an Eclipse RCP product. The feature includes ch.qos.logback.classic, ch.qos.logback.core 0.9.29, and org.slf4j.api 1.6.1. \"Validate pl
I\'m facing a strange problem. I have created an OSGi bundle for JmDNS 3.1.6 and have successfully used that in Equinox to publish a service for almost two years now. I have recently migrated to Apach
Is anyone using Karaf instead of Servicemix?If so, how did开发者_Go百科 you come to this decision?I\'m aware that Servicemix adds a layer of functionality around Karaf, just curious if Karaf is being
I have an interface that defines a device in a system.The d开发者_开发技巧evices are intented to be used by only one entity at a time.I would like to register each device as an OSGi service so others
I have a JCA adapter for connecting to EIS. Is it a good idea to replace the adapter with an OSGI module?
I\'m currently facing an interesting problem in my OSGi application. I\'m implementing a configuration service that should retrieve the application\'s configuration from multiple sources (file, regist
I would like to load configuration data for a bundle in the OSGi environment (FUSE ESB 4.3.1). Spring DM provides abstraction of the Configuration Admin and allows to read the properties files in etc
I want to use proprietary, non-OSGi jars in an OSGi environment. For development, we just repackage/export it with the Maven bundle plugin [1]. Problem is, for legal reasons we won\'t be able to redis
Working on an application which involves multiple OSGi bundles. SLF4j is the underlying logging framework. Do I need to configure the logger.properties separately for each bundle or is there any speci