Index: lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java =================================================================== diff -u -r5a5f3640c4d5fdf0c302347e7d6b502a972fd9cc -rbdce379f89973a36878d1aaf707423b54f092351 --- lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java (.../ScratchieServiceImpl.java) (revision 5a5f3640c4d5fdf0c302347e7d6b502a972fd9cc) +++ lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java (.../ScratchieServiceImpl.java) (revision bdce379f89973a36878d1aaf707423b54f092351) @@ -1407,7 +1407,6 @@ try { exportContentService.registerFileClassForExport(ScratchieAttachment.class.getName(), "fileUuid", "fileVersionId"); - exportContentService.registerFileClassForExport(ScratchieItem.class.getName(), "fileUuid", "fileVersionId"); exportContentService .exportToolContent(toolContentId, toolContentObj, scratchieToolContentHandler, rootPath); } catch (ExportToolContentException e) { @@ -1421,8 +1420,6 @@ try { exportContentService.registerFileClassForImport(ScratchieAttachment.class.getName(), "fileUuid", "fileVersionId", "fileName", "fileType", null, null); - exportContentService.registerFileClassForImport(ScratchieItem.class.getName(), "fileUuid", "fileVersionId", - "fileName", "fileType", null, "initialItem"); Object toolPOJO = exportContentService.importToolContent(toolContentPath, scratchieToolContentHandler, fromVersion, toVersion);