Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/Organisation.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/Attic/Organisation.hbm.xml,v diff -u -r1.1 -r1.2 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/Organisation.hbm.xml 3 Dec 2004 00:11:50 -0000 1.1 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/Organisation.hbm.xml 14 Dec 2004 01:02:09 -0000 1.2 @@ -14,7 +14,6 @@ @hibernate.class @@ -147,13 +146,13 @@ cascade="none" @hibernate.collection-key - column="parent_folder_id" + column="parent_organisation_id" @hibernate.collection-one-to-many class="com.lamsinternational.lams.usermanagement.Organisation" - + @hibernate.many-to-one - @hibernate.column name="parent_folder_id" + @hibernate.column name="parent_organisation_id" - + @hibernate.class Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/UserOrganisation.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/Attic/UserOrganisation.hbm.xml,v diff -u -r1.1 -r1.2 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/UserOrganisation.hbm.xml 3 Dec 2004 00:11:50 -0000 1.1 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/usermanagement/UserOrganisation.hbm.xml 14 Dec 2004 01:02:21 -0000 1.2 @@ -14,7 +14,6 @@ @hibernate.class @@ -59,13 +58,13 @@ @hibernate.set - lazy="true" + lazy="false" inverse="true" cascade="all-delete-orphan"