Index: lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java,v diff -u -r1.16 -r1.17 --- lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java 20 Dec 2012 15:08:33 -0000 1.16 +++ lams_tool_scratchie/src/java/org/lamsfoundation/lams/tool/scratchie/service/ScratchieServiceImpl.java 22 Mar 2013 15:28:06 -0000 1.17 @@ -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);