[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: how to check if DS is running?

Hi John

thanks for the links! Tom does indeed address the equinox version of DS directly:

http://publicsvn.bestsolution.at/repos/java/examples/EMF-Databinding/at.bestsolution.soccer.app/src/at/bestsolution/soccer/app/intro/Application.java

This might be acceptable in Tom's case (he has an RCP, that's running in equinox anyhow). My usecase is related to ECF and theres no need to restrict thing to be equinox only.
Whats interesting is that the guys @felix think that there's not other way but to check for the explicit bundles (equinox-version, felix-version, etc.).


A third opiniion suggests to use a dummy, DS declared service. If the dummy service gets registered, I know that DS is running. This sounds like the best option to me.

http://www.mail-archive.com/users@xxxxxxxxxxxxxxxx/msg05205.html

John E. Conlon wrote:
Ande,

Take a look at the links in:
http://dev.eclipse.org/newslists/news.eclipse.technology.equinox/msg05597.html



cheers, John