ij.setIdentToIndex(o1);
ij.setPriority(((Number)(r.get("priority"))).intValue());
x.add(ij);
}
} catch (SQLException e1) {
throw new DotDataException(e1.getMessage(), e1);
} finally {
try {
con.commit();
} catch (Exception e) {
Logger.error(this, e.getMessage(), e);