Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4696 Content Repository converted to annotations

    • -78
    • +0
    ./contentrepository/CrCredential.hbm.xml
    • -122
    • +0
    ./contentrepository/CrNode.hbm.xml
    • -102
    • +0
    ./contentrepository/CrNodeVersion.hbm.xml
    • -82
    • +0
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -87
    • +0
    ./contentrepository/CrWorkspace.hbm.xml
    • -64
    • +0
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 8 more files in changeset.
LDEV-4411 Add collections 2nd level cache

    • -0
    • +2
    ./contentrepository/CrCredential.hbm.xml
    • -0
    • +2
    ./contentrepository/CrNodeVersion.hbm.xml
    • -0
    • +4
    ./contentrepository/CrWorkspace.hbm.xml
  1. … 94 more files in changeset.
LDEV-4411 Remove collections caching in the few classes it is present

If we decide to use collections caching after all, we will do it

everywhere, not just in Content Repository.

    • -4
    • +0
    ./contentrepository/CrNodeVersion.hbm.xml
LDEV-4411 Mark entities as cacheable

usage="read-only" seems to do nothing at the moment, but it may be a

guidance for future optimisations.

    • -0
    • +2
    ./contentrepository/CrCredential.hbm.xml
    • -1
    • +3
    ./contentrepository/CrNodeVersion.hbm.xml
    • -1
    • +3
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -1
    • +3
    ./contentrepository/CrWorkspace.hbm.xml
    • -0
    • +2
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 232 more files in changeset.
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.

    • -1
    • +1
    ./contentrepository/CrNodeVersion.hbm.xml
    • -1
    • +1
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -2
    • +2
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 138 more files in changeset.
LDEV-3768: Remove XDoclet library and corresponding Ant tasks. Generate and use static configuration files instead.

    • -0
    • +78
    ./contentrepository/CrCredential.hbm.xml
    • -0
    • +122
    ./contentrepository/CrNode.hbm.xml
    • -0
    • +102
    ./contentrepository/CrNodeVersion.hbm.xml
    • -0
    • +82
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -0
    • +87
    ./contentrepository/CrWorkspace.hbm.xml
    • -0
    • +64
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 398 more files in changeset.
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

    • -77
    • +0
    ./contentrepository/CrCredential.hbm.xml
    • -121
    • +0
    ./contentrepository/CrNode.hbm.xml
    • -101
    • +0
    ./contentrepository/CrNodeVersion.hbm.xml
    • -81
    • +0
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -86
    • +0
    ./contentrepository/CrWorkspace.hbm.xml
    • -63
    • +0
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 1308 more files in changeset.
Converted all "identity" hibernate id generation entries to "native" - hopefully this will be a little more portable.

    • -1
    • +1
    ./contentrepository/CrCredential.hbm.xml
    • -1
    • +1
    ./contentrepository/CrNodeVersion.hbm.xml
    • -1
    • +1
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -1
    • +1
    ./contentrepository/CrWorkspace.hbm.xml
    • -1
    • +1
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 77 more files in changeset.
Started to record user id against entries in content repository - not yet completed.

    • -0
    • +9
    ./contentrepository/CrNodeVersion.hbm.xml
  1. … 26 more files in changeset.
Upgraded Hibernate to 3.0

    • -14
    • +8
    ./contentrepository/CrCredential.hbm.xml
    • -16
    • +9
    ./contentrepository/CrNodeVersion.hbm.xml
    • -10
    • +2
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -19
    • +14
    ./contentrepository/CrWorkspace.hbm.xml
    • -8
    • +2
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 54 more files in changeset.
Got the collections caching with JBOSS cache. Got unit tests working with ehcache. Build file now generates hbm.xml from java files using xdoclet.

    • -85
    • +61
    ./contentrepository/CrCredential.hbm.xml
    • -139
    • +110
    ./contentrepository/CrNode.hbm.xml
    • -128
    • +77
    ./contentrepository/CrNodeVersion.hbm.xml
    • -93
    • +69
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -96
    • +67
    ./contentrepository/CrWorkspace.hbm.xml
    • -63
    • +56
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 17 more files in changeset.
Experimenting with JBOSS cache

    • -1
    • +3
    ./contentrepository/CrNodeVersion.hbm.xml
    • -0
    • +2
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -0
    • +3
    ./contentrepository/CrWorkspace.hbm.xml
  1. … 7 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.

    • -38
    • +27
    ./contentrepository/CrNodeVersion.hbm.xml
  1. … 9 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
    • +107
    ./contentrepository/CrCredential.hbm.xml
    • -0
    • +145
    ./contentrepository/CrNode.hbm.xml
    • -0
    • +159
    ./contentrepository/CrNodeVersion.hbm.xml
    • -0
    • +111
    ./contentrepository/CrNodeVersionProperty.hbm.xml
    • -0
    • +117
    ./contentrepository/CrWorkspace.hbm.xml
    • -0
    • +76
    ./contentrepository/CrWorkspaceCredential.hbm.xml
  1. … 410 more files in changeset.