changed exportservlet, so that it called export service directly, (doesnt use the httpUrlConnection) Created another method exportPortfolioForTeacher which takes in a lessonID as a parameter instead of Lesson object, as that triggers the lazy initialization exception
changed the test data for survey template. changed the service_name from surveyService to srvyService, as the former clashes with the real service bean name of the actual survey tool.