Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » setting BundleContext properties?
setting BundleContext properties? [message #66024] Wed, 03 May 2006 19:12 Go to next message
Peter Neubauer is currently offline Peter NeubauerFriend
Messages: 21
Registered: July 2009
Junior Member
Hi,
trying to configure the OBR HTTPService bundle from equinox, I'm
wondering how to set properties in Equinox so you can read them out with that
code: m_httpPort = Integer.parseInt(m_bundleContext.getProperty(
"org.osgi.service.http.port"));

Thanks

/peter

--
Re: setting BundleContext properties? [message #66086 is a reply to message #66024] Wed, 03 May 2006 20:51 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
You should be able to set them in your config.ini or as simple Java
system properties.
Re: setting BundleContext properties? [message #66107 is a reply to message #66024] Wed, 03 May 2006 20:51 Go to previous message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
You should be able to set them in your config.ini or as simple java
system properties.

Tom.
Previous Topic:OSGI settings missing ....
Next Topic:The RSP bundle must be singleton?
Goto Forum:
  


Current Time: Thu Mar 28 21:38:39 GMT 2024

Powered by FUDForum. Page generated in 0.02563 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top