options.getUrisModule(), options.getProcessModule() };
String modulesDatabase = options.getModulesDatabase();
logger.info("checking modules, database: " + modulesDatabase);
Session session = contentSource.newSession(modulesDatabase);
InputStream is = null;
Content c = null;
ContentCreateOptions opts = ContentCreateOptions
.newTextInstance();
try {
for (int i = 0; i < resourceModules.length; i++) {
// Start by checking install flag.