120121122123124125126127
} return (DataSource) context.lookup(dataSourceName); } catch (NamingException e) { throw new DataSourceNotFoundException("Unable to find data source for given name: " + dataSourceName, e); } }