DataSourceCreationException {
Object o = tableSource.get(tableName);
if (o == null) {
// may be a operation layer DataSource
OperationDataSource ret = (OperationDataSource) nameResultDataSource
.get(tableName);
if (ret != null) {
ret.setName(tableAlias);
return getModedDataSource(ret, mode);
}
// table not found