configuration « osgi « Java Enterprise Q&A





1. Existing implementations of OSGi Configuration Admin Service?    stackoverflow.com

We 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.com

I'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.com

I'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.com

Is 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.com

In 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.com

I 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.com

If I enter the osgi.configuration.area.readOnly=true in the config.ini I get a NoClassDefFoundError from one of our imported libs when I start my Eclipse RCP. Based on this question I understand ...

8. Want Eclipse to use a specific config.ini, but set a different configuration area    stackoverflow.com

So 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.com

I want to create a paging service that will return pages based on a SQL like query. Here is the simple interface:

public interface IPage {
  public boolean hasNext();
  ...





10. Eclipse - Run Configurations - OSGi framework - Mac OSX    stackoverflow.com

I 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.com

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 ...

12. What is the best way to pass configurations to OSGI components?    stackoverflow.com

I 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.com

Is 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.com

I'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.com

I 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.com

I 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 ...