12231224122512261227122812291230123112321233
/** * {@inheritDoc} */ public DataCleaner getDataCleaner() throws CleanException { DataCleaner dbCleaner; try { final DataSource ds = (DataSource)new InitialContext().lookup(dbSourceName); if (ds == null)