Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/Group.hbm.xml,v diff -u -r1.3 -r1.4 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml 8 Dec 2004 23:32:01 -0000 1.3 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml 5 Jan 2005 03:46:21 -0000 1.4 @@ -28,13 +28,13 @@ > @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="group_id" - + @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="grouping_id" - + + + + @hibernate.property column="max_number_of_groups" length="3" + Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/LearningDesign.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Attic/LearningDesign.hbm.xml,v diff -u -r1.4 -r1.5 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/LearningDesign.hbm.xml 8 Dec 2004 23:32:01 -0000 1.4 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/LearningDesign.hbm.xml 5 Jan 2005 03:46:54 -0000 1.5 @@ -28,13 +28,13 @@ > @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="learning_design_id" - + @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="learning_library_id" - + @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="tool_content_id" - + @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="transition_id" - + @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="learner_progress_id" - + Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/tool/Tool.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_common/conf/hibernate/mappings/com/lamsinternational/lams/tool/Attic/Tool.hbm.xml,v diff -u -r1.1 -r1.2 --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/tool/Tool.hbm.xml 8 Dec 2004 23:37:28 -0000 1.1 +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/tool/Tool.hbm.xml 5 Jan 2005 03:52:19 -0000 1.2 @@ -28,13 +28,13 @@ > @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="tool_id" - + @hibernate.id - generator-class="assigned" + generator-class="identity" type="java.lang.Long" column="tool_session_id" - +