1. Existing implementations of OSGi Configuration Admin Service? stackoverflow.comWe are considering to use Configuration Admin Service as a primary API for configuring components in our OSGi-based application. It would be nice if we could reuse some existing implementation so ... |
2. How let OSGi (Config Admin) persist/reuse your configuration? stackoverflow.comI'm new to OSGi. My aim is to create a structure with the config admin, so you can enter a configuration, which will be reused after restarting the server. While I have ... |
3. Java OSGi Centralised Network Configuration stackoverflow.comI'm looking to create an app based on the OSGi model. One of the elements of this will be network access (http and obr initially) I am looking for a way of ... |
4. Changing the configuration store location for the OSGi Configuration Admin service? stackoverflow.comIs there a way to change the configuration store location for the OSGi Configuration Admin service? I'd like to have the properties files exist in another bundle so they'd exist in ... |
5. How to Represent an OSGi Runtime Configuration in Ivy? stackoverflow.comIn contrast to the POJO world where the runtime classpath is just an ordered list of containers, in OSGi, the containers from the runtime classpath itself can be ordered lists of ... |
6. OSGi Declarative Services vs. ManagedService for configuring service? stackoverflow.comI just recently stumbled upon the fact that Declarative Services in OSGi can set the configuration of a component to required so that the component receives it upon activation, removing the ... |
7. osgi.configuration.area.readOnly=true gives NoClassDefFoundError stackoverflow.comIf I enter the |
8. Want Eclipse to use a specific config.ini, but set a different configuration area stackoverflow.comSo my problem in short is this: I want to run my eclipse based program with a specific config.ini file which is not in the default dir, i.e it is not ... |
9. Configuring OSGI Services on a per use basis stackoverflow.comI want to create a paging service that will return pages based on a SQL like query. Here is the simple interface:
|
10. Eclipse - Run Configurations - OSGi framework - Mac OSX stackoverflow.comI am currently developing an OSGi application with a Swing User Interface. The set-up in Eclipse with the OSGi framework Run Configurations works fine on Windows and Linux, but I encounter ... |
11. Loading XML configuration files in OSGi stackoverflow.comI 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 ... |
12. What is the best way to pass configurations to OSGI components? stackoverflow.comI have a set of parameters that should be configured by the user. But they are just too much to send them through RESTful services or something similar. Besides there may ... |
13. Eclipse OSGi run configuration stackoverflow.comIs there any way to add OSGi Run configuration to Eclipse Indigo if there's no such section in a templates panel on the left of "Run Configurations" dialog box? |
14. How can you get ManagedService configuration immediately? stackoverflow.comI'm using the Felix Configuration Admin library to read and apply configuration files for OSGi services. Many of the services I'm configuring are third-party (e.g. org.ops4j.pax.web.pax-web-jetty and org.ops4j.pax.url.mvn) and ... |
15. How to launch an eclipse run configuration (for OSGI based project) from windows command line? stackoverflow.comI have an OSGI based project which run correctly from eclipse via a Run Configuration. Actually I want to find a solution to launch it from the command line without launching eclipse. Is ... |
16. Locking is not possible in the directory C:\eclipse\configuration\org.eclipse.osgi stackoverflow.comI used to have Eclipse 3.5.2 working from my Limited User Account (i.e. not Administrator). But when I upgraded to 3.6.2, Eclipse refuses to run in the Limited User Account (it only ... |