this.prefs.put("converter.rootName", "myRootTag");
this.prefs.put("converter.addMeta", ""+true);
this.prefs.put("db.queryMeatStatement", "SELECT * FROM TEST_TS WHERE TO_CHAR(ts, 'YYYY-MM-DD HH24:MI:SSXFF') > '${oldTimestamp}' ORDER BY ICAO_ID");
this.prefs.put("mom.topicName", "db.change.event.${groupColValue}");
this.processor = createTest(new Info(prefs), this.updateMap);
I_ChangeDetector changeDetector = processor.getChangeDetector();
for (int i=0; i<2; i++) {
log.info("Testing no table ...");
changeDetector.checkAgain(null);