throw new ServletException(e);
} catch (Exception e) {
throw new ServletException("Unable to instantiate RAInterfaceBean", e);
}
try {
rabean.initialize(req, getEjbcaWebBean(req));
} catch (Exception e) {
throw new ServletException("Cannot initialize RAInterfaceBean", e);
}
session.setAttribute("rabean", rabean);
}