lams_learning

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
MainExportServlet, similar the the tools export servlet, will call the other export url and save the main page to disk

added struts action forward

added the properies mainFileName, toolLink and directoryName

*** empty log message ***

More changes to suit Hibernate 3

    • -152
    • +0
    ./test/web/WEB-INF/spring/applicationContext.xml
    • -74
    • +0
    ./test/web/WEB-INF/spring/dataAccessContext.xml
    • -19
    • +0
    ./test/web/WEB-INF/spring/dbConnection.properties
    • -25
    • +0
    ./web/WEB-INF/spring/lessonApplicationContext.xml
    • -55
    • +0
    ./web/WEB-INF/spring/toolApplicationContext.xml
  1. … 5 more files in changeset.
*** empty log message ***

    • -1
    • +7
    ./test/web/WEB-INF/struts/tiles-defs.xml
Update to Hibernate3

lams.war no longer exists so build task removed

Removed ISOLATION_READ_COMMITTED from the transactions as it is not supported by the JTA transaction manager. We will have to rely on the database settings.

    • -4
    • +4
    ./web/WEB-INF/spring/toolApplicationContext.xml
  1. … 5 more files in changeset.
added the copywrite statement on top of the files

Export portfolio action class the path /exportPortfolio.do maps to this class.

contains the actionMappings for export stuff

    • -3
    • +24
    ./web/WEB-INF/struts/struts-config.xml
added defintion for .systemError

change the server url from lams_learning to lams/learning

the export portfolio page which shows the tool's export page using iframes. Currently hard coded it to show the noticeboard export page. Can change this later to show the export URL belonging to that particular portfolio

    • -0
    • +55
    ./web/exportPortfolio.jsp
error page for lams_learning environment

included the export service bean

test data sql script for export portfolio service.

    • -0
    • +161
    ./db/sql/export_test_data.sql
Testing export service bean

the CustomStrutsExceptionHandler in org.lamsfoundation.lams.util in which is previously used no longer belongs there. The customStrutsExceptionHandler is now located in org.lamsfoundation.lams.learning.util

The customStrutsExceptionHandler was previously referenced from lams_common, however that was moved so i have created a this class inside lams_learning. And changed it so that it will handle all exceptions thrown within lams_learning

export portfolio service: currently most methods are public, but however will be changed to private later. I kept them public so i could test them using junit. should probable change those methods to protected instead.

*** empty log message ***

Portfolio object holds details about a particular activity the exportService bean generates an array of portfolio objects which are passed onto the web layer and the info displayed to user

    • -0
    • +145
    ./src/java/org/lamsfoundation/lams/learning/export/Portfolio.java
Exception class for ExportPortfolio

new error variables

added new service bean "exportService"

Added survey tool to class path so that test's would work (yuk!)

The common test code has been removed from lams.jar, which triggered the abstract lams test case class to change package. New version uses the "new" package.

  1. … 3 more files in changeset.
Use the version in lams_build