popup.addTextArea(null).setSize("600", "150");
popup.getTextArea().setText("please wait ...");
PortalControl.getInstance().notifyActivity(true);
popup.setText("Creating version of ontology ...");
popup.center();
popup.show();
AsyncCallback<CreateOntologyResult> callback = new AsyncCallback<CreateOntologyResult>() {
public void onFailure(Throwable thr) {
PortalControl.getInstance().notifyActivity(false);
Window.alert(thr.toString());