Index: lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml =================================================================== diff -u -r458989afcf25da4299995396ac4cb606f65a9ac6 -reae5386d67e9b2e0d7f38d7e61bc1d3b9867f44e --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml (.../Group.hbm.xml) (revision 458989afcf25da4299995396ac4cb606f65a9ac6) +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/Group.hbm.xml (.../Group.hbm.xml) (revision eae5386d67e9b2e0d7f38d7e61bc1d3b9867f44e) @@ -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 =================================================================== diff -u -r458989afcf25da4299995396ac4cb606f65a9ac6 -reae5386d67e9b2e0d7f38d7e61bc1d3b9867f44e --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/LearningDesign.hbm.xml (.../LearningDesign.hbm.xml) (revision 458989afcf25da4299995396ac4cb606f65a9ac6) +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/learningdesign/LearningDesign.hbm.xml (.../LearningDesign.hbm.xml) (revision eae5386d67e9b2e0d7f38d7e61bc1d3b9867f44e) @@ -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 =================================================================== diff -u -r458989afcf25da4299995396ac4cb606f65a9ac6 -reae5386d67e9b2e0d7f38d7e61bc1d3b9867f44e --- lams_common/conf/hibernate/mappings/com/lamsinternational/lams/tool/Tool.hbm.xml (.../Tool.hbm.xml) (revision 458989afcf25da4299995396ac4cb606f65a9ac6) +++ lams_common/conf/hibernate/mappings/com/lamsinternational/lams/tool/Tool.hbm.xml (.../Tool.hbm.xml) (revision eae5386d67e9b2e0d7f38d7e61bc1d3b9867f44e) @@ -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" - +