bottomPanel.add(propertyEditor.asWidget(), "XA Properties");
propertyEditor.setEnabled(false); // TODO: modifications of XA properties
//bottomPanel.add(new HTML("All the nitty gritty details"), "Advanced");
//bottomPanel.add(new HTML("Current pool size, connections in use, etc"), "Metrics");
bottomPanel.selectTab(0);
vpanel.add(new ContentGroupLabel("Datasource"));
vpanel.add(bottomPanel);
return layout;
}