• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Implemented JBOSS Cache, Added admin to the master build

Implemented JBOSS Cache

    • -0
    • +125
    ./conf/unix/jboss/service/local-service.xml
    • -0
    • +125
    ./conf/windows/jboss/service/local-service.xml
    • binary
    ./lib/jboss/jboss-common.jar
    • binary
    ./lib/jboss/jboss-jmx.jar
    • binary
    ./lib/jboss/jboss-system.jar
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.

    • binary
    ./lib/lams/lams-contentrepository.jar
  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.

    • binary
    ./lib/lams/lams-contentrepository.jar
  1. … 1 more file in changeset.
Added dummy monitoring page

Changed db urls to not start with leading slash.

Sets the first activity column

  1. … 1 more file in changeset.
added new entry ContentRepositoryPath , updated jboss paths

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

Rearranged order of tool deployment

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

    • binary
    ./lib/lams/lams-contentrepository.jar
  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.

    • binary
    ./lib/lams/lams-contentrepository.jar
Update to latest.

Add secuirty role

Upgraded Hibernate to 3.0

    • binary
    ./lib/hibernate/hibernate-tools.jar
    • binary
    ./lib/hibernate/hibernate3.jar
    • binary
    ./lib/hibernate/src/hibernate-src.zip
    • binary
    ./lib/lams/lams-contentrepository.jar
Fix role-query SQL

Update latest library.

Copy new configuration files.

    • -0
    • +457
    ./conf/unix/jboss/jboss-service.xml
    • -0
    • +4
    ./conf/unix/jboss/tomcat/context.xml
    • -0
    • +127
    ./conf/unix/jboss/tomcat/server.xml
    • -0
    • +457
    ./conf/windows/jboss/jboss-service.xml
    • -0
    • +4
    ./conf/windows/jboss/tomcat/context.xml
    • -0
    • +127
    ./conf/windows/jboss/tomcat/server.xml
Add catalina jar for LoginFormAuthenticator compile.

    • binary
    ./lib/catalina/catalina.jar
Add concurrent package.

Add concurrent package.

    • binary
    ./lib/concurrent/concurrent-1.3.4.jar
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.

Added initial attempt at a master test task