Project

General

Profile

« Previous | Next » 

Revision b057d1b2

Added by Niels Hoffmann over 14 years ago

fixes #1016

View differences:

taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/io/JaxbExportWizard.java
49 49
		String urlString = page.getFolderText() + File.pathSeparator + page.getExportFileName();
50 50
		
51 51
		configurator.setDestination(urlString);
52
		configurator.setCdmAppController(CdmStore.getApplicationController());
52
		configurator.setCdmAppController(CdmStore.getApplicationControllerWillBeObsolete());
53 53
		
54 54
		return doExport(configurator);
55 55
	}

Also available in: Unified diff