} catch (SourceBeanException sbe) {
logger.error("Error while populating response source bean ", sbe);
throw new EMFUserError(EMFErrorSeverity.ERROR, "8004", "component_impexp_messages");
} finally {
if (impManager != null)
impManager.closeSession();
logger.debug("OUT");
}
}
}