* @throws exception If an exception occurs
* @throws Exception the exception
*/
public void service(SourceBean request, SourceBean response) throws Exception {
// RECOVER REQUEST CONTAINER, SESSION CONTAINER, USER PROFILE AND ERROR HANDLER
RequestContainer requestContainer = this.getRequestContainer();
ResponseContainer responseContainer = this.getResponseContainer();
session = requestContainer.getSessionContainer();
SessionContainer permanentSession = session.getPermanentContainer();
profile = (IEngUserProfile) permanentSession.getAttribute(IEngUserProfile.ENG_USER_PROFILE);
biobjDAO = DAOFactory.getBIObjectDAO();
biobjDAO.setUserProfile(profile);
errorHandler = getErrorHandler();