Uncommented `databaseConnectionValidator` call
This commit is contained in:
parent
082722b1a4
commit
f93c45d7dd
|
@ -445,7 +445,7 @@ public class SDIIndexerPlugin extends SDIAbstractPlugin implements IndexerPlugin
|
||||||
throws ConfigurationException, SQLException, InvalidProfileException, SDIInteractionException {
|
throws ConfigurationException, SQLException, InvalidProfileException, SDIInteractionException {
|
||||||
|
|
||||||
// Added by Francesco
|
// Added by Francesco
|
||||||
//databaseConnectionValidator();
|
databaseConnectionValidator();
|
||||||
|
|
||||||
PostgisIndexer indexer = new PostgisIndexer(sdiCache.getObject(), ucd, postgisCache.getObject());
|
PostgisIndexer indexer = new PostgisIndexer(sdiCache.getObject(), ucd, postgisCache.getObject());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue