Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed a possible NullPointerException

Got the collections caching with JBOSS cache. Got unit tests working with ehcache. Build file now generates hbm.xml from java files using xdoclet.

  1. … 12 more files in changeset.
Experimenting with JBOSS cache

    • -0
    • +134
    ./java/treecache.xml
  1. … 6 more files in changeset.
Rejigged the link from the child node to the parent to point from the child node (rather than child node version). This restricts us to a design where we always create new nodes for new versions of a parent. Also made the lookup of child nodes manual (rather than loaded automatically by hibernate). Doesn't use lazy loading - goes direct to database to find node. Not so nice. But the changes have almost doubled the throughput in my testing.

  1. … 3 more files in changeset.
Change name from com.lamsinternational to org.lamsfoundation. Changed all the entries I can find but the jar file still contains a folder reference it appears.

    • -0
    • +132
    ./java/org/lamsfoundation/lams/contentrepository/CrCredential.java
    • -0
    • +421
    ./java/org/lamsfoundation/lams/contentrepository/CrNodeVersion.java
    • -0
    • +133
    ./java/org/lamsfoundation/lams/contentrepository/CrWorkspace.java
    • -0
    • +283
    ./java/org/lamsfoundation/lams/contentrepository/IRepository.java
  1. … 401 more files in changeset.