{
UserDAO dao = (UserDAO) DAOFactory.getInstance().getDAO("com.eteam.ems.auth.dao.UserDAO");
try
{
dao.updateUser(dsName,dbType,userVO);
}
catch (DAOException e)
{
log.error("ERROR in createUser ",e);
BusinessException be=new BusinessException(e.getMessage());