Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modified the "leaveToolSession" and related code to allow the tool to pass the userid (which it gets from UserDTO in the shared session) rather than pass User (which the tool doesn't have).

Rejigged the tool jars loaded on the classpath so suit the most "completed" tools.

  1. … 6 more files in changeset.
Fixed problem where the learner interface didn't start the first time the learner joined the lesson. This was due to the activity in the request being a proxy activity rather than a real activity. Fixed it by having some common code that puts it in the activity, and get Hibernate to load a "real" activity before putting it in the request.

  1. … 11 more files in changeset.
*** empty log message ***

More changes to suit Hibernate 3

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

    • -38
    • +19
    ./web/WEB-INF/struts/struts-config.xml
Update to Hibernate3

lams.war no longer exists so build task removed

    • -1
    • +1
    ./web/WEB-INF/spring/dataAccessContext.xml
  1. … 10 more files 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.

  1. … 7 more files in changeset.
included the export service bean

Testing export service bean

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.
Added some comments and fixed exception declaration

Switched project to use ear file format

  1. … 120 more files in changeset.
test confs

    • -0
    • +93
    ./java/SurveyAnsContent.hbm.xml
    • -0
    • +168
    ./java/SurveyContent.hbm.xml
    • -0
    • +198
    ./java/SurveyQueContent.hbm.xml
    • -0
    • +61
    ./java/SurveyQueType.hbm.xml
    • -0
    • +117
    ./java/SurveyQueUsr.hbm.xml
    • -0
    • +103
    ./java/SurveySession.hbm.xml
    • -0
    • +102
    ./java/SurveyUsrResp.hbm.xml
test cases changed according to the change of super test case

  1. … 1 more file in changeset.
testing sequence modified - schedule gate and permission gate added

  1. … 1 more file in changeset.
gate struts action implemented

    • -1
    • +24
    ./web/WEB-INF/struts/struts-config.xml
  1. … 8 more files in changeset.
knock gate service implemented

  1. … 1 more file in changeset.
knock gate service implemented

  1. … 4 more files in changeset.
modify test case according to new test data

implemented complete activity for the completion of system driven activity. customized the Spring OpenSessionInViewFilter to resolve redundent hibernate session issue.

  1. … 12 more files in changeset.
view grouping done

  1. … 3 more files in changeset.
Tested grouping action servlet

    • -18
    • +43
    ./web/WEB-INF/struts/struts-config.xml
implemented the learner service layer and struts layer of grouping

  1. … 14 more files in changeset.
get the learner web app prototype working

  1. … 23 more files in changeset.
get learning app talking to survey tool

  1. … 25 more files in changeset.
get the flash to java method all working

  1. … 9 more files in changeset.
get most of the flash method up and running

    • -5
    • +5
    ./web/WEB-INF/struts/struts-config.xml
  1. … 5 more files in changeset.
join lesson modified according to the discussion with Dave exit lesson service implemented. get progress data added

  1. … 10 more files in changeset.
setup Structs test case get all ative lesson java flash interaction implemented and tested. join learner into lesson implemented and tested calculate progress action forward modified and tested

    • -186
    • +0
    ./java/WEB-INF/spring/applicationContext.xml
    • -19
    • +0
    ./java/WEB-INF/spring/dbConnection.properties
    • -0
    • +186
    ./web/WEB-INF/spring/applicationContext.xml
    • -0
    • +74
    ./web/WEB-INF/spring/dataAccessContext.xml
    • -0
    • +19
    ./web/WEB-INF/spring/dbConnection.properties
    • -0
    • +54
    ./web/WEB-INF/spring/learningApplicationContext.xml
    • -0
    • +1
    ./web/WEB-INF/struts/.struts-config.mex
    • -0
    • +363
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +77
    ./web/WEB-INF/struts/tiles-defs.xml
    • -0
    • +300
    ./web/WEB-INF/web.xml
  1. … 11 more files in changeset.