@@ -326,6 +326,7 @@ public class CamelJDBCConfiguration /*extends RouteBuilder */ {
row.put("org_parent", orgIDs.get(orgs[0] + "@" + orgs[1]).toString());
break;
}
+ rows.add(row);
return rows;
})