adapt to changes in ExportConfigurator
authorKatja Luther <k.luther@bgbm.org>
Mon, 3 Jul 2017 08:41:19 +0000 (10:41 +0200)
committerKatja Luther <k.luther@bgbm.org>
Mon, 3 Jul 2017 08:42:10 +0000 (10:42 +0200)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/JaxbExportWizard.java

index 2f9bbfb38c15002fd0b165efe5b471b9d8db7600..14a89a3332b9c2b9b430a5ffc1c5052763280c10 100644 (file)
@@ -52,8 +52,8 @@ public class JaxbExportWizard extends AbstractExportWizard<JaxbExportConfigurato
                boolean performFinish = false;
 
                File exportFile = new File(page.getFolderText() + File.separator + page.getExportFileName());
-               URI urlString = exportFile.toURI();
-               configurator.setDestination(urlString);
+               
+               configurator.setDestination(exportFile);
                
            // create job
            Job job = CdmStore.getExportManager().createIOServiceJob(configurator, exportFile);