Thread thUpdater = new Thread() {
@SuppressWarnings("boxing")
@Override
public void run() {
try {
updater.action();
System.out.printf(
"THREAD ID : %s --> Data updated !!!\n",
Thread.currentThread().getId());
} catch (DataAccessException dae) {
// Check if there is a lock exception...