lams_contentrepository

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Clarifying naming of bean

Modified the ToolDownload to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. This is needed as we can't have duplicated bean names across projects - the beans overwrite each other when loaded in lams_learning and lams_monitoring.

Modified the ToolDownload to pick up the name of the tool content handler bean from the servlet definition, rather than hardcoding a standard name. This is needed as we can't have duplicated bean names across projects - the beans overwrite each other when loaded in lams_learning and lams_monitoring.

  1. … 1 more file in changeset.
Cache configuration no longer required, as it is now part of lams.jar and local-service.xml

Removed copyfiles as no longer needed - written up in wiki and master build as a manual task.

* Removed repositoryLocation within FileDAO in applicationContext.xml * Change FileDAO to use Configuration.get(ConfigurationKeys.CONTENT_REPOSITORY_PATH) to get the repository path

Removed the treecache to simplify getting the classpaths right. Will be replaced with shared cache.

  1. … 1 more file in changeset.
Fix static bug: shared by webapp, so download does not work when tools switch.

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

Upgraded Hibernate to 3.0

  1. … 45 more files in changeset.
Move common.js in Lams_central to /includes/javascript subfolder

  1. … 10 more files in changeset.
Made the hibernate properties a separate bean. All the session factories should now use this shared hibernate properties bean.

  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.. Also tidied up a few javadoc errors.

  1. … 168 more files in changeset.
Fixed some javadoc problems

No longer rollback on checked exceptions - causes problems if the calling handles the exception and tries to continue the transaction.

Converted to use the common properties file.

Converted to use the common properties file.

Added extra memory tags to the test task - avoid out of memory errors.

Converted to use JNDI datasource and the transaction manager from lams.jar

webroot is /web

Completed generic tool file download servlet.

  1. … 100 more files in changeset.
Completed generic tool file download servlet.

  1. … 14 more files in changeset.
Completed generic tool file download servlet.

  1. … 36 more files in changeset.
Started client download servlet. Trying out in forum - there is some issue with accessing the servlet. Checked in as this code has been released to Dolly.

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

Started client download servlet. Trying out in forum - there is some issue with accessing the servlet. Checked in as this code has been released to Dolly.

Started client download servlet. Trying out in forum - there is some issue with accessing the servlet. Checked in as this code has been released to Dolly.

  1. … 23 more files in changeset.
Yoichi reported problems with .classpath, so checking in my file.

Upgraded to Struts 1.2.7

    • -13
    • +48
    ./web/WEB-INF/struts/struts-bean.tld
    • -1705
    • +0
    ./web/WEB-INF/struts/struts-form.tld
    • -0
    • +270
    ./web/WEB-INF/struts/struts-html-el.tld
    • -98
    • +1219
    ./web/WEB-INF/struts/struts-html.tld
    • -4
    • +94
    ./web/WEB-INF/struts/struts-logic.tld
    • -0
    • +3171
    ./web/WEB-INF/struts/struts-nested.tld
    • -73
    • +0
    ./web/WEB-INF/struts/struts-template.tld
    • -0
    • +343
    ./web/WEB-INF/struts/struts-tiles-el.tld
    • -1986
    • +0
    ./web/WEB-INF/struts/struts.tld
    • -831
    • +100
    ./web/WEB-INF/validator-rules.xml
  1. … 26 more files in changeset.
Removed unnecessary include - not sure how it go in here in the first place!