Community
Participate
Working Groups
The remote services providers returned by PTPRemoteCorePlugin#getAllRemoteServices() are not guaranteed to be initialized. This causes problems when the RM configuration wizard tries to display a list of connection. The solution is to proved some helper methods that ensure that only initialized service provides are returned. Initialization can take a long time (well for RSE anyway), so this must be done carefully to avoid blocking the UI thread. To avoid an API change in 4.0.1, these classes will be kept private.
Fixed in HEAD and 4.0