A handful of tests of more arcane scenarios. Fixed issues as found.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@2975 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Britt Park
2006-05-24 21:45:41 +00:00
parent 6bb9a0ab2a
commit 6b52660c8a
6 changed files with 470 additions and 32 deletions

View File

@@ -74,7 +74,7 @@
<property name="primaryIndirection"
column="primary_indirection" type="boolean" />
<!-- Map of names to DirectoryEntries. -->
<map name="added" cascade="all">
<map name="added" cascade="all" lazy="true">
<cache usage="read-write"/>
<key column="directory_id" />
<map-key type="string" column="name" />
@@ -109,7 +109,7 @@
<property name="isRoot" column="is_root" type="boolean"/>
<!-- A map of names to DirectoryEntries. In the AVM world, it makes sense
that nodes don't know there own names, only their containers do. -->
<map name="children" cascade="all" fetch="join" lazy="true">
<map name="children" cascade="all" lazy="true">
<cache usage="read-write"/>
<key column="directory_id"/>
<map-key type="string" column="name"/>