Tried out changes to tool deploy utility to copy the resource files to the lams dictionary. Haven't removed the old resource files and text in db tables yet - waiting until next stage of implementation is done.
Split learner and export urls (in Tool) to have separate urls for teacher, learner and authoring modes. Added language file columns to activity and tool - this will be used to internationalise the activity and tool name and descriptions that are currently in the database.
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.
commented out method copyAuthoringFormValuesIntoFormBeanFCKEditor fields are now properties in the struts form bean, so there isnt a need to copy the values into the form.
fixed up testCreateToolSessionDefaultContentMissing test case.after removing default content, it will restore the right default content with the default content id that was assigned to it initially
fixed up testCopyToolContentWithDefaultContentMissing test case.after removing default content, it will restore the right default content with the default content id that was assigned to it initially