DBConnectionInfo dataSource = (DBConnectionInfo) parent
.getApplicationPreferenceDomain()
.getDetail(key, DBConnectionInfo.class, false);
if (dataSource != null) {
if (dataSource.copyTo(projectDS.getDataSourceInfo())) {
refreshView();
super.nodeChangeProcessor.modelUpdated(null, null, null);
mainController.updateStatus(null);
}
else {