updateLob.setTableName(blobSfsbTable);
updateLob.addKey("id", 5); // prinmary key column name
updateLob.setLOBColumn("beandata", 3); //BLOB column name
long timeout = new Long(timeoutSecs).longValue();
haErr = new HAErrorManager(timeout, threadName);
haErrAggregateSave = new HAErrorManager(timeout, threadName);
haErrLoad = new HAErrorManager(timeout, threadName);
haErrRemove = new HAErrorManager(timeout, threadName);
haErrRemoveAllBeans = new HAErrorManager(timeout, threadName);
haErrRemoveExpired = new HAErrorManager(timeout, threadName);
haErrExpiredKeys = new HAErrorManager(timeout, threadName);
haErrGetBeanIds = new HAErrorManager(timeout, threadName);
haErrUpdateAccessTime = new HAErrorManager(timeout, threadName);
}