// method must work with or without a client transaction.
// the method is working with transaction...
utx.begin();
bean.insertTable03(DB_NAME, TABLE_NAME, 1);
utx.commit();
// cleans the db to avoid error
deleteTable(DB_NAME, TABLE_NAME);
// the method is working without transaction