Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EIG:Configuration Properties

Revision as of 07:59, 5 July 2012 by Fergunet.hotmail.com (Talk | contribs) (New page: = Main ECF configuration properties = Properties are accessed via System.getProperties(); {|{{BMTableStyle}} |-{{BMTHStyle}} ! Property ! Description ! Default value |- | ecf.remotecall....)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Main ECF configuration properties

Properties are accessed via System.getProperties();

Property Description Default value
ecf.remotecall.timeout Timeout of remote services. Described in [[1]] 30000
ecf.remotecall.example Example
ecf.remotecall.example2

Properties for each provider

Provider list is ECF_Providers. These properties are used when creating a new Container or via Declarative Services.

ECF provider

Property Value Type Description
service.exported.interfaces * String Interfaces to export
service.exported.configs ecf.generic.server String
ecf.exported.containerfactoryargs ecftcp://localhost:3781/server String

R-OSGi provider

Property Value Type Description
service.exported.interfaces * String Interfaces to export
service.exported.configs ecf.r_osgi.peer String
ecf.exported.containerfactoryargs r-osgi://localhost:9278/ String

Back to the top