progressBar.setCaption(i18NSource.getMessage("activity.starting"));
progressBar.setIndeterminate(true);
progressBar.setPollingInterval(500);
processesPopup.addComponent(progressBar);
getApplication().getContext().addTransactionListener(new TransactionListener() {
private boolean started = false;
private int counter = 2;
@Override
public void transactionStart(Application application, Object transactionData) {