lams_learning

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
lams.war no longer exists so build task removed

  1. … 1 more file in changeset.
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.

    • binary
    ./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

*** empty log message ***

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.

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

Stops it trying to run the form test - this doesn't have any test cases.

Can't see that this is required for lams_learning

Added some comments and fixed exception declaration

Upgraded to Struts 1.2.7

    • -0
    • +270
    ./web/WEB-INF/struts/struts-html-el.tld
    • -11
    • +341
    ./web/WEB-INF/struts/struts-html.tld
    • -2
    • +12
    ./web/WEB-INF/struts/struts-logic.tld
    • -10
    • +311
    ./web/WEB-INF/struts/struts-nested.tld
    • -830
    • +99
    ./web/WEB-INF/struts/validator-rules.xml
  1. … 19 more files in changeset.
Updated to use the new tool exceptions

Converted lams_learning to use ear format

    • -0
    • +3
    ./conf/jar/META-INF/MANIFEST.MF
    • -0
    • +2
    ./conf/war/META-INF/MANIFEST.MF
Switched project to use ear file format

    • binary
    ./lib/cglib/cglib-nodep-2.1-dev.jar
    • binary
    ./lib/hibernate/hibernate-tools.jar
    • binary
    ./lib/hibernate/src/hibernate2-src.zip
  1. … 120 more files in changeset.