Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented JBOSS Cache

updated jar file for changes made to learningDesign package (created/updated timestamps have a default value of the current datetime...instead of storing null)

Updated web.xml to include the context files for all the "current" deployed tools. Added matching tool jars to classpath. Stopped deploying the classes to WEB-INF/classes Implemented more calls on the dummy monitoring page to access the learner pages.

  1. … 14 more files in changeset.
Removed the treecache to simplify getting the classpaths right. Will be replaced with shared cache.

  1. … 1 more file in changeset.
Moved most of the names from WebUtils to AttributeNames so that they were all in the one place. Updated the tool service to support more than qa, imscp, nb, survey and submit - rather than just survey.

Probably no changes but all other jars changed, so just to be sure to be sure.

updated lams.jar to reflect changes made to LibraryActivityDTO and AuthoringActivityDTO

Fix static bug: shared by webapp, so download does not work when tools switch.

  1. … 1 more file in changeset.
Added dummy monitoring page Changed db urls to not start with leading slash.

Sets the first activity column

Added User Tag, to allow easy access to the userid, name, etc in the UserDTO object from a jsp

Added all the tool jars to the classpath. Need automate this in the tool deploy

The basic activity creation method wasn't setting the activity type, so the isBlah() calls were failing. Also fixed (hopefully) the LearnerProgress relationships so that we always get the true activity object, not a proxy.

More changes to suit Hibernate 3

  1. … 15 more files in changeset.
The saveDB() call that I added previously to sort out the junit problems doesn't work in practise - it will cause an exception when the entire node is deleted.

Update to latest.

Upgraded Hibernate to 3.0

    • binary
    ./hibernate/hibernate3.jar
  1. … 5 more files in changeset.
Update latest library.

Add catalina jar for LoginFormAuthenticator compile.

    • binary
    ./catalina/catalina.jar
  1. … 1 more file in changeset.
Add concurrent package.

    • binary
    ./concurrent/concurrent-1.3.4.jar
  1. … 1 more file in changeset.
Stopped the authoring using the DTOs as a way of converting the data coming from Flash. Using the DTOs caused the WDDX null values (e.g. -1111111) to be written to the database.

  1. … 14 more files in changeset.
Improved the special NULL handling code for WDDX processing. Learning design DTOs now use the convertToBlah utilities in WDDXProcessor. Also covers changes made by Mai recently.

Changed authoring storeLearningDesignDetails and storeTheme to use standalone servlets. The struts actions can't take the WDDX packet from Flash as a POST body. Also updated DOLLY to 4.0.2 so updated all the core project jars.

  1. … 2 more files in changeset.
Added getMaxId() function to make it easier for test code to work out a next id.

  1. … 1 more file in changeset.
No longer rollback on checked exceptions - causes problems if the calling handles the exception and tries to continue the transaction.

Delete web stuff. Move usermangement.web.* to admin project.

Upgraded to Spring 1.2.4

    • binary
    ./cglib/cglib-nodep-2.1_2.jar
    • binary
    ./ehcache/ehcache-1.1.jar
    • binary
    ./lams/lams-central.jar
    • binary
    ./spring/spring-aop.jar
    • -0
    • +587
    ./spring/spring-beans.dtd
    • binary
    ./spring/spring-beans.jar
    • binary
    ./spring/spring-context.jar
    • binary
    ./spring/spring-core.jar
    • binary
    ./spring/spring-dao.jar
    • binary
    ./spring/spring-hibernate.jar
    • binary
    ./spring/spring-jdbc.jar
  1. … 17 more files in changeset.
Move logon/index pages and *.web to lams_central package

Converted to use JNDI datasource.

Switched style and elements collections to not lazy load - makes creating the DTO easier.