log.info("Start " + txt);
try {
SpecificHelper specificHelper = new SpecificHelper(System.getProperties());
I_Info info = new PropertiesInfo(specificHelper.getProperties());
I_DbPool dbPool = setUpDbPool(info);
Connection conn = dbPool.reserve();
info.put("table.XMLBLASTER.*", "");
TableToWatchInfo[] tables = TableToWatchInfo.getTablesToWatch(conn, info);
assertTrue("wrong number of tables", tables.length > 0);
for (int i=0; i < tables.length; i++) {
log.info(tables[i].toXml());