This is used to generate the list of files present in an archive generated by the export portfolio function.In its initial form it output a plain text list of files in the archive.At some later stage this may need to be in XML format.
modified implementaion of getFileUploadedBySession to return a SortedMap instead of a Map.The SortedMap is sorted using the LastNameAlphabeticComparator.
modified method signature getFilesUploadedBySession to return a SortedMap instead of a Map.This was done to ensure a consistent order when displaying files.
Service bean transaction definition was missing some of the ToolContentManager and ToolSessionManager methods, so these methods were not forming part of transactions.
LDEV-61 Fixing tool sessions - all users were getting separate tool sessions. Modified library activities to use GROUPING_SUPPORT_OPTIONAL as the grouping support type.