Index: lams_bb_integration/web/modules/preview.jsp =================================================================== diff -u -refced1f751a9f688a5f99a75cf6592120260428e -r780957f27df870898ade718ccdacd93d5dfadbd7 --- lams_bb_integration/web/modules/preview.jsp (.../preview.jsp) (revision efced1f751a9f688a5f99a75cf6592120260428e) +++ lams_bb_integration/web/modules/preview.jsp (.../preview.jsp) (revision 780957f27df870898ade718ccdacd93d5dfadbd7) @@ -59,16 +59,11 @@ // Start the Lesson for preview in LAMS (via Webservices) // Capture the lesson ID - Long lsId = null; - try{ - lsId = LamsSecurityUtil.startLesson(ctx, ldId, strTitle, strDescription, true); - //error checking - if (lsId == -1) { - response.sendRedirect("lamsServerDown.jsp"); - System.exit(1); - } - } catch (Exception e){ - throw new ServletException(e.getMessage(), e); + Long lsId = LamsSecurityUtil.startLesson(ctx, ldId, strTitle, strDescription, true); + //error checking + if (lsId == -1) { + response.sendRedirect("lamsServerDown.jsp"); + System.exit(1); } //redirect to preview lesson