Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] New tutorial: Creating your first OSGi Remote Service

On 12/07/2013 06:52 PM, Scott Lewis wrote:
>> content-wise: - the less configuration, the better. Thus, lets remove
>> the ECF specific properties from the service registration or move it
>> into an advanced section. 
> 
> Ok, I've removed it.   I would like to have other, more advanced
> tutorials, so we can describe discovery and distribution provider
> configuration in those.  Perhaps there should be another tutorial just
> for configuration...even separate ones for discovery and distribution
> perhaps.

It still shows:

// OSGi Standard Property - indicates which provider config(s) will be
used to export the service
props.put("service.exported.configs","ecf.generic.server");

Is this intentional? I would assume that RSA selects the highest ranking
currently deployed distribution provider automatically.

M.


Back to the top