+ catalogTransactionIdFactory.getClass().getName() + "', '"
+ DateUtils.toString(calTime) + "', '"
+ catalogReceipt.getCatalogId() + "')");
conn.commit();
}catch (Exception e) {
throw new CatalogRepositoryException(e.getMessage(), e);
}finally {
try {
conn.close();
}catch(Exception e) {}
try {