updated jar file for changes made to learningDesign package (created/updated timestamps have a default value of the current datetime...instead of storing null)
changed the getBody method to read the body as binary data , instead of character data. this stops the problem of getting corrupted wddx packets when reading the body of the post
for the created/updated timestamps, if the value is null, then the value will default to the current datetime. this prevents storing nulls for created/updated timestamps in the database.
Updated web.xml to include the context files for all the "current" deployed tools. Added matching tool jars to classpath. Stopped deploying the classes to WEB-INF/classes Implemented more calls on the dummy monitoring page to access the learner pages.
Moved most of the names from WebUtils to AttributeNames so that they were all in the one place. Updated the tool service to support more than qa, imscp, nb, survey and submit - rather than just survey.
Moved most of the names from WebUtils to AttributeNames so that they were all in the one place. Updated the tool service to support more than qa, imscp, nb, survey and submit - rather than just survey.