207208209210211212213214215216217
BatchModeTransactionManager.getInstance().commit(); } catch (Exception e) { holder.e1 = e; rollback(); } finally { jbc.removeListener(blocker); } } }; Thread writer = new Thread() {