if (hibObjTemp != null) toReturn = hibObjTemp.getBinContent();
return toReturn;
} catch (HibernateException he) {
logger.error("Error while storing image content: ", he);
if (tx != null) tx.rollback();
throw new EMFInternalError(EMFErrorSeverity.ERROR, "100");
} finally {
if (aSession != null) {
if (aSession.isOpen()) aSession.close();
}
logger.debug("OUT");