lams_monitoring

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
inside checkGateStatus, added additional fields activityTypeID, and changed field name from waitingLearners to learnersWaiting

testcases for checkGateStatus and releaseGate, testcases only output the wddx packet

Struts dispatch actions for checkGateStatus and releaseGate, see Monitoring.doc under lams_documents for more info

implemented checkGateStatus which returns a wddx packet with certain information, however may be changed later when requirements are more clear.

releaseGate returns a boolean, true to acknowledge the gate is open and false if the gate isnt opened. helper method createGateStatusInfo used in checkGateStatus()

added new functions checkGateStatus() and releaseGate()

getContextConfigLocation()

- Changed the location reference of the applicationContext.xml, the old code is commented out.

testViewScheduleGate()

- changed it to access the correct request parameter, it is now using TEST_SCHEDULE_GATE_ID instead of TEST_SYNCH_GATE_ID

testViewPermissionGate()

- changed it to access the correct request parameter, it is now using TEST_PERMISSION_GATE_ID instead of TEST_SYNCH_GATE_ID

testOpenGate()

- Change made:verifyTilesForward("viewSynchGate",".viewSynchGate")

corrected spelling error in the jsp output

*** empty log message ***

*** empty log message ***

*** empty log message ***

Got junit tests working -

moved jfreechart from survey tool to common area and included new version

of survey jar which has the updated jdbc call (i.e. not pass 00:00:00 times back to Hibernate).

Switched project to use ear file format

    • -0
    • +3
    ./conf/jar/META-INF/MANIFEST.MF
    • -0
    • +2
    ./conf/war/META-INF/MANIFEST.MF
    • -93
    • +0
    ./test/java/SurveyAnsContent.hbm.xml
  1. … 35 more files in changeset.
Switched projectl to use ear file format

    • binary
    ./lib/hibernate/hibernate-tools.jar
    • binary
    ./lib/hibernate/src/hibernate2-src.zip
    • binary
    ./lib/jakarta-commons/commons-digester.jar
    • binary
    ./lib/jakarta-commons/commons-lang-2.0.jar
    • binary
    ./lib/jakarta-commons/commons-lang.jar
  1. … 71 more files in changeset.
Include the id #s needed for either testing or demoing the progress engine.

changed test learning design

change back to local time implementation

copy config files for war

gate stuff completed

    • binary
    ./web/WEB-INF/lib/lams_learning.jar
    • -0
    • +2
    ./web/WEB-INF/struts/struts-config.xml
update cglib

    • binary
    ./web/WEB-INF/lib/cglib-full-2.0.2.jar
    • binary
    ./web/WEB-INF/lib/cglib-nodep-2.1-dev.jar
add war task to ant build

implemented jsps and actions for gate

    • -0
    • +365
    ./web/learner.css
    • -0
    • +393
    ./web/WEB-INF/jstl/c-rt.tld
    • -403
    • +0
    ./web/WEB-INF/jstl/fmt-1_0-rt.tld
    • -0
    • +403
    ./web/WEB-INF/jstl/fmt-rt.tld
  1. … 27 more files in changeset.
update xdoclet template for new web.xml

    • -0
    • +5
    ./conf/xdoclet/listeners.xml
load the spring configuration files from class path instead of web-inf

    • -193
    • +0
    ./web/WEB-INF/spring/applicationContext.xml
    • -102
    • +0
    ./web/WEB-INF/spring/dataAccessContext.xml
    • -19
    • +0
    ./web/WEB-INF/spring/dbConnection.properties
    • -25
    • +0
    ./web/WEB-INF/spring/lessonApplicationContext.xml
    • -53
    • +0
    ./web/WEB-INF/spring/surveyApplicationContext.xml
    • -55
    • +0
    ./web/WEB-INF/spring/toolApplicationContext.xml
gate action implemented and some comments added

    • -0
    • +6
    ./conf/xdoclet/struts-forms.xml
    • -0
    • +8
    ./conf/xdoclet/struts-plugins.xml
    • -0
    • +249
    ./src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java
    • -0
    • +93
    ./test/java/SurveyAnsContent.hbm.xml
    • -0
    • +168
    ./test/java/SurveyContent.hbm.xml
    • -0
    • +198
    ./test/java/SurveyQueContent.hbm.xml
    • -0
    • +61
    ./test/java/SurveyQueType.hbm.xml
    • -0
    • +117
    ./test/java/SurveyQueUsr.hbm.xml
    • -0
    • +103
    ./test/java/SurveySession.hbm.xml
  1. … 18 more files in changeset.
get automatic system scheduling function working and tested

file struts-config.xml was added on branch lams2_head_wildfly on 2016-04-27 13:22:27 +0000

get automatic system scheduling function working and tested

    • -0
    • +254
    ./test/web/WEB-INF/web.xml
    • -0
    • +193
    ./test/web/WEB-INF/spring/applicationContext.xml
    • -0
    • +99
    ./test/web/WEB-INF/spring/monitoringApplicationContext.xml
    • -0
    • +106
    ./test/web/WEB-INF/struts/struts-config.xml
    • -0
    • +28
    ./web/TestScheduler.jsp
  1. … 79 more files in changeset.
get automatic system scheduling function working and tested

created web layer for monitoring

    • -0
    • +28
    ./conf/xdoclet/filter-mappings.xml
    • -0
    • +33
    ./conf/xdoclet/filters.xml
    • -0
    • +23
    ./conf/xdoclet/global-forwards.xml
    • -0
    • +26
    ./conf/xdoclet/servlet-mappings.xml
    • -0
    • +47
    ./conf/xdoclet/servlets.xml
    • -0
    • +22
    ./conf/xdoclet/struts-message-resources.xml
    • -0
    • +80
    ./conf/xdoclet/taglibs.xml
    • -0
    • +34
    ./conf/xdoclet/web-settings.xml
    • binary
    ./lib/lams/lams_learning.jar
    • binary
    ./lib/wddx/wddx-1.0a-lfl-0.2.jar
scheduling service for starting and finishing gate implemented