aspose file tools
The moose likes Other Java Products and Servers and the fly likes OSGi properties file related query Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "OSGi properties file related query" Watch "OSGi properties file related query" New topic
Author

OSGi properties file related query

Dawn Charangat
Ranch Hand

Joined: Apr 26, 2007
Posts: 249
Hi there fellow ranchers..,

I'm not sure if this is the right forum to post this question, but this seems to be the closest one fitting.

I've landed up in the OSGi space only recently, and am starting on to work with the Equinox OSGi container. But I'm stumped [atleast for now]
as to how is an OSGi bundle going to read from a properties file [or any configuration file for that matter]. Any property file I create for OSGi will be
added into the bundle [jar file] thus making it real tough for the user to modify its contents. Is there any other way to do this ? I mean a way to provide a configuration/property file
outside the bundle jar file, but still the bundle being able to read it....

thanks,
Dawn.
Dawn Charangat
Ranch Hand

Joined: Apr 26, 2007
Posts: 249
Hi Guys..,

Is there an OSGi/Equinox forum present in the ranch ?
Joachim Rohde
Ranch Hand

Joined: Nov 27, 2006
Posts: 423

Do you mean something like the "preferences service"? (Section 106 in the Service Compendium (http://www.osgi.org/download/r4v41/r4.cmpn.pdf))
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: OSGi properties file related query
 
Similar Threads
Maven - Unresolved references to [javax.activation, javax.annotation]
OSGi Myths
message resource bundle
Central repository for OSGi bundles
Java property files best practices