Index: lams_bb_integration/web/modules/preview.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/modules/Attic/preview.jsp,v diff -u -r1.3 -r1.4 --- lams_bb_integration/web/modules/preview.jsp 12 Feb 2014 21:46:43 -0000 1.3 +++ lams_bb_integration/web/modules/preview.jsp 16 Feb 2014 17:30:09 -0000 1.4 @@ -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