Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Re: rcp, osgi, and dynamic weaving

This is a continuation of a discussion started in the
eclipse.rt.eclipselink newsgroup:

Shaun,

I think the way to start a specific service is to specify the
containing bundle in the osgi.bundles section of config.ini file (or
just as a system property) with an entry such as:

osgi.bundles=org.eclipse.equinox.common@2:start,org.eclipse.update.configurator@4:start,org.eclipse.core.runtime@start,org.eclipse.eclipselinkbundletostart:start

Substituting for org.eclipse.eclipselinkbundletostart.

Which bundle includes the service that needs to start for dynamic
weaving to work?

Ted


Back to the top