Index: lams_common/conf/hibernate/mappings/usermanagement/Role.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/usermanagement/Attic/Role.hbm.xml,v diff -u -r1.2 -r1.3 --- lams_common/conf/hibernate/mappings/usermanagement/Role.hbm.xml 24 Nov 2004 00:26:46 -0000 1.2 +++ lams_common/conf/hibernate/mappings/usermanagement/Role.hbm.xml 26 Nov 2004 00:35:50 -0000 1.3 @@ -12,14 +12,14 @@ --> @hibernate.class table="lams_role" - proxy="com.lamsinternational.lams.usermanagement.model.Role" + proxy="com.lamsinternational.lams.usermanagement.Role" true @@ -86,13 +86,13 @@ column="role_id" @hibernate.collection-one-to-many - class="com.lamsinternational.lams.usermanagement.model.UserOrganisationRole" + class="com.lamsinternational.lams.usermanagement.UserOrganisationRole"