Executes Profile Queries against an underlying JDBC database, backed by Apache commons-pool and commons-dbcp.
979899100101102103104105106107
} catch (IOException e) { e.printStackTrace(); throw new InstantiationException(e.getMessage()); } executor = new DBMSExecutor(); } this.resLocationSpec = System .getProperty("org.apache.oodt.xmlps.profile.xml.resLocationSpec"); }