Index: lams_monitoring/.classpath =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/.classpath,v diff -u -r1.3 -r1.4 --- lams_monitoring/.classpath 15 Apr 2005 04:41:29 -0000 1.3 +++ lams_monitoring/.classpath 3 Jun 2005 03:20:10 -0000 1.4 @@ -4,38 +4,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + Index: lams_monitoring/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/build.properties,v diff -u -r1.3 -r1.4 --- lams_monitoring/build.properties 19 Apr 2005 06:08:51 -0000 1.3 +++ lams_monitoring/build.properties 3 Jun 2005 03:20:11 -0000 1.4 @@ -2,12 +2,15 @@ #name of this project name=monitoring -product=lams_monitoring +product=lams-monitoring version=1.1 # Library directory within project. Where third party jars reside. lib.dir=${basedir}/lib +sharedlib=../lams_build/lib +j2eelibs=C:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_3.8.4/data/libraryset/1.4 + # Source directory under the current root src.dir=${basedir}/src src.dir.java=${src.dir}/java Index: lams_monitoring/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/build.xml,v diff -u -r1.5 -r1.6 --- lams_monitoring/build.xml 20 Apr 2005 01:21:25 -0000 1.5 +++ lams_monitoring/build.xml 3 Jun 2005 03:20:11 -0000 1.6 @@ -15,8 +15,13 @@ - + + + + + + @@ -33,9 +38,9 @@ - - - + + + @@ -71,13 +76,14 @@ - + - - - + + + + @@ -90,14 +96,32 @@ + + + + + + + + + + + + + + + + + + - + - @@ -181,6 +205,40 @@ mergedir="${conf.xdoclet.dir}" version="1.2" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/conf/hibernate/mapping/org/lamsfoundation/lams/tool/survey/SurveyAnsContent.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/conf/hibernate/mapping/org/lamsfoundation/lams/tool/survey/SurveyContent.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/conf/hibernate/mapping/org/lamsfoundation/lams/tool/survey/SurveyQueContent.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/conf/hibernate/mapping/org/lamsfoundation/lams/tool/survey/SurveyQueType.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/conf/hibernate/mapping/org/lamsfoundation/lams/tool/survey/SurveyQueUsr.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/conf/hibernate/mapping/org/lamsfoundation/lams/tool/survey/SurveySession.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/conf/hibernate/mapping/org/lamsfoundation/lams/tool/survey/SurveyUsrResp.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_monitoring/conf/jar/META-INF/MANIFEST.MF =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/conf/jar/META-INF/Attic/MANIFEST.MF,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_monitoring/conf/jar/META-INF/MANIFEST.MF 3 Jun 2005 03:20:11 -0000 1.1 @@ -0,0 +1,3 @@ +Implementation-Title: LAMS - Monitoring +Implementation-Version: 1.1 +Implementation-Vendor: LAMS Foundation (http://lamsfoundation.org) Index: lams_monitoring/conf/war/META-INF/MANIFEST.MF =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/conf/war/META-INF/Attic/MANIFEST.MF,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_monitoring/conf/war/META-INF/MANIFEST.MF 3 Jun 2005 03:20:11 -0000 1.1 @@ -0,0 +1,2 @@ +Class-Path: ./lams.jar ./lams_monitoring.jar ./lams_learning.jar ./lams_authoring.jar ./lams_workspace.jar + Index: lams_monitoring/conf/xdoclet/web-settings.xml =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/conf/xdoclet/web-settings.xml,v diff -u -r1.3 -r1.4 --- lams_monitoring/conf/xdoclet/web-settings.xml 19 Apr 2005 07:46:45 -0000 1.3 +++ lams_monitoring/conf/xdoclet/web-settings.xml 3 Jun 2005 03:20:11 -0000 1.4 @@ -26,14 +26,12 @@ contextConfigLocation - classpath*:/org/lamsfoundation/lams/tool/toolApplicationContext.xml - classpath*:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml - classpath*:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml - classpath*:/org/lamsfoundation/lams/learningdesign/learningDesignApplicationContext.xml - classpath*:/WEB-INF/authoringApplicationContext.xml - classpath*:/org/lamsfoundation/lams/tool/survey/dataAccessContext.xml - classpath*:/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml - classpath*:/org/lamsfoundation/lams/learning/learningApplicationContext.xml + classpath:/org/lamsfoundation/lams/applicationContext.xml + classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/toolApplicationContext.xml + classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml + classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml + classpath:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml classpath*:applicationContext.xml Index: lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml 3 Jun 2005 03:20:10 -0000 1.1 @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PROPAGATION_REQUIRED,ISOLATION_READ_COMMITTED + PROPAGATION_REQUIRED,ISOLATION_READ_COMMITTED + PROPAGATION_REQUIRED,ISOLATION_READ_COMMITTED + PROPAGATION_REQUIRED,ISOLATION_READ_COMMITTED + PROPAGATION_REQUIRED,ISOLATION_READ_COMMITTED + + + + + + + org.lamsfoundation.lams.monitoring.service.OpenScheduleGateJob + + + + + + + + + + + + + org.lamsfoundation.lams.monitoring.service.CloseScheduleGateJob + + + + + + + + + + + + + Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/SurveyAnsContent.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/SurveyContent.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/SurveyQueContent.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/SurveyQueType.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/SurveyQueUsr.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/SurveySession.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/SurveyUsrResp.hbm.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.2 refers to a dead (removed) revision in file `lams_monitoring/test/java/org/lamsfoundation/lams/authoring/mockAuthoringApplicationContext.xml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.5 refers to a dead (removed) revision in file `lams_monitoring/test/java/org/lamsfoundation/lams/authoring/service/MockAuthoringService.java'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 1.8 refers to a dead (removed) revision in file `lams_monitoring/test/java/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_monitoring/test/java/org/lamsfoundation/lams/monitoring/service/TestMonitoringService.java =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/test/java/org/lamsfoundation/lams/monitoring/service/Attic/TestMonitoringService.java,v diff -u -r1.17 -r1.18 --- lams_monitoring/test/java/org/lamsfoundation/lams/monitoring/service/TestMonitoringService.java 27 Apr 2005 04:53:05 -0000 1.17 +++ lams_monitoring/test/java/org/lamsfoundation/lams/monitoring/service/TestMonitoringService.java 3 Jun 2005 03:20:11 -0000 1.18 @@ -59,11 +59,11 @@ private final Integer TEST_LEARNER_ID = new Integer(2); private final Integer TEST_STAFF_ID = new Integer(3); // values when demo'ing the progress engine - private final long TEST_LEARNING_DESIGN_ID = 2; - private final long TEST_COPIED_LEARNING_DESIGN_ID = 3; + //private final long TEST_LEARNING_DESIGN_ID = 2; + //private final long TEST_COPIED_LEARNING_DESIGN_ID = 3; // values when testing the progress engine -// private final long TEST_LEARNING_DESIGN_ID = 1; -// private final long TEST_COPIED_LEARNING_DESIGN_ID = 2; + private final long TEST_LEARNING_DESIGN_ID = 1; + private final long TEST_COPIED_LEARNING_DESIGN_ID = 2; private final Integer TEST_ORGANIZATION_ID = new Integer(1); private final Long TEST_SCHEDULE_GATE_ID = new Long(27); @@ -112,14 +112,21 @@ */ protected String[] getContextConfigLocation() { - return new String[] { "/org/lamsfoundation/lams/tool/toolApplicationContext.xml", + return new String[] { + "classpath:/org/lamsfoundation/lams/applicationContext.xml", + "classpath:/org/lamsfoundation/lams/tool/toolApplicationContext.xml", + "classpath:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml", + "classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml", + "classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml", + "classpath:/org/lamsfoundation/lams/tool/survey/applicationContext.xml"}; +/* return new String[] { "/org/lamsfoundation/lams/tool/toolApplicationContext.xml", "/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml", "/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml", "/org/lamsfoundation/lams/learningdesign/learningDesignApplicationContext.xml", "/WEB-INF/authoringApplicationContext.xml", "/org/lamsfoundation/lams/tool/survey/dataAccessContext.xml", "/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml", - "applicationContext.xml"}; + "applicationContext.xml"}; */ } /** * @see org.lamsfoundation.lams.AbstractLamsTestCase#getHibernateSessionFactoryName() Index: lams_monitoring/web/WEB-INF/web.xml =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/Attic/web.xml,v diff -u -r1.6 -r1.7 --- lams_monitoring/web/WEB-INF/web.xml 19 Apr 2005 07:46:46 -0000 1.6 +++ lams_monitoring/web/WEB-INF/web.xml 3 Jun 2005 03:20:11 -0000 1.7 @@ -31,14 +31,12 @@ contextConfigLocation - classpath*:/org/lamsfoundation/lams/tool/toolApplicationContext.xml - classpath*:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml - classpath*:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml - classpath*:/org/lamsfoundation/lams/learningdesign/learningDesignApplicationContext.xml - classpath*:/WEB-INF/authoringApplicationContext.xml - classpath*:/org/lamsfoundation/lams/tool/survey/dataAccessContext.xml - classpath*:/org/lamsfoundation/lams/tool/survey/surveyApplicationContext.xml - classpath*:/org/lamsfoundation/lams/learning/learningApplicationContext.xml + classpath:/org/lamsfoundation/lams/applicationContext.xml + classpath:/org/lamsfoundation/lams/lesson/lessonApplicationContext.xml + classpath:/org/lamsfoundation/lams/tool/toolApplicationContext.xml + classpath:/org/lamsfoundation/lams/learning/learningApplicationContext.xml + classpath:/org/lamsfoundation/lams/authoring/authoringApplicationContext.xml + classpath:/org/lamsfoundation/lams/monitoring/monitoringApplicationContext.xml classpath*:applicationContext.xml Fisheye: Tag 1.4 refers to a dead (removed) revision in file `lams_monitoring/web/WEB-INF/spring/monitoringApplicationContext.xml'. Fisheye: No comparison available. Pass `N' to diff?