Index: TestHarness4LAMS2/learnerTest1.properties =================================================================== RCS file: /usr/local/cvsroot/TestHarness4LAMS2/learnerTest1.properties,v diff -u -r1.3 -r1.4 --- TestHarness4LAMS2/learnerTest1.properties 1 Aug 2006 01:30:05 -0000 1.3 +++ TestHarness4LAMS2/learnerTest1.properties 13 Jan 2014 08:47:10 -0000 1.4 @@ -1,25 +1,5 @@ -#------------------------------------------------------ -# CallType has 3 valid values: RMI,WS and WEB -# RMI means Remote Method Invocation call; EJB remote interface call is an example. -# WS means Web Service call. -# WEB means URL call. -#------------------------------------------------------- -CallType = WEB -#CallType = WS -#CallType = RMI - -#----------------------------------------------------------------------- -# The value of RMIRegistryName is used when CallType is RMI. -#----------------------------------------------------------------------- -# RMIRegistryName = LearnerService - -#----------------------------------------------------------------- -# This WebServiceAddress value is used when CallType is WS. -#----------------------------------------------------------------- -# WebServiceAddress = /services/LearnerService - #------------------------------------------------------------------- -# A bunch of URLs to be used have to be defined if CallType is WEB +# A bunch of URLs to be used have to be defined #------------------------------------------------------------------- GetLessonURL = /learning/learner.do?method=getLesson&lessonID=%lsId% GetLearningDesignURL = /authoring/author.do?method=getLearningDesignDetails&learningDesignID=%ldId%