Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] IProvisioningAgentProvider service


When I try to get the IProvisioningAgentProvider service, I've found that the only way I can make it work is if I first start the "org.eclipse.equinox.ds" bundle.  Is there a simpler way to do this other than adding this bundle to the "osgi.bundles" property in "config.ini" or explicitly starting the bundle in my code?  Why doesn't this bundle have a non-internal class or interface that I could reference to force it to start?  Or am I missing something?

Back to the top