Index: lams_common/conf/hibernate/mappings/usermanagement/Role.hbm.xml =================================================================== diff -u -r13014ed9dc02a713ae3030b01a5f6c16cb3ba747 -rb0b79b32f7136af6d53a9d7827b61822b36e2fe2 --- lams_common/conf/hibernate/mappings/usermanagement/Role.hbm.xml (.../Role.hbm.xml) (revision 13014ed9dc02a713ae3030b01a5f6c16cb3ba747) +++ lams_common/conf/hibernate/mappings/usermanagement/Role.hbm.xml (.../Role.hbm.xml) (revision b0b79b32f7136af6d53a9d7827b61822b36e2fe2) @@ -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"