logger.debug("setting up");
ui.setup(PlatformUI.getWorkbench().getActiveWorkbenchWindow());
logger.debug("running UI helper");
participant = ui.run();
}
else {
logger.debug("running helper to create participant");
IParticipantHelper helper = (IParticipantHelper)ServiceUtils.getService(bundleContext, IParticipantHelper.class.getName());